History Export to CSV
This commit is contained in:
@@ -190,6 +190,13 @@ The core feature. States: **Idle**, **Active Session**, **Sporadic Mode**.
|
||||
* **3.5.2 Statistics**
|
||||
* Visualizes progress over time.
|
||||
* **Key Metrics**: Volume (Weight * Reps), Frequency, Body Weight trends.
|
||||
* **3.5.3 Data Export**
|
||||
* **Trigger**: "Export CSV" button in History view.
|
||||
* **Logic**:
|
||||
* Generates a denormalized CSV file containing all workout history.
|
||||
* **Structure**: One row per set.
|
||||
* **Columns**: Includes session attributes (time, plan, note, bodyweight) and set attributes (exercise details, metrics, side, linked exercise flags).
|
||||
* **Output**: Browser download of a `.csv` file.
|
||||
|
||||
### 3.6. User Interface Logic
|
||||
* **3.6.1 Navigation**
|
||||
|
||||
Reference in New Issue
Block a user