updated TODO
This commit is contained in:
35
TODO
35
TODO
@@ -1,5 +1,9 @@
|
|||||||
WineHQ Application Database TODO List
|
WineHQ Application Database TODO List
|
||||||
|
|
||||||
|
####################
|
||||||
|
# Unassigned TODOs #
|
||||||
|
####################
|
||||||
|
|
||||||
# incorporate templates into appdb to simplify code, Jeremy says we can
|
# incorporate templates into appdb to simplify code, Jeremy says we can
|
||||||
borrow from lostwages(winehq.org/cvsweb/lostwages) for this
|
borrow from lostwages(winehq.org/cvsweb/lostwages) for this
|
||||||
|
|
||||||
@@ -7,28 +11,18 @@ borrow from lostwages(winehq.org/cvsweb/lostwages) for this
|
|||||||
|
|
||||||
# setup a cron job in a new /bin directory, put a deny all .htaccess
|
# setup a cron job in a new /bin directory, put a deny all .htaccess
|
||||||
file in there and purge all inactive accounts after 6 months of inactivity
|
file in there and purge all inactive accounts after 6 months of inactivity
|
||||||
RELATED TODO: how to handle deleting accounts that have comments? go through
|
|
||||||
|
# RELATED TODO: how to handle deleting accounts that have comments ? go through
|
||||||
and assign them to a special account number that prints (account deleted due
|
and assign them to a special account number that prints (account deleted due
|
||||||
to inactivity)
|
to inactivity)
|
||||||
|
|
||||||
# when deleting an application we should delete linked entries (screenshots, comments, etc.)
|
# when deleting an application or version we should delete linked entries (screenshots, comments, etc.)
|
||||||
|
|
||||||
# when deleting a screenshot we should delete the image file as well
|
# when deleting a screenshot we should delete the image file as well
|
||||||
|
|
||||||
# appdb engine - clean up the php backend (see CODING_STANDARD for code style guidelines).
|
|
||||||
In particular globally registered vars should be replaced by superglobals (nearly finished)
|
|
||||||
|
|
||||||
# Super Maintainers should be able to edit the main app and send a notify message like the versions have.
|
|
||||||
|
|
||||||
# Add Maintainer rating system to the app version (Tony's working on it).
|
|
||||||
|
|
||||||
# revamp the star rating system (Chris)
|
|
||||||
|
|
||||||
# once maintainer rating system is in place revamp the front page to use a dynamic list of maintainer rated apps.
|
# once maintainer rating system is in place revamp the front page to use a dynamic list of maintainer rated apps.
|
||||||
|
|
||||||
# add a system that well allow users to monitor an app without becoming a maintainer.
|
# add a system that will allow users to monitor an app without becoming a maintainer.
|
||||||
|
|
||||||
# add distro table and administration screens for it. (Chris)
|
|
||||||
|
|
||||||
# add wineversion, distro, source/package fields to the user_list table.
|
# add wineversion, distro, source/package fields to the user_list table.
|
||||||
|
|
||||||
@@ -36,4 +30,15 @@ In particular globally registered vars should be replaced by superglobals (nearl
|
|||||||
|
|
||||||
# add new table for maintainer ratings. fields: userid, appId versionId ,rating, wineversion, distro, source/package
|
# add new table for maintainer ratings. fields: userid, appId versionId ,rating, wineversion, distro, source/package
|
||||||
|
|
||||||
# add user management
|
|
||||||
|
##################
|
||||||
|
# Assigned TODOs #
|
||||||
|
##################
|
||||||
|
|
||||||
|
# add Maintainer rating system to the app version (Tony).
|
||||||
|
|
||||||
|
# revamp the star rating system (Chris)
|
||||||
|
|
||||||
|
# add distro table and administration screens for it. (Chris)
|
||||||
|
|
||||||
|
# improve user class and functions (object oriented, etc) (Jonathan).
|
||||||
|
|||||||
Reference in New Issue
Block a user