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)