Commit Graph

204 Commits

Author SHA1 Message Date
2a1f1f52f6 feat: add presence sensor module with entity, DTO, and repository 2025-05-04 19:11:14 +03:00
7f43ef5de5 feat: integrate PowerClamp service and repositories across multiple modules 2025-04-24 02:14:58 +03:00
8228ccc293 feat: add power clamp entities, DTOs, and repository for energy consumption tracking 2025-04-23 15:08:51 +03:00
055518d672 Merge pull request #339 from SyncrowIOT/feat/commission-device
Feat/commission device
2025-04-22 11:04:15 +04:00
1b3eb08fcb fix: set name column to non-nullable in DeviceEntity 2025-04-22 01:58:31 +03:00
2f12189eef feat: add device name field to DeviceEntity and update related DTOs and services 2025-04-22 01:53:03 +03:00
ed3c526efd fix commissioning 2025-04-21 10:58:14 +04:00
c677be400c added community info and tag 2025-04-17 10:41:39 +04:00
a3001c8bb8 feat: add DEVICE_ADD permission and update device handling logic 2025-04-13 20:19:21 +03:00
cf8cf08bdc add client relation btw user and client 2025-03-27 01:55:26 +03:00
c5dac6c564 add register client api 2025-03-25 10:10:08 +03:00
a4b743eb58 add client entity 2025-03-25 02:29:00 +03:00
9f83b4286c fix relation tags issue 2025-03-11 15:14:59 +03:00
1220ee395d fixing propagation 2025-03-07 23:01:38 +04:00
d059171b72 fixed issues in create space model 2025-03-04 00:44:22 +04:00
a9e5454b61 Add space product 2025-02-27 13:36:28 +03:00
902ddbab50 update space service 2025-02-27 13:36:08 +03:00
4391339e5e updated subspace model covering all edge cases 2025-02-24 18:41:32 +04:00
a99b759882 Merge pull request #254 from SyncrowIOT/SP-1180-be-create-tag-endpoint-fore-create-list-tags
Add Tag Module with CRUD operations
2025-02-12 11:13:37 +04:00
0fe456aaed fixed the typo in subspace entity 2025-02-12 11:12:20 +04:00
7546dbbf35 Add Tag Module with CRUD operations 2025-02-12 00:42:47 -06:00
5129724a8a prettier 2025-02-11 11:25:20 +04:00
62f949396f removed allowed quantity and renamed tags 2025-02-11 11:23:29 +04:00
e9a3cd14a8 fixed entity relation, removed circular dependency 2025-02-10 20:36:29 +04:00
f5f9e9dfe3 fix tag usage 2025-02-10 13:04:22 +04:00
acf8c42170 typo fix 2025-02-10 12:59:43 +04:00
219974385a added product allocation for subspace and space model 2025-02-10 12:59:06 +04:00
4c7208cd5f added subspace and space product allocation entity 2025-02-10 12:58:49 +04:00
8d4e10ff1c updated tag with relation 2025-02-10 12:58:13 +04:00
f381820049 added tag relation to project and product 2025-02-10 11:36:57 +04:00
4c566fd6c3 added new tag entity 2025-02-10 11:27:31 +04:00
3bb88a6e97 fixed issue in association and disassociation 2025-02-03 11:54:49 +04:00
7f69867e8a optimizing space call 2025-02-03 00:13:34 +04:00
450fb8add0 Merge branch 'bufix/move-tags-between' into dev 2025-01-29 14:55:26 +04:00
1b02f1c86a add tag_id 2025-01-29 14:55:05 +04:00
65eac98270 Merge pull request #229 from SyncrowIOT/SP-1147-be-save-the-automation-in-our-database-to-get-the-automation-by-syncrow-spaces
Sp 1147 be save the automation in our database to get the automation by syncrow spaces
2025-01-28 19:13:01 -06:00
8161e8469b Add new automation actions and repository 2025-01-28 03:43:11 -06:00
9a163b0e85 Add Automation Module and Entity 2025-01-28 03:42:52 -06:00
7af9cdc4a2 Merge pull request #227 from SyncrowIOT/bugfix/move-tags
Bugfix/move tags
2025-01-27 14:23:05 +04:00
be60e02b99 fixed moving tags 2025-01-27 12:54:38 +04:00
91f831f817 Change deviceId column type to uuid 2025-01-26 13:46:33 -06:00
f555dc1708 Merge pull request #222 from SyncrowIOT/bugfix/get-space-model
Bugfix/get space model
2025-01-22 12:55:41 +04:00
6978ee84fa removed unique subspace name 2025-01-22 12:45:10 +04:00
41da528963 Add agreement acceptance fields to UserEntity 2025-01-22 00:33:44 -06:00
78617dde83 Remove invitationCode from unique constraint and update invite user logic 2025-01-11 01:39:52 -06:00
145ef32629 Update InviteUserEntity to ensure unique combination of email, invitationCode, and project 2025-01-10 06:14:34 -06:00
ec467d124e Remove unused UserEntity import and relationship in InviteSpaceEntity 2025-01-09 05:53:08 -06:00
0145f72651 Add InviteSpaceEntity and InviteSpaceRepository 2025-01-09 05:37:40 -06:00
d719ad60f4 fixed delete space 2025-01-06 13:42:08 +04:00
c0c876c491 fixed bugs 2025-01-06 12:39:07 +04:00