|
229909f959
|
Import ProductRepository in DeviceService
|
2024-05-01 10:21:55 +03:00 |
|
|
8702fdb7cf
|
Merge pull request #21 from SyncrowIOT/SP-169-be-create-space-and-space-types
Sp 169 be create space and space types
|
2024-04-30 05:38:22 -04:00 |
|
|
4ff343294a
|
Merge branch 'dev' into SP-169-be-create-space-and-space-types
|
2024-04-29 14:14:58 +03:00 |
|
|
9e40cdb0ed
|
Remove unused imports and dependencies
|
2024-04-29 11:18:17 +03:00 |
|
|
2a6cce345d
|
Refactor error handling in DeviceService
|
2024-04-28 11:53:06 +03:00 |
|
|
cd2f496670
|
Refactor unit service to remove unnecessary includeSubSpaces parameter
|
2024-04-28 11:39:49 +03:00 |
|
|
c376e69e67
|
Add productUuid to response in getDeviceDetails method
|
2024-04-28 10:40:09 +03:00 |
|
|
307761c915
|
Refactor controlDevice method for better readability
|
2024-04-28 09:37:11 +03:00 |
|
|
bdcc065d73
|
Remove Home Module
|
2024-04-27 23:31:00 +03:00 |
|
|
8c790b0d96
|
Refactor Device Module
|
2024-04-27 23:27:40 +03:00 |
|
|
165dfb575d
|
Refactor import statements in device controller
|
2024-04-27 18:42:22 +03:00 |
|
|
4060beb938
|
Refactor import statements and fix formatting issues
|
2024-04-27 18:41:14 +03:00 |
|
|
e078178f80
|
add architecture diagram
|
2024-04-24 13:50:33 +03:00 |
|
|
d8d3c3134e
|
Merge pull request #27 from SyncrowIOT/readme
Readme
|
2024-04-24 11:58:21 +03:00 |
|
|
d8ea23e1a7
|
Add ERD diagram to README.md
|
2024-04-24 11:56:12 +03:00 |
|
|
e0a155382b
|
updating the ReadMe
|
2024-04-23 09:10:31 -04:00 |
|
|
6a1f29f2d7
|
Merge pull request #23 from SyncrowIOT/feat/device_permissions
Feat/device permissions
|
2024-04-23 15:56:59 +03:00 |
|
|
c311c51f68
|
API related changes done
|
2024-04-23 18:09:50 +05:30 |
|
|
d61a1b92e7
|
Device Related API changes are done
|
2024-04-23 16:24:58 +05:30 |
|
|
501b9c6768
|
Merge pull request #24 from SyncrowIOT/SP-171-be-create-groups-to-control-devices-per-group
Sp 171 be create groups to control devices per group
|
2024-04-23 15:41:13 +05:30 |
|
|
59badb41a3
|
auth permission guard added
|
2024-04-23 12:41:37 +05:30 |
|
|
bef2f1e4ad
|
added listing api
|
2024-04-23 10:38:09 +05:30 |
|
|
fc7907d204
|
Refactor group controller and service for better code organization
|
2024-04-22 10:05:54 +03:00 |
|
|
7abfe29746
|
Refactor group controller methods and add device product guard
|
2024-04-21 16:27:53 +03:00 |
|
|
18e7e35d35
|
Add unique constraint to GroupDeviceEntity and isActive flag to both GroupDeviceEntity and GroupEntity
|
2024-04-21 16:27:32 +03:00 |
|
|
af7a9dbd72
|
Remove unused imports and fix formatting issues
|
2024-04-18 10:46:21 +03:00 |
|
|
239dbc84b1
|
Add GroupDeviceEntity and related modules
|
2024-04-18 10:44:34 +03:00 |
|
|
c805f9d2af
|
Merge branch 'feat/device_permissions' into SP-171-be-create-groups-to-control-devices-per-group
|
2024-04-18 10:05:51 +03:00 |
|
|
921b44d4ed
|
Add group module entities, DTOs, repository, and repository module
|
2024-04-18 09:42:55 +03:00 |
|
|
871544f007
|
relations added
|
2024-04-18 12:03:33 +05:30 |
|
|
2a4fe77b0b
|
SPRINT-1 related tasks done
|
2024-04-18 09:16:59 +05:30 |
|
|
fbdf187ee1
|
SPRINT-1 related tasks done
|
2024-04-17 18:52:58 +05:30 |
|
|
0bfb47bc33
|
Add unique constraint for user and space in UserSpaceEntity
|
2024-04-16 17:23:11 +03:00 |
|
|
c2d6c7ffd5
|
Add user space type guards
|
2024-04-16 17:23:01 +03:00 |
|
|
d9782b3218
|
Add functionality to add user to a unit
|
2024-04-16 17:22:47 +03:00 |
|
|
3afdd4922b
|
Add AddUserRoomDto and endpoint to add user to room
|
2024-04-16 17:22:38 +03:00 |
|
|
5bf3215c6b
|
Add CheckUserFloorGuard and implement addUserFloor functionality
|
2024-04-16 17:22:26 +03:00 |
|
|
ae63ac6717
|
Add UserRepository and addUserCommunity endpoint
|
2024-04-16 17:22:12 +03:00 |
|
|
1d9bb96a87
|
Add UserRepository and User Building functionality
|
2024-04-16 17:22:02 +03:00 |
|
|
74b7471106
|
Refactor controllers to use userUuid as route param
|
2024-04-16 16:11:43 +03:00 |
|
|
f30dd755a2
|
Add endpoint to get units by user ID
|
2024-04-16 15:34:15 +03:00 |
|
|
5c3edb0bab
|
Add endpoint to get rooms by user ID
|
2024-04-16 15:34:03 +03:00 |
|
|
c03bb1ef36
|
Add GetFloorsByUserId endpoint and related functionality
|
2024-04-16 15:33:53 +03:00 |
|
|
230ed4eac1
|
Add UserSpaceRepositoryModule and UserSpaceRepository to CommunityModule
|
2024-04-16 15:33:37 +03:00 |
|
|
c12b11b81d
|
Add UserSpaceRepositoryModule and UserSpaceRepository to BuildingModule
|
2024-04-16 15:33:28 +03:00 |
|
|
35b41e1be1
|
Add UserSpaceEntity to database module imports
|
2024-04-16 11:11:47 +03:00 |
|
|
6673bcd913
|
Add UserSpaceEntity relation to SpaceEntity and UserEntity
|
2024-04-16 11:11:36 +03:00 |
|
|
9837227fc5
|
Add user space DTO, entity, repository, and module
|
2024-04-16 11:11:18 +03:00 |
|
|
99aca8cf01
|
Refactor middleware to guards for type checking
|
2024-04-14 13:13:56 +03:00 |
|
|
d92ae03eac
|
Refactor error handling in controllers and services
|
2024-04-14 11:28:52 +03:00 |
|