From a22cde142e6758ab22e86a21acefbc427e8c9bb0 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Mon, 17 Jan 2005 04:33:05 +0000 Subject: [PATCH] updated TODO --- TODO | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/TODO b/TODO index 54da060..af3b728 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ WineHQ Application Database TODO List +#################### +# Unassigned TODOs # +#################### + # incorporate templates into appdb to simplify code, Jeremy says we can 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 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 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 -# 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. -# add a system that well allow users to monitor an app without becoming a maintainer. - -# add distro table and administration screens for it. (Chris) +# add a system that will allow users to monitor an app without becoming a maintainer. # 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 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).