makampos / fit-sync

Build your workout plan and synchronize it with the calendar that suits you best.
MIT License
0 stars 0 forks source link

Set User Unit Preferences #18

Closed makampos closed 2 weeks ago

makampos commented 2 weeks ago

User Story

As a: user I want: to set my preferred weight and distance units So that: I can have a proper visualisation of the data based on my preferences.

Acceptance Criteria

Tips

ENUM('KG', 'LBS', 'STONE')
ENUM('MILES', 'KM', 'METERS', 'FEET')

Test Scenarios

  1. Scenario 1: Describe the scenario.
    • Given: Initial conditions
    • When: Action taken by the user
    • Then: Expected outcome

Definition of Done

Clearly define what it means for this user history to be considered complete. Include criteria such as coding standards, testing requirements, and documentation.