Skip to content

MVP List

AAfghahi edited this page Sep 21, 2020 · 4 revisions

1. Hosting on Heroku (9/21/2020)

2. New account creation, login, and guest/demo login (9/22/2020, 1 day)

  • Users can sign up, sign in, log out
  • Users are able to create a login in to check out the website
  • Features are gated behind users being able to log in. Users cannot reach routes, workouts, or other user's posts. They also will not be able to see the index page either.

3. Creating Routes (9/24/2020 3 days)

  • Users are able to upload a route.
  • Users are able to create a new route with google map integration.
  • Users can view their previous routes.
  • Users can edit a previous route.
  • Users can delete an already create route.

4. Saving Workouts (9/28/2020 3 days)

  • Users can create a workout.
  • Users can edit a workout.
  • Users can delete a workout.
  • Users are able to view their previous workouts separated by week.

5. Workout Feed (9/30/2020 2 days)

  • Every user has a page that display the workouts they have in a given week.
  • Every workout has the date, time, duration, mileage, alongside the map of the workout.

6. Workout Stats/Totals (10/02/2020 2 days)

  • Users are able to store their height, weight, and preferred gender when signing up. These stats are used to calculate average biometrics.
  • Users can edit their stats.
  • The stats will be shown on each workout page.
  • Every week users will be able to see their total workout stats, including calories burned and average miles per hour.
  • Users will be able to see the stats for a single workout, broken down.

7. Production README(10/02/202 0.5 days)

Bonus Features

  • Users are able to upload and save a workout.
  • Users can follow/unfollow other users.
  • Users can see your friend's workouts.
  • Users will be able to comment on a user's workouts.
  • Users will have a feed of your friend's workouts. Ordered by recency.
  • Users will be able to see what comments have been left for their workouts.