issues
search
MDaniel96
/
training-app
Workout application for iOS and Android using Ionic.
0
stars
0
forks
source link
Refactor: Move navigation logic to parent component
#48
Open
MDaniel96
opened
3 years ago
MDaniel96
commented
3 years ago
[ ] Introduce navigationState model object with attributes which were used on it
[ ] Extract getWorkoutFromRoute() to parent component which sets navState on parent
[ ] Provide callback method to notify children about navStateReady
[ ] Extract navigation by wrapping navigateForward with url, pageSlide and navState params
[ ] Extract isIos()
[ ] Refactor all child classes