Version 1.0.0
An effective system to evaluate and control nursing home inventories that uses several statistics to optimize resources.
Users are granted the opportunity to add and update medicines based on real-world usage, with an intuitive infrastructure based on medicine expiry dates. Medicines are registered in MongoDB , which connects to the React frontend through a FastAPI -based backend. Additional, such as Chartjs , are used to display visual statistics about the promixity of future medicines' expiry, thus facilitating inventory management in a dynamic way.
The list of available medicines is displayed as follows:
with options of addition and consumption (arrival of new packages or usage of past ones) and the capacity to add new medicines the add-medicine button in the lower-right corner of the screen.
Statistics with regard to the expiration of available medicines are displayed as follows:
with the dates of each package being featured in the upper part of the screen, and a flexible illustration of adequate timelines with green, alerted ones with yellow, and expired ones with red. Options to clear expired packages are provided as well.
To handle site access, admins are given the ability to add or remove existing users to restrict or expand the reach of the application.
- Mateo Caso https://github.com/CasoMateo
© Mateo Caso