Import legacy data. Show welcome screen when no database is configured. #198
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#198
Loading…
Reference in New Issue
No description provided.
Delete Branch "fitnesstrax/legacy-importer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This reads legacy records, converts them to the new record data structure, and prints them to the screen. Tests show that the resulting data structures read correctly into the app.
This fills out the SetRep and DurationWorkout data structures. These kinds of records can now be represented internally even though there is no user interface for them.
Additionally, this fixes the welcome screen.
Resolves #86
Resolves #186