Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 855 Bytes

File metadata and controls

18 lines (17 loc) · 855 Bytes

Inventory management project

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?

2 users: Manager and Customer

  • [ ] Dashboard for Manager.

Notification Service

Saving information

All of the inventory information will be saved in files, hopefully .csv.

Documentation

I propose we use javadoc. It is a supported tool by oracle widely used in the industry

Dashboard (Urja)

  1. 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

Optional Features

  • GUI with javafx