From f4f156cd3eb9e7febb5211ccbb3ef2ce41d9bdd4 Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Sat, 29 Jan 2005 17:13:15 +0000 Subject: [PATCH] Update TODO --- TODO | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/TODO b/TODO index 2f10752..5590c41 100644 --- a/TODO +++ b/TODO @@ -4,17 +4,12 @@ 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 +# incorporate templates into appdb to simplify code, Jeremy says we can borrow from lostwages(winehq.org/cvsweb/lostwages) for this # check for existing email when user is creating a new account # 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 - -# once maintainer rating system is in place revamp the front page to use a dynamic list of maintainer rated apps. - # 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. @@ -30,8 +25,6 @@ an email should be sent to everyone in that thread. # Assigned TODOs # ################## -# revamp the star rating system (Chris) - # add distro table and administration screens for it. (Chris) # improve user class and functions (object oriented, etc) (Jonathan).