Closed jimenezj8 closed 1 year ago
Check out app.py:handle_new_game_submission
For the purposes of serving user groups that may want speed rounds, I should probably figure out how to flexibly parse and print timedeltas for messages.
The new game modal now presents users with acceptable units for the round length (days, hours, minutes) and forces users to select one
Presenting information to users about round length is tricky - in most cases, it's anticipated that rounds will last a few hours or so, but in others, users may want to use days as the base unit.
Figuring out how to parse this and present it in a meaningful/concise way to users would be great