pauchye / ASTRA

STRAVA clone
4 stars 3 forks source link

Design Docs Review #3 #3

Closed rlim92 closed 4 years ago

rlim92 commented 4 years ago

Hey Olga! Routes are looking good. Suggestions below:

Frontend Routes

Backend Routes

pauchye commented 4 years ago

Frontend Routes:

  1. updated it to be an edit route Backend Routes:
  2. i believe i have one GET /api/users/:id - user's show page (user's info and stats)
  3. added but want to discuss. do we have 2 routes for routes index page?
  4. updated it to be nested under user_id
rlim92 commented 4 years ago

Hey Olga,

  1. We should eventually have 2 routes because we should see our own routes we made and then we should see segments which look to be like public routes that one can take if they want. We can leave the second route for bonus.