Commit Graph

5 Commits (1390bc21c6f24ad214e2be93e71e5ea7528d1426)

Author SHA1 Message Date
Kirubakaran 7ad072ff6e docs(deploy): create detailed deployment guide for AWS
Adds a DEPLOYMENT.md file with comprehensive instructions for setting up prerequisites (Docker, RDS database) and deploying the application using Docker Compose.

Includes an .env.example file to guide the configuration of necessary environment variables for production.
2025-10-13 13:15:37 +05:30
kiruba-vec 342d322e35 fix: fixed colour in the swap abort reason 2025-09-29 11:32:09 +05:30
Kirubakaran 3a2cda3263 fix: resolved the analytics and logs page bugs 2025-09-22 03:13:04 +05:30
Kirubakaran eb88959660 fix: analytics page 2025-09-20 21:14:30 +05:30
Kirubakaran 526bc8e8fa feat(app): Implement station removal and refactor to common header
This major update introduces the ability to remove stations and significantly refactors the frontend architecture for better code reuse and maintainability.

### Features
- **Remove Station:** Implemented full-stack station removal functionality.
  - Added `DELETE /api/stations/<id>` endpoint to the backend.
  - The MQTT client for the removed station is now gracefully disconnected.
  - Added a trash can icon button to the station selection card for removal.
- **Enhanced UI:** Improved the UI on several pages.
  - Added icons for Product ID and Location on station cards.
  - Updated card layout to display Product ID directly under the station name.
  - Implemented a fully functional, dynamic header for the dashboard, logs, and analytics pages.
2025-09-14 05:34:57 +05:30