GenderAvenger / tally

The Gender Avenger Tally web app
GNU Affero General Public License v3.0
2 stars 2 forks source link

Allow manual whotalks entry #89

Closed slifty closed 4 years ago

slifty commented 4 years ago

WhoTalks requires real time tracking of who is talking, but there are times when that number needs to either be manually edited due to a mistake in tracking OR the time totals were pre-calculated.

This changes the time display to an editable field, which allows people to make either type of adjustment.

Resolves #49

slifty commented 4 years ago

Got some user feedback on this -- just having the text fields isn't intuitive to the user, so we have proposed the following changes:

  1. Show the old interface, but add an "Edit" button which will render an editable version.
  2. Instead of having a single text area with hh:mm:ss format, have three separate labeled fields for "hours", "minutes" and "seconds".

The edit button should probably be replaced with a "stop editing" button when editing is enabled. We also may want to remove ability to run the timers when in edit mode.