From d65c8138ca2999af51abc69fc86ba7a32a1b07db Mon Sep 17 00:00:00 2001 From: Jonathan Ernst Date: Wed, 2 Feb 2005 00:21:25 +0000 Subject: [PATCH] Update TODO --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 7cc171c..6228c42 100644 --- a/TODO +++ b/TODO @@ -18,11 +18,13 @@ WineHQ Application Database TODO List # add new table for maintainer ratings. fields: userid, appId versionId ,rating, wineversion, distro, source/package -# when a user responds to a comment a reply is only sent to the person who wrote the comment being responded to but -an email should be sent to everyone in that thread. - ################## # Assigned TODOs # ################## # add distro table and administration screens for it. (Chris) + +# write a Comment class in include/comment.php (Jonathan) + +# when a user responds to a comment a reply is only sent to the person who wrote the comment being responded to but +an email should be sent to everyone in that thread. (Jonathan)