Simple app to store schoolband uniforms and instruments.
This project is in the early idea phase and following technologies are considered
- noSQL - eg. MongoDB
- Express - node.js
- Progressive Web-app (PWA) and VUE
- Register a uniform object (jacket, pants, hat)
- Register specification uniform object
- Register status uniform object (in stock, in use, to repair, to cleaning, disposed)
- Register/update uniform object connection to a person (objectid, name, start-date, end-date)
- Register a person (name, start-date, status(active))
- Update a person (name, end-date, status (active / non-active))
- Update specification
- Update status
- Update connection person
- View status uniform historically (status, start-end, person.name)
- View specification uniform historically ()