Week 6 Homework
- To create an insert page for ratings, i'd get a text input from the user, verifying they're an admin, and insert into ratings table
- To create an insert page for people, i'd get the details needed, and send it to the page to get uploaded to the database if the user is logged in
- To create an insert page for movie, i'd get the movie information, and insert it to the database if the user is logged in
- To connect a movie to a person, i'd give an option during movie insert, or do it during an update for movie
- To add a watched movie, i'd do it from the view page of the movie, sending it to an insert to add the user and movie to the watched movie
- I'd do similar to the statement above, using a star icon to toggle favorites