Opened 10 years ago

Last modified 10 years ago

#1372 new Enhancement

clean up admin DB code — at Version 1

Reported by: davea Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Web - Other Version:
Keywords: Cc: Christian Beer

Description (last modified by davea)

The admin web code (html/inc/db_ops.inc) is a mess. Suggested changes:

  • don't use $_GET to pass args
  • eliminate hardwired constants (use common_defs.inc)
  • eliminate the SqlQueryString? class
  • eliminate mysql_* calls
  • wherever we show a count of results, make it a link so you can drill down and see the results with those properties
  • we already have code (in results.inc, user.inc etc.) to show entities as tables. Use this instead of having separate versions (which are now somewhat out of date, and don't show all fields)
  • The "result summary" stuff, rather than being a big matrix of links, should have menus for app, duration, and breakdown type.

Change History (1)

comment:1 Changed 10 years ago by davea

Description: modified (diff)
Note: See TracTickets for help on using tickets.