Moved TODO entries to GitHub's issue tracker

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-08-21 20:03:56 +02:00
parent bec75018be
commit 0e1a849031
12 changed files with 110 additions and 105 deletions

View File

@@ -0,0 +1,15 @@
<?php
/*
* id
* title
* slug
* createdBy
* createdAt
* updatedBy
* updatedAt
* updateReason
* lead(?)
* content
* public
* Group (can be NULL)
*/

View File

@@ -0,0 +1,13 @@
<?php
/*
* Required for the commentable interface
*
* id
* createdBy
* createdAt
* updatedBy
* updatedAt
* updateReason
* title (nullable)
* content
*/

View File

@@ -0,0 +1,8 @@
<?php
/*
* id
* from
* group
* timestamp
* content
*/

View File

@@ -0,0 +1,15 @@
<?php
/*
* id
* createdBy
* createdAt
* updatedBy
* updatedAt
* updateReason
* endTime (date/datetime?)
* anyoneCanAddAnswers
* question
* multiselect
* voters(?)
* answers
*/

View File

@@ -0,0 +1,11 @@
<?php
/*
* id
* createdBy
* createdAt
* updatedBy
* updatedAt
* updateReason
* voters
* text
*/

View File

@@ -0,0 +1,8 @@
<?php
/*
* id
* from
* to
* timestamp
* content
*/

View File

@@ -0,0 +1,5 @@
<?php
/*
* id
* name
*/

View File

@@ -0,0 +1,8 @@
<?php
/*
* id
* from
* channel
* timestamp
* content
*/

View File

@@ -0,0 +1,12 @@
<?php
/*
* id
* title
* slug
* createdBy
* createdAt
* updatedBy
* updatedAtt
* updateReason
* versions
*/

View File

@@ -0,0 +1,9 @@
<?php
/*
* id
* createdBy
* createdAt
* updatedBy
* updatedAt
* updateReason
* content

View File

@@ -0,0 +1,6 @@
<?php
/*
* User
* ForumTopic
* lastVisitedAt
*/