RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

Improving Modularity and Decreasing Complexity of Workout Screen #47

Open athammer opened 5 years ago

athammer commented 5 years ago

PR: Request https://github.com/RychardHunt/Fyt/pull/54

name: File Structure about: As a developer of a workout app(??) I want the components, actions, ext... to be modul where needed but not be too deep to inhibit progress.


Feature Request

Is your feature request related to a problem? Please describe. Specifically for the workout screen there are around ten files dealing with the relatively simple screen.

Describe the solution you'd like To keep modularity find out the best way to separate components, actions, and the like so they can be refused but if not condense the files to prevent unneeded states, props, and complexity.

Describe alternatives you've considered None

Teachability, Documentation, Adoption, Migration Strategy N/A

Acceptance Tests N/A