exer_log
exer_log copied to clipboard
exer_log - authored by @KalleHallden
Problem: When multiple workouts are logged for the same day, there is no indication on the day (or the subsequent page when the day is clicked) that there is more...
Problem: The `textfield` on this page is the `template name`. The textfield is enabled even when the checkbox for `Save as template` is disabled. This may cause confusion to some,...
Problem: 1. Create a new workout (A) and save it as a template (B). 2. The template is available to be used when starting a new exercise. [OK] 3. Delete...
I suggest to add a convention for the commit messages to ensure explicit commit messages. This makes it easier to create automated changelogs and other things. I have used [conventional...
Since you've included your `google-services.json` file in the repo, which contains your API key: https://github.com/KalleHallden/exer_log/blob/3893b56325da513b9fff304d97911d6b58509979/app/exerlog/android/app/google-services.json#L38-L42 you might want to consider adding restrictions to this key: https://stackoverflow.com/a/57067722 Also, remember: once you...
# Create feedback for users Logging in - incorrect password - incorrect email - email/account doesn't exist Signing up - email already exists - passwords don't match - password is...
## Summary ### I removed the link text and replaced it with an svg which was made by me. | Before | After | |---|---| | | |
### Steps to reproduce When main calendar widget is builded we use function getWorkoutOnDate on every element(day) of calendar, That function returns snapshots with workout documents, but without id field....
For us to be greatly motivated, we need to ensure all contributors are added.
### Summary Solves issue #28. Added a `Start from template` button on the calendar page alongside the `Start new workout` button. Can now start a new workout even when templates...