Commit Graph

19 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
1a313c103d finished return the last three parents 2025-03-19 00:50:24 +03:00
9902b02700 finished return the spaces in get community 2025-03-18 01:52:01 +03:00
19825540dd updated endpoint and validation to manage project entity in communty CRUD 2024-12-09 16:22:54 +04:00
7e9894b1d3 Fixed scene 2024-11-02 19:36:56 +04:00
2422f40a2d remove unused guard 2024-10-30 11:28:25 +04:00
a486b24ef8 removed get spaces from community 2024-10-29 18:13:13 +04:00
d6e6eb9b1f Added tuya space to community 2024-10-29 14:24:01 +04:00
d6777c8ec1 Added all community endpoints 2024-10-17 10:55:26 +04:00
d14d3b5ba2 added community space 2024-10-15 11:38:49 +04:00
8f761168b4 changed entity and type structure 2024-08-03 23:50:49 +03:00
aff52be540 Add permission guards to controllers 2024-05-07 22:27:59 +03:00
ae63ac6717 Add UserRepository and addUserCommunity endpoint 2024-04-16 17:22:12 +03:00
230ed4eac1 Add UserSpaceRepositoryModule and UserSpaceRepository to CommunityModule 2024-04-16 15:33:37 +03:00
badda01a05 Add SpaceTypeRepository to CommunityModule imports 2024-04-02 11:30:44 +03:00
be880e47e7 Add CommunityModule to app.module.ts 2024-03-31 22:31:49 +03:00