-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from wdiasjunior/dev
Release 0.6.0
- Loading branch information
Showing
75 changed files
with
5,678 additions
and
1,233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module.exports = { | ||
presets: ['module:metro-react-native-babel-preset'], | ||
plugins: ['react-native-reanimated/plugin'], | ||
presets: ["module:metro-react-native-babel-preset"], | ||
plugins: ["react-native-reanimated/plugin"], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,101 +1,63 @@ | ||
# TODO | ||
|
||
- [ ] change splash screen based on the selected theme (?) | ||
|
||
## calculator page | ||
- add settings screen (?) | ||
- kg - lbs switch | ||
- checkboxes to choose which formulas to calculate 1rm from (?) | ||
- implement rpe calculator (?) | ||
- add rpe math block | ||
- [ ] add settings screen (?) | ||
- [ ] kg - lbs switch | ||
- [ ] implement rpe calculator (?) | ||
- [ ] add rpe math block | ||
- https://www.rpecalculator.com/ | ||
- https://articles.reactivetrainingsystems.com/2015/11/29/beginning-rts/ | ||
- get inspiration from the juggernaut app | ||
- calculator tab screen - add topTabBar to switch between RPE and RM (?) (example on juggernaut app) | ||
- [ ] get inspiration from the juggernaut app | ||
- [ ] calculator tab screen - add topTabBar to switch between RPE and RM (?) (example on juggernaut app) | ||
|
||
## plate math page | ||
- import and export file for plate rack and bar configs (?) | ||
- switch to toggle colors depending on plate weight (?) | ||
- get inspiration from the juggernaut app | ||
- [ ] import and export file for plate rack and bar configs (?) | ||
- [ ] get inspiration from the juggernaut app | ||
|
||
## program page | ||
- exercise item page | ||
- add checkboxes to track how many sets were done (?) | ||
- header - add weight unit toggle for weight conversion (?) | ||
- add estimated rpe weight (?) | ||
- add switch to turn it on and off | ||
- setSelected next day workout on dateNow change (compare with atomsWithStorage lastDay?) (?) | ||
- rm review page | ||
- oneRMs atom with storage object for semi persistent data that takes priority over the object in the json file for the percentage math (?) | ||
|
||
## program management / program editor page | ||
- add warning on rm/week/exercise items delete attempt | ||
- share api - share json from other apps and import programs | ||
- replace `navigation.replace("ProgramEditorStack");` with navigation reset? and prevent android back button on program editor stack from exiting and losing progress | ||
- change program editor program data to atom with storage in both web and native (?) to prevent accidental discard of progress (kinda redundant if there's a warning on go back) | ||
- add spinner overlay on save | ||
- [-] use flex wrap instead of a bunch of rows (?) | ||
- [ ] add checkboxes to track how many sets were done (?) | ||
- [ ] header - add weight unit toggle for quick weight conversion (?) | ||
- [ ] add estimated rpe weight (?) - add switch to turn it on and off | ||
|
||
## program editor page | ||
- [ ] add warning on rm/week/exercise items delete attempt | ||
- [ ] add spinner overlay on save | ||
- *StepOne* | ||
- 1rm input group. add field for reps and math for estimated rm depending on the amount of reps | ||
- [ ] 1rm input group. add field for reps and math for estimated rm depending on the amount of reps | ||
- *StepThree* | ||
- copy and paste function? - similar to how whatsapp lets you forward a message to multiple chats, do this for exercise items in day section (?) | ||
- [ ] copy and paste function? - similar to how whatsapp lets you forward a message to multiple chats, do this for exercise items in day section (?) | ||
- *StepFour* (?) | ||
- create 4th step on program editor (screen / modal options) (?) | ||
- another page or modal to display per week total volume of 1rm exercise | ||
- separate values for accessories and total | ||
- button - show screen for weekly (input amount of weeks(block)) volume / intensity | ||
- [ ] create 4th step on program editor (screen / modal options) (?) | ||
- [ ] another page or modal to display per week total volume of 1rm exercise | ||
- [ ] separate values for accessories and total | ||
- [ ] button - show screen for weekly (input amount of weeks(block)) volume / intensity | ||
|
||
## PR Tracker page | ||
- lift/movement/exercise selector | ||
- display some fancy graphs/charts | ||
- show graph with x axis for the passage of time and the y axis for the weight lifted | ||
- percentage math for lastest entry of exercise below the graph (kinda like 1rm calculator page) | ||
|
||
## program downloader page (?) | ||
- fetch from a git repo (?) | ||
- [ ] integrate OpenBarbell data (?) | ||
- [ ] lift/movement/exercise selector | ||
- [ ] display some fancy graphs/charts | ||
|
||
## settings page | ||
- about? - separate page for this (?) | ||
- link to User Guide | ||
- "To report bugs, suggest new features, or if want to contribute to the project, access the link below" | ||
- link to GitHub Repository | ||
- "This app is ad free. If you feel like it, please support the developer" | ||
- link to buy me a coffee | ||
- Created by Wellington Junior | ||
- "Weights are rounded to 2.5kg and 5lbs so that it's easier on the head and load the bar mid training session, and it's applied in every screen. In the future, it will be added a toggle so that you can disable this behavior." | ||
- add switch to disable rounding and show actual weight after percentage calculation | ||
|
||
## misc | ||
- excel conversion to json? - spreadsheet template? (sort of done for a few programs) | ||
- json program validator on import (?) | ||
- notes input for days/exercises on the program page ? (where/how would I save/load this ?) | ||
- write documentation for the code, program .json schema, and how to use the app. | ||
- make text responsive everywhere (?) | ||
- `<Text adjustsFontSizeToFit style={styles(activeTheme).text}>teste</Text>` | ||
- think of a way to extend the program schema to allow for auto regulation logic with reps and weight 1rm estimation - like what happens in the PH3 spreadsheet | ||
- add spinner on heavy computational actions | ||
- [ ] switch to SQLite and stop using file system directly (?) | ||
- [ ] excel conversion to json? - spreadsheet template? (sort of done for a few programs) | ||
- [ ] json program validator on import | ||
- [ ] notes input for days/exercises on the program page ? (where/how would I save/load this ?) | ||
- [ ] write documentation for the code, program .json schema, and how to use the app. | ||
- [ ] think of a way to extend the program schema to allow for auto regulation logic with reps and weight, 1rm estimation - like what happens in the PH3 spreadsheet | ||
|
||
--- | ||
|
||
# BUGS | ||
|
||
- program page glitch on first load | ||
- remake week menu list without animations? | ||
|
||
- when saving and importing training programs | ||
- check if file with the same name already exists | ||
- add as a duplicate | ||
|
||
--- | ||
|
||
- https://tamagui.dev/ | ||
- try this and have only one codebase for web and native? | ||
|
||
--- | ||
|
||
- build release apk instead of debug | ||
- https://gist.github.com/wdiasjunior/26c7f0b701c9fd8c184c1ebd92a5d986 | ||
- https://reactnative.dev/docs/signed-apk-android.html | ||
- https://instamobile.io/android-development/generate-react-native-release-build-android/ | ||
- program page | ||
- [ ] "content shift" glitch on first load | ||
|
||
- https://www.obytes.com/blog/react-native-ci-cd-github-action | ||
- https://github.com/marketplace/actions/react-native-android-build-apk | ||
- [ ] File system alerts using hard coded messages | ||
|
||
--- |
Oops, something went wrong.