From d2f982bb959d17c322ed4b5515a5ffb6e5ad53e2 Mon Sep 17 00:00:00 2001 From: Polonkai Gergely Date: Sun, 1 Jul 2012 10:24:35 +0200 Subject: [PATCH] Added a TODO file Signed-off-by: Gergely POLONKAI (W00d5t0ck) --- TODO | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..614c661 --- /dev/null +++ b/TODO @@ -0,0 +1,78 @@ +Users + id + username + password + email + roles + avatar picture + registration time + display name + +UserData + user id + real name + real name public? + email public? + msn address + msn address public? + google talk address + google talk address public? + +Permissions + id + name + description + +Roles + id + name + permission list + +HĂ­rek + id + title + slug + timestamp + text + poster + +BlogPost + id + title + slug + timestamp + lead (?) + text + poster + +Page + id + title + slug + text + +ForumTopicGroup + id + title + slug + creator + timestamp + +ForumTopic + id + title + slug + creator + roles who can access it + topic group + +ForumPost + id + forum topic + creator + timestamp + last edited by + last edited timestamp + last edit reason + edit count + text