Changed path to be relative and added variables to represent URLs.
Finished all 10 test cases.
Added id's to yes/no buttons for renting.
Added ID to search box on search page.
Added IDs to HTML.
First test case works.
Added in chromedriver and selenium jar. Built out test cases, and added ids to HTML elements to allow for easier testing. Tests currently not working.
Added a page where the user needs to insert payment information to rent a movie, doesn't collect information all you need to do is click the submit button and it will take you to the rent successful page.
Fixed Genre Filter
Added a genre filter to the search page that allows users to filter their search results by movie genre (Action, Adventure, and Horror).
Changed URLs/config for ec2 swap.
Edited the MyServletHibernateMovie.java file so that it only displays the movie title and genre. Clicking on the movie title will take the user to another page called MovieDetailsServlet.java where it displays the rest of the movie's information. Also added a rent button that takes the user to the rent successful page and another button that takes the user back to the search page.
My EC2 server went down on me so I had to reboot it and it changed the url address to the database, should work now.
Added return to home button to search results.
Adjusted hyperlinks for rentSuccessful.html and more.html; formatted the more page to better fit style of other htmls: added rent button, put placeholders for movie details.
Added search functionality.
Added Search functionality. Should still return full list upon no filter.
"Rent successful!" page done small updates to more.html to match look of other html pages
Search and Homepage HTML
Updated the Java facet to version 1.8. It was at version 17.
This commit includes the UtilDB and UtilFile to read/write into the database. The Movie.java class in the datamodel package has also been updated to work with the MyServletHibernateMovie.java file. The MovieList.csv file has also been added. You can run the hibernate file without adding any more movies to the database since the method for adding movies has been commented out.
testing team sync stuff
Added home and search html documents. Also changed the Java repository to version 1.8.
Added Config and hibernate xml docs
Added the hibernate libraries to the code.
Initial "Hello World" commit
Initial import.