Zeus was a semester long project created tp help manage the inventory of medical supplies for clinics in Hawai'i. Our goal was to create an easy-to-use application and simple user interface (UI) for the clinic staff. The clinic that we were working with was interested in potentially using a QR code system where they could scan a medicine/supply that they are providing to a client and easily mark down how many they are dispensing. This way their database would be up-to-date as it happens.
After logging in or creating a new account, the user is directed to our home page where you can view the inventory of both medication and supplies. Clinic managers under the administrative account would be able to add, edit, manage user permissions, dispense, and view dispense history while clinic staff can only dispense.
The user is able to click on any row and a modal will pop-up in order to display additional information about a medication/supply such as the QR code and item type. On this modal, admin users are able to edit an item's information or delete it.
Admins can add a new medication/supply which will be added to the database. Items with the same name will listed as one row entry and once clicked on there will be an option to select between different lot numbers to view/edit/delete the given information.
The dispense modal/page can be viewed two ways, one through the website and the other with the QR Code. On this modal, users are able to dispense multiple medications or supplies at the same time. For the other method, the clinic staff would scan the QR code, which directs them to a dispense page. In both methods, after filling out the required fields it updates the database accordingly
(Under construction)