Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • fix issue (series) situation (for other than letters)

  • Add helpful hints - as HTML divs pulled in from HTML guide? (David)
  • Autocomplete changes (for all autocomplete fields like person):
    • selected person, input box disappears, replaced by an non-editable box with selected person's info (and X in the corner which takes user back to blank input box in case they select the wrong person)
    • after creating a new person, have that person already selected (as above) when the person clicks out of the pop-up form
  • fix user guide after GCD & autocomplete changes - send out to everyone
  • put UIUC assignment spreadsheets on wiki
  • Add helpful hints - as HTML divs pulled in from HTML guide? (David)
  • Finish styling all detail pages (submit, Hello + Log Out header, etc)
  • Clean in-line styling, tables to divs
  • CSS for mobile (tablet, at least)

Database to do:

  • Finish data dictionary explaining each entity and attribute, and ER diagram to reflectAdd GCD tables to data dictionary
  • insert GCD issue ids into activity_fact table in new column (gcd_link column)
  • CRON job that send out how many letters inputted by who (total & weekly) that emails once per week
  • Add triggers for modifications into audit table
  • Change to real NULL on db for values that are blank
    • Query builder based on non-empty fields?

...