Small project using a database and some micro-controllers to store and display the living factors of rooms.
- Add API endpoint to add a new device to the database
- Make it so the address should be updated if the device_id is already present in the table. DHCP should not make the device go offline.
- Change so that the database is built with a script so that all schemas are set automatically
- Change the database writes to make them safe from SQL injections
- Add edge device implementation
- Setup more Github actions:
- SonarCloud
- CodeSene
- etc.
- Add Graphana
- HTTPS/TLS support?
- Improve code test coverage
- Add documentation
- Architecture
- Database tables
- etc.
- Cleanup...
- Add Prometheus (might not happen)