kenthiroi / FotoBook

Facebook (now known as Meta) clone
0 stars 0 forks source link

Design Docs To Do List #1

Open mwmadsen67 opened 2 years ago

mwmadsen67 commented 2 years ago

Wiki Page Home


MVP List


Database Schema


Sample State


Backend Routes


Frontend Routes

mwmadsen67 commented 2 years ago

Hi Kent, just looking at your docs and have a few questions/notes:

Schema:

Sample State:

MVP List:

kenthiroi commented 2 years ago

Hey Mike, Schema:

Sample State:

MVP List:

mwmadsen67 commented 2 years ago

Thanks for making those changes Kent! I've checked out your backend and frontend routes and have some notes on that:

Frontend Routes:

Backend Routes:

If you have any questions, feel free to ask them here. We can also meet before you start your project.

mwmadsen67 commented 2 years ago

actually, my mistake, for friend requests being accepted you would need an update route to change the boolean from false to true.

mwmadsen67 commented 2 years ago

Another note here; I know there is a lot of modals on facebook and that can be kind of intimidating and more complicated to pass information around from modals. If you would like, you can choose to instead have your forms on the page itself to simplify the app a bit. However, the forms should still be in the index component rather than their own separate pages (posts/new, posts/edit, etc)

kenthiroi commented 2 years ago

Frontend Routes:

Backend Routes:

Will probably need to discuss about the friend request part again, as well as clear up the PostShow (possibly split it into 2 routes, photo and video)