Commit Graph

8 Commits

Author SHA1 Message Date
Giuseppe Raffa
3094c06467 Add Rulesets page with HTML structure and CSS styles
- Created a new HTML file for the Rulesets page, including a header, toolbar, rules grid, and rule detail popup.
- Implemented JavaScript functionality for loading, filtering, sorting, and managing rules.
- Added CSS styles for the layout, components, and responsive design of the Rulesets page.
2026-04-15 08:06:29 +02:00
Giuseppe Raffa
bf66845528 feat: add CORS support and enhance session routes for better sensor management 2026-04-14 19:39:26 +02:00
Giuseppe Raffa
137c6131c3 feat: implement WebSocket server for real-time sensor data handling and add sensor status update routes 2026-04-14 19:05:37 +02:00
Giuseppe Raffa
a34048ae6b fix: update sensors route to correctly pass database name to query function 2026-04-14 18:13:07 +02:00
Giuseppe Raffa
b6b1ed7a2b feat: implement sensor connection endpoint and add pending tokens route 2026-04-14 17:45:40 +02:00
Giuseppe Raffa
d79c12b6e9 feat: implement sensor connection and health check endpoints 2026-04-14 17:05:24 +02:00
Giuseppe Raffa
c478f5c13c reset: removed the old code to start from scratch 2026-04-14 15:56:24 +02:00
Giuseppe Raffa
bcfce32adb feat: initialize microservice architecture with auth, api, realtime, copernicus, ml, and console modules 2026-03-28 15:29:34 +01:00