As a USER, I want to be able to rank movies based on movies selected for ranking in the "Build an Event" page. The information pulled from the Build an Event page is pulled into the Ranking page by matching the unique ids of the Events. As a USER, I want to be able to see a visual warning that I haven't entered a user ID before clicking the submit button.
Image showing the movie event id matches the URL of the Ranking page:
Images showing the visual warning that a User ID hasn't been submitted:
Tested
Chrome browser on MacOS
Testing
[ ] Click on any of the Event buttons on the current Home page.
[ ] View the ending of the URL of the Ranking page.
[ ] Open the console and view the Event id, and see that it matches the end of the URL of the Ranking page.
[ ] VIew the movie titles in the console and see that it matches the movie titles in the drag and drop.
[ ] Click on the "Submit" button
[ ] View the warning about submitting without a User ID
[ ] Enter an empty string into the User ID Form Field
[ ] View the warning about submitting without a User ID
[ ] Enter a non-empty String into the User ID Form Field
Closes #80
Description
As a USER, I want to be able to rank movies based on movies selected for ranking in the "Build an Event" page. The information pulled from the Build an Event page is pulled into the Ranking page by matching the unique ids of the Events. As a USER, I want to be able to see a visual warning that I haven't entered a user ID before clicking the submit button.
Image showing the movie event id matches the URL of the Ranking page:
Images showing the visual warning that a User ID hasn't been submitted:
Tested
Chrome browser on MacOS
Testing