COSC481W-2024Winter / ResoluteApp

A fitness tracking/logging application with social media aspects. The purpose of Resolute is to encourage users and their friends to be involved in each other's fitness endeavors through non-intrusive mobile notifications.
0 stars 1 forks source link

Logging Exercise Enhancements #35

Closed dubedo580 closed 8 months ago

dubedo580 commented 8 months ago

User Story Gary Common is back again and he has some complaints about the design of the logging an exercise page. The keyboard gets in the way when he's finished entering his exercise and when he tries to close it out it just adds a bunch of white space to the place he edits his exercise. Also, any time he tries to clear out a mistyped exercise it takes him home. He still needs to enter that exercise so this is very inconvenient.

Tasks

Acceptance Criteria

  1. The Clear button should clear all text edits when pressed not just the current field.
  2. If the user enters anything with excessive white space the edit text field wont grow with it.
  3. If the user hits enter on the keyboard it won't add a new line it will instead move the user into the next text edit field.