Updated and priorized TODO

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-08-10 01:15:22 +02:00
parent 828dccba7a
commit 3b9788462c
1 changed files with 28 additions and 15 deletions

43
TODO
View File

@ -1,17 +1,29 @@
* PDF header fix * book creation
* draft flag for Document and Article: only writer and administrators see it from the Document/Article list, in preview mode
* site-based theme for ckeditor (both ui and the editor) * event creation
* full Document/Article list for administrators
* "sticky" news flag
* news editor for administrators * news editor for administrators
Document * PDF header fix
draft
News * draft flag for Document and Article: only writer and administrators see it
sticky from the Document/Article list, in preview mode
User * full Document/Article list for administrators
FavouriteForumTopics
* polls
* chat
* Users' favourite forum topics
* article categories
* blog
* site-based theme for ckeditor (both ui and the editor)
Poll Poll
id id
@ -37,11 +49,6 @@ PollAnswer
poll (back-reference to Poll) poll (back-reference to Poll)
text text
Article
* check if public
draft
category (new entity)
UserForumViewed UserForumViewed
User User
ForumTopic ForumTopic
@ -90,3 +97,9 @@ GroupChatMessage
from user from user
to group to group
timestamp timestamp
PublicChatMessage
id
from user
to channel (ChatChannel class with id and name fields)
timestamp