-
Notifications
You must be signed in to change notification settings - Fork 1
Specifications
David Bauer edited this page Mar 26, 2014
·
28 revisions
The data at the core of the application is grouped into two types of nodes (predictions and realisations) and links between those nodes.
field | Description | type | required |
---|---|---|---|
source type | select from a predefined array of types: Literature, Movies, TV series, Games, other | string | required |
literature_title | Title of the literary work | string | required* |
literature_author | Author of the literary work | string | |
movie_title | Title of the movie | string | required* |
movie_director | Director of the movie | string | optional |
series_name | Name of the TV series | string | required* |
series_season | Season number of the series | number | optional |
series_episode | Episode number of the series | number | optional |
game_name | Name of the game | string | required* |
game_studio | Game studio who produced the game | string | optional |
other_title | Title of the work | string | required* |
other_creator | Person who made it | string | optional |
year of publication | when the source work was first published | number | optional |
prediction E | the actual prediction being made (limited to 300 chars), in English | string | required** |
prediction D | the actual prediction being made (limited to 300 chars), in German | string | required** |
predicted year | year for which the prediction is made, if available | number | optional |
category | select from a predefined array of categories, like transportation, health, surveillance | string | required |
more info | link to a page where more info on the prediction can be found | string | optional |
timestamp created | time when the prediction was created | date | automatically |
timestamp last edited | time when the prediction was last edited | date | automatically |
title | editors can assign a title to a prediction in the backend | string | optional |
image | editors can attach an image to a prediction | img | optional |
editors pick | editors can highlight a prediction from the backend as editor's pick | boolean | optional |
- at least one of those properties must have a value ** at least on of those properties must have a value