Restructured TODO, and added some new stuff

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-08-16 21:36:16 +02:00
parent 0bbad6bebe
commit de5a4067cb
1 changed files with 72 additions and 71 deletions

143
TODO
View File

@ -1,105 +1,106 @@
* book creation * book creation
* event creation * event creation
* "sticky" news flag * "sticky" news flag
* songs
* news editor for administrators * news editor for administrators
* PDF header fix * PDF header fix
* draft flag for Document and Article: only writer and administrators see it * draft flag for Document and Article: only writer and administrators see it
from the Document/Article list, in preview mode from the Document/Article list, in preview mode
* full Document/Article list for administrators * full Document/Article list for administrators
* polls * polls
* chat * chat
* Users' favourite forum topics * Users' favourite forum topics
* article categories * article categories
* blog * blog
* site-based theme for ckeditor (both ui and the editor) * site-based theme for ckeditor (both ui and the editor)
Song
id
title
createdBy
createdAt
SongVersion[]
id
createdBy
createdAt
content
News
lead
Poll Poll
id id
createdAt createdAt
createdBy createdBy
updatedAt updatedAt
updatedBy updatedBy
updateReason updateReason
endTime (timestamp/date?) endTime (timestamp/date?)
answers (ArrayCollection of PollAnswers) anyoneCanAddAnswers
text question
anyoneCanAddAnswers multiselect
multiselect voters
voters (is it really required?) PollAnswer[]
PollAnswer id
id createdAt
createdAt createdBy
createdBy updatedAt
updatedAt updatedBy
updatedBy updateReason
updateReason voters
voters text
poll (back-reference to Poll)
text
UserForumViewed UserForumViewed
User User
ForumTopic ForumTopic
timestamp of last visit timestamp of last visit
BlogPost BlogPost
id id
title title
slug slug
timestamp timestamp
lead (?) lead (?)
text text
poster poster
public public
ForumTopicGroup ForumTopicGroup
visible visible
locked locked
ForumTopic ForumTopic
roles who can access it roles who can access it
visible visible
locked locked
ForumPost ForumPost
last edited by last edited by
last edited timestamp last edited timestamp
last edit reason last edit reason
edit count edit count
Event Event
last edited by last edited by
last edited timestamp last edited timestamp
last edit reason last edit reason
location location
commentable commentable
PrivateChatMessage PrivateChatMessage
id id
from user from user
to user to user
timestamp timestamp
GroupChatMessage GroupChatMessage
id id
from user from user
to group to group
timestamp timestamp
PublicChatMessage PublicChatMessage
id id
from user from user
to channel (ChatChannel class with id and name fields) to channel (ChatChannel class with id and name fields)
timestamp timestamp