Open andywynkoop opened 5 years ago
Great job so far! slack me if you have any questions. We'll meet sometime tomorrow
Hey Andy, I think I'm finished with user auth, but I'm not so sure. Can you review it? Here is my link: https://my--flix.herokuapp.com/#/
Also, what do you think I should work on this weekend? I was thinking about learning active storage, finding videos, and preparing my index page for browsing videos
Wiki Page Home
MVP List
Notes
[x] Is user's list the CRUD feature?
Database Schema
[X] Contains correct datatypes
[ ] Contains appropriate constraints/details
[X] Contains bullet points after the table that state which foreign keys will reference to which table, or references to the associations which will be made
[ ] Correctly formatted
back_ticked
back_ticked
Notes
Sample State
```javascript...```
). This will display the state as a code block instead of a giant line of textentities
session
errors
(here or inui
)ui
(if needed)comments
inside ofposts
[ ] Don't forget to include the movie/video_url - you won't store these in the db, but they'll be included in front end state
Backend Routes
[X] Contains the following sections: HTML, API Endpoints(Backend)
[X] Each route has a description
[X] API Endpoint routes contains wildcard variables written in
snake_case
[X] Routes does not contain superfluous routes
[X] Have API routes that will allow the front end to get all info it needs and does not have unneeded routes:
GET likes
api endpoint because that info comes through the post show[ ] Everything should be nested under
/api
except/
Frontend Routes
camelCase
inline coding text
(backticks)