Skip to content

Instantly share code, notes, and snippets.

@Lucho2027
Last active March 27, 2020 20:04
Show Gist options
  • Save Lucho2027/0bb54bf26bf1de636bef30ca47fb17f9 to your computer and use it in GitHub Desktop.
Save Lucho2027/0bb54bf26bf1de636bef30ca47fb17f9 to your computer and use it in GitHub Desktop.
- User interviewed and feedback was received from Brian Rempe - Owner of the Gym - I was able to gather the following
notes:
- Nickname should not be required on the registration form. -> Initially I though this would be
crucial . However, I will remove this field from the form. My backend can receive the Nickname as Null.
- Format of Posted Workout all of the text comes as a string. -> Need to work on figuring out
how to style the string that is currently save as content on backend to present the workout in a
- Workout entry should only be available for the trainer. -> I am not sure how to solve this. I will probably use
a private route to post Work outs and leave the comment to the public.
- Workouts should be able to be created and edited a week in advanced before posting them. -> The way I think about this, is having
a separate table on the database of workouts to be posted that only trainers can access. Due to time constraints I will probably will
not be able to fulfill this requirement.
- RSS Feed to feed other apps connectivity should work in order for users to be able to record the work outs. -> I have not done something
similar to this in the past, probably due to time constraints I will not be able to fulfill this requirement.
- He would like for the layout of the web page to resemble and have similar aesthetics to this one: https://crossfitpc.com/ . - > This
will be completed after MVP is revised.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment