Difference between revisions of "InstaGov/schema"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(...and then I thought, well, why not try to document the SMW implementation as a separate version?)
(post; claim)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
==Tables==
 
==Tables==
 +
===Common===
 +
* [[/post]]: a piece of text which can be modified
 +
===Liquid Agenda===
 
* [[/question]]: a decision to be made
 
* [[/question]]: a decision to be made
 
* [[/answer]]: a possible choice
 
* [[/answer]]: a possible choice
Line 5: Line 8:
 
* [[/rating_log]]: log of ratings
 
* [[/rating_log]]: log of ratings
 
* [[/edit_log]]: log of everything ''except'' ratings
 
* [[/edit_log]]: log of everything ''except'' ratings
 +
** [[/edit_log_field]]: details of what changed
 +
===Debate Mapper===
 +
* [[/claim]]
 
==Alternatives==
 
==Alternatives==
 
Much of the data structure could be handled using [[Semantic MediaWiki]]. For now, I've decided not to use that (in order to minimize platform dependence), but I keep perseverating about how useful it might be -- so here is where I will make any notes for potentially doing it that way instead (or as an alternative version of the software; no harm in having multiple implementations which might work out better in some situations):
 
Much of the data structure could be handled using [[Semantic MediaWiki]]. For now, I've decided not to use that (in order to minimize platform dependence), but I keep perseverating about how useful it might be -- so here is where I will make any notes for potentially doing it that way instead (or as an alternative version of the software; no harm in having multiple implementations which might work out better in some situations):
 
* [[/SMW]]
 
* [[/SMW]]

Latest revision as of 21:02, 12 March 2013

Tables

Common

  • /post: a piece of text which can be modified

Liquid Agenda

Debate Mapper

Alternatives

Much of the data structure could be handled using Semantic MediaWiki. For now, I've decided not to use that (in order to minimize platform dependence), but I keep perseverating about how useful it might be -- so here is where I will make any notes for potentially doing it that way instead (or as an alternative version of the software; no harm in having multiple implementations which might work out better in some situations):