Authors: Max Samoylov, Phillip Zubov, Tyree Mitchell, Buddy Godfrey
Link to Scrum board: https://app.vivifyscrum.com/boards/58638
This project is a front-end application for an "IMDB clone" database for JMU's CS 474 Databases class. A majority of the semester was spent creating the database schema, ER diagram and then the actual database of an IMDB clone database. For the last couple weeks of the semester for the final part of the project we were given roughly two weeks to implement a frontend application for the IMDB clone interface.
The project is built in Java Swing and uses JDBC, this language and technology was chosen as the comfort level amongst all team members is well with Java Swing.
- Generic SQL queries.
- Return search results.
- Display a content pane showing more details of a search result.
- Develop a filter and allow for more advanced queries.
- Flesh out the content pane more to show even more details such as images from the web, and associated content from other tables.