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

45 lines
1.5 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 #
####################
2004-12-22 05:56:11 +00:00
# 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
# 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
2005-01-17 04:33:05 +00:00
# RELATED TODO: how to handle deleting accounts that have comments ? go through
2004-12-22 05:56:11 +00:00
and assign them to a special account number that prints (account deleted due
to inactivity)
2005-01-17 04:33:05 +00:00
# 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
2005-01-17 04:33:05 +00:00
# once maintainer rating system is in place revamp the front page to use a dynamic list of maintainer rated apps.
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
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 Maintainer rating system to the app version (Tony).
2004-12-14 02:33:24 +00:00
2005-01-17 04:33:05 +00:00
# revamp the star rating system (Chris)
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)
2005-01-17 04:33:05 +00:00
# improve user class and functions (object oriented, etc) (Jonathan).