Commit Graph

815 Commits

Author SHA1 Message Date
4401b4358c Refactor filtering logic in UnitService 2024-04-13 18:07:54 +03:00
c0e84d80d4 Add unit module with controller, service, dtos, and middleware 2024-04-13 17:55:28 +03:00
120939b470 Refactor middleware function names for clarity 2024-04-13 17:25:48 +03:00
9e3544756e Refactor filtering logic in FloorService 2024-04-13 17:23:56 +03:00
d5f396e4f5 Add floor module with controller, service, DTOs, and interfaces 2024-04-13 17:20:20 +03:00
9b837bd15a Refactor buildHierarchy method for improved performance 2024-04-03 15:07:11 +03:00
249dd67591 Add totalCount field to CommunityChildInterface 2024-04-03 15:07:00 +03:00
cb6ec0e278 Add BuildingModule to imports in app.module.ts 2024-04-03 14:55:50 +03:00
033e09a44e Add BuildingModule and CheckCommunityTypeMiddleware 2024-04-03 14:55:08 +03:00
526bf4b661 Add building service and check building middleware 2024-04-03 14:52:30 +03:00
296457310a Add building interfaces for parent and child relationships 2024-04-03 14:52:07 +03:00
6fedcb6c3b Add building and get building DTOs 2024-04-03 14:51:53 +03:00
499603f3c0 Add BuildingController with CRUD operations 2024-04-03 14:51:40 +03:00
7cf26f3146 Update property name to communityName 2024-04-02 18:12:48 +03:00
72756e4e08 Add endpoint to get community child by UUID 2024-04-02 17:31:20 +03:00
ca5d67e291 Refactor community service to include child hierarchy retrieval 2024-04-02 17:30:54 +03:00
893667c1b5 Update global validation pipe configuration 2024-04-02 17:30:40 +03:00
8a759aca35 Refactor GetCommunityByUuidInterface 2024-04-02 17:30:31 +03:00
dcbeb92ce6 Refactor class-validator imports in community DTOs 2024-04-02 17:30:11 +03:00
badda01a05 Add SpaceTypeRepository to CommunityModule imports 2024-04-02 11:30:44 +03:00
ae8d909268 Add endpoint to get community by UUID 2024-04-01 00:04:38 +03:00
d765d090ea Refactor CommunityService constructor for simplicity and readability 2024-03-31 22:39:26 +03:00
be880e47e7 Add CommunityModule to app.module.ts 2024-03-31 22:31:49 +03:00
85f6dce85f Add CommunityService implementation 2024-03-31 22:30:51 +03:00
9654d58ea0 Add AddCommunityDto class with properties 2024-03-31 22:30:05 +03:00
75197664fd Add CommunityController 2024-03-31 22:29:33 +03:00
da634167d0 fix build issue 2024-03-31 12:20:00 +03:00
4484661e32 Merge pull request #18 from SyncrowIOT/device-config-product-type
Device config product type
2024-03-31 11:56:41 +03:00
e26c0475a3 Remove commented out code 2024-03-25 14:37:48 +03:00
46e7fc4260 Refactor getDevicesInstructionStatus method for improved readability 2024-03-25 14:36:31 +03:00
6c02f60f28 Refactor device interfaces to use interfaces instead of classes 2024-03-25 14:36:11 +03:00
a289b1645c Refactor device controller method names 2024-03-25 14:28:13 +03:00
fba0063268 Refactor device service methods for better error handling and readability 2024-03-25 14:27:50 +03:00
ca86e07981 Update GetDeviceDetailsInterface and add new interfaces 2024-03-25 14:27:31 +03:00
37aa519107 Add ProductRepository to DeviceModule imports and providers 2024-03-25 13:36:45 +03:00
37316fd9e6 Refactor OTP deletion in UserAuthService 2024-03-25 13:36:34 +03:00
ed210e94c7 fix some issues 2024-03-24 10:51:17 +03:00
57fb43f47b Refactor device service to fetch devices by group ID 2024-03-20 13:17:53 +03:00
a8dc4c28f7 meger branch with dev branch 2024-03-13 14:00:42 +03:00
1bd30ebb33 finshed device endpoint 2024-03-13 13:57:04 +03:00
bca8a12b8c Merge pull request #12 from SyncrowIOT/create-get-home-by-id-api
Create get home by id api
2024-03-13 05:36:46 -04:00
2bc77e3161 Merge pull request #11 from SyncrowIOT/create-get-room-by-id-api
finshed get room by id api
2024-03-13 05:34:50 -04:00
5f18d1f4d5 finshed get devices by room id 2024-03-13 11:17:22 +03:00
e011949bda finshed get home by id api 2024-03-12 15:40:16 +03:00
dc51cbb5ef finshed get room by id api 2024-03-12 15:29:25 +03:00
db7802776a add get group by id api 2024-03-12 15:03:06 +03:00
4cdba75367 finished delete group api 2024-03-12 14:11:23 +03:00
1f5789db1b finished rename group api 2024-03-12 13:49:41 +03:00
db22ceba17 remove comments 2024-03-12 13:36:38 +03:00
70020171c5 finished control group api 2024-03-12 13:36:11 +03:00