melflynn / BarkedIn

A fullstack clone of LinkedIn, for dogs!
0 stars 0 forks source link

Design Docs Checklist #1

Open samwalker191 opened 3 years ago

samwalker191 commented 3 years ago

Wiki Page Home

samwalker191 commented 3 years ago

MVP List Comments:

Looks šŸ”„

samwalker191 commented 3 years ago

Schema Comments:

Looks good!

samwalker191 commented 3 years ago

Sample State Schema:

Looks good!

melflynn commented 3 years ago

I've updated the MVPs!

samwalker191 commented 3 years ago

Backend Routes Comments:

I think the Get /api/connections route would still be needed, since the full connections info isnt needed on some pages. We dont need to know who all of the current user's connections are when looking at the news feed. However, when someone navigates to the connections page, we need to load all of the connections info. So it might be beneficial to have this route for that reason.

melflynn commented 3 years ago

Backend Routes Comments:

I think the Get /api/connections route would still be needed, since the full connections info isnt needed on some pages. We dont need to know who all of the current user's connections are when looking at the news feed. However, when someone navigates to the connections page, we need to load all of the connections info. So it might be beneficial to have this route for that reason.

  • [ ] I think the reactions routes' descriptions still talk about comments :D

Updated!

samwalker191 commented 3 years ago

Frontend Routes Comments:

Looks great.