Compare commits

..

No commits in common. "main" and "development" have entirely different histories.

View File

@ -60,10 +60,28 @@ ng serve
- `src/app/`: Contains the Angular application source code. - `src/app/`: Contains the Angular application source code.
- `cores/`: Contains all constants, interfaces, and services needed for the project. - `cores/`: Contains all constants, interfaces, and services needed for the project.
- `guards/`: Contains guards for managing access some routes in application - `guards/`: Contains guards for
- `interceptors`: Contains handling error - `interceptors`: Contains handling error
- `interfaces/`: Contains TypeScript interfaces for data models and types used throughout the application. - `interfaces/`: Contains TypeScript interfaces for data models and types used throughout the application.
- `services/`: Contains service files for managing API requests. - `services/`: Contains service files for managing API requests.
- `pages/`: Contains Angular components and views representing different pages of the application. - `pages/`: Contains Angular components and views representing different pages of the application.
- `angular.json`: Angular project configuration file. - `angular.json`: Angular project configuration file.
- `package.json`: Contains project dependencies and scripts for building and running the project. - `package.json`: Contains project dependencies and scripts for building and running the project.
## Progress Report
| Date | Type | Description |
|------------|-------|-----------------------------------------------------------------------------------------------------|
| 2024-10-11 | feat | Completed the integration for sensor data by using REST API on graphic and card at dashboard. |
| 2024-10-08 | fix | Adding lazy load and fixing responsive UI for data sensor at card section |
| 2024-09-30 | fix | Fixing responsive UI for data sensor in graph |
| 2024-09-27 | fix | Fix default data on graphic if change into other sensor, adding different color for each parameters on sensor, adding information about data units for parameters on the graph |
| 2024-09-20 | fix | Fix slicing interface at dashboard |
| 2024-09-20 | feat | Initial commit for slicing dashboard and login interface |
## License
For open source projects, say how it is licensed.