Implemented multiple fixes and features, ready for testing:
BREAKING CHANGE: Make sure you backup your database file (medication.db) and modify docker-compose
from /path/to/database/directory:/app/medassist
to /path/to/database/directory:/app/database
- Add medication input field limits (invalid characters not allowed, rounding, looping hours/minutes/date and similar)
- Settings input fields limits (similar to 1.)
- Handles usage=0 properly
- Uses uniform database path (node.js or docker). This is breaking change, make sure to update docker-compose
- Improved backend script and hopefully fixed issues with crashing and slow response
- Added more styling to e-mails
Support the project by giving a star!