Things to ponder on: Is maven allowed, and if so, are external libraries allowed? If no, we can use our own csv parser, else we use a database driver.
Do we create a GUI, or a terminal based app?
- [ ] Dashboard for Manager.
All of the inventory information will be saved in files, hopefully .csv.
I propose we use javadoc. It is a supported tool by oracle widely used in the industry
- Ask the user if they want to log in, or create new user.
- Create new user: Call appropriate method.
- Login: Get the UserRow(class) ManagerRow(class) from sql
- GUI with javafx