The watch list is a list of movies that user decides to add for future viewing. The watch list is persistent accross session. This allows user to add the favorite movies to the list and have it persist after the session. In order to add to the watch list, the user can simply click on add to watch list button that appears in profile page and search page. The user can view the watch list by click on the watch list on the navigation bar.
The user can also remove a movie from the watch list. By clicking on the watch list the user can view the movies currently in the list and by clicking on the remove button, the movie can be removed and list updated.