Difference between revisions of "InstaGov/schema"
< InstaGov
Jump to navigation
Jump to search
(brief descriptions, and one more table (edit_log)) |
(...and then I thought, well, why not try to document the SMW implementation as a separate version?) |
||
Line 5: | Line 5: | ||
* [[/rating_log]]: log of ratings | * [[/rating_log]]: log of ratings | ||
* [[/edit_log]]: log of everything ''except'' ratings | * [[/edit_log]]: log of everything ''except'' ratings | ||
+ | ==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): | ||
+ | * [[/SMW]] |
Revision as of 03:16, 29 December 2012
Tables
- /question: a decision to be made
- /answer: a possible choice
- /rating: ratings (votes)
- /rating_log: log of ratings
- /edit_log: log of everything except ratings
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):