This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
qemudb/TODO

29 lines
1.0 KiB
Plaintext
Raw Normal View History

WineHQ Application Database TODO List
2004-03-15 17:23:52 +00:00
2005-01-17 04:33:05 +00:00
####################
# Unassigned TODOs #
####################
2005-01-29 17:13:15 +00:00
# incorporate templates into appdb to simplify code, Jeremy says we can borrow from lostwages(winehq.org/cvsweb/lostwages) for this
2004-12-22 05:56:11 +00:00
# check for existing email when user is creating a new account
2005-01-17 04:33:05 +00:00
# when deleting an application or version we should delete linked entries (screenshots, comments, etc.)
2005-01-17 04:33:05 +00:00
# add a system that will allow users to monitor an app without becoming a maintainer.
2005-01-17 04:33:05 +00:00
# add wineversion, distro, source/package fields to the user_list table.
2005-01-17 04:33:05 +00:00
# add wineversion, distro, source/package fields to the appComments table.
2005-01-17 04:33:05 +00:00
# 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.
2004-12-14 02:33:24 +00:00
2005-01-17 04:33:05 +00:00
##################
# Assigned TODOs #
##################
2004-12-14 02:33:24 +00:00
2005-01-17 04:33:05 +00:00
# add distro table and administration screens for it. (Chris)