Commit Graph

13 Commits

Author SHA1 Message Date
c86be27576 Add AQI module and related services, controllers, and DTOs
- Introduced AqiModule with AqiService and AqiController for handling AQI data.
- Added DTOs for AQI requests: GetAqiDailyBySpaceDto and GetAqiPollutantBySpaceDto.
- Implemented AqiDataService for managing AQI sensor historical data.
- Updated existing modules to include AqiDataService where necessary.
- Defined new routes for AQI data retrieval in ControllerRoute.
2025-06-10 18:19:34 -06:00
7ec4171e1a feat: add occupancy module with controller, service, and related DTOs for heat map data retrieval 2025-05-12 02:15:57 +03:00
f3fd6646a1 feat: add SqlLoaderService to multiple modules for improved SQL data handling 2025-04-24 02:31:35 +03:00
7f43ef5de5 feat: integrate PowerClamp service and repositories across multiple modules 2025-04-24 02:14:58 +03:00
4810cc6f35 added controller to export 2025-04-16 10:28:57 +04:00
22d98fa177 feat: add user UUID to project creation and validate user existence 2025-04-03 12:27:36 +03:00
39d73bf241 finished Update invited user endpoint 2025-01-04 06:25:50 -06:00
9c03b9e95d Remove unused UserRepository from project.module.ts 2025-01-04 04:19:34 -06:00
7e6e34a3de Refactor and add new user-related endpoints for projects 2024-12-30 18:59:42 -06:00
a96dccd19d Add endpoint to get users by project 2024-12-29 22:31:56 -06:00
a5ab883957 create orphan community and space for project 2024-12-18 08:22:53 +04:00
ba002ae474 reduced code duplication 2024-12-12 09:21:56 +04:00
1e5b61e3e0 added project endpoints 2024-12-09 13:26:17 +04:00