e4ba7d46bb
Refactor build.sh to improve readability and maintainability by defining variables for configuration and adding descriptive echo statements.
2025-07-09 04:46:18 -06:00
ef21b589c0
rds
2025-07-08 13:46:04 +03:00
44f83ea54e
Merge branch 'cdk-aq1' of https://github.com/SyncrowIOT/backend into cdk-aq1
2025-07-08 04:26:51 -06:00
e4694db79c
add build.sh command
2025-07-08 04:26:19 -06:00
13064296a7
import db
2025-07-08 13:25:23 +03:00
a269f833bc
Updates ECR repository handling to import existing repo
2025-07-08 12:44:10 +03:00
fbf62fcd66
Enhances CDK deployment process and documentation
...
Improves the deployment script to use the UAE region and adds context for the CDK stack.
2025-07-07 09:37:10 +03:00
374fb69804
fix the super user seeded to accept terms and add certificate arn
2025-06-30 03:58:47 -04:00
d4d1ec817d
a functioning backend stack bypassing firebase and using an existing domain
2025-06-29 20:45:38 -04:00
90ab291d83
add curtain module device ( #440 )
2025-06-29 10:10:19 +03:00
5381a949bc
task: delete used & its relations ( #437 )
2025-06-25 15:32:46 +03:00
6973e8b195
task: sort communities by creation date ( #416 )
2025-06-19 11:13:24 +03:00
92d102d08f
Merge pull request #413 from SyncrowIOT/fix-staging-insirt-logs-data
...
Fix-staging-insirt-logs-data
2025-06-18 07:35:30 -06:00
7dc28d0cb3
fix: enable AQI sensor historical data update in device status processing
2025-06-18 07:32:39 -06:00
d9ad431a23
fix: correct procedure names in energy consumption updates
2025-06-18 05:33:49 -06:00
4bf43dab2b
feat: enhance device status DTO and service with optional properties and environment checks
2025-06-18 05:33:43 -06:00
7520b8d9c7
fix: power clamp historical API ( #408 )
2025-06-17 15:17:49 +03:00
72753b6dfb
merge dev to main
2025-06-14 15:18:20 -06:00
568eef8119
Merge branch 'dev'
2025-06-14 15:04:48 -06:00
a91d0f22a4
fix: send correct enable status to email sender function ( #407 )
2025-06-13 09:46:41 +03:00
0db060ae3f
Merge pull request #406 from SyncrowIOT/add-space-daily-occupancy-duration-entity
...
feat: add SpaceDailyOccupancyDuration entity, DTO, and repository for occupancy tracking
2025-06-12 04:17:18 -06:00
f2ed04f206
feat: add SpaceDailyOccupancyDuration entity, DTO, and repository for occupancy tracking
2025-06-12 02:49:59 -06:00
ea9a65178d
fix: add space filter to "join" operation instead of "and" operation ( #405 )
2025-06-11 16:28:33 +03:00
8503ee728d
Refactor/space management ( #404 )
...
* refactor: reducing used queries on get communities (#385 )
* refactor: fix create space logic (#394 )
* Remove unique constraint on subspace and product in SubspaceProductAllocationEntity; update product relation to nullable in NewTagEntity
* refactor: fix create space logic
* device model updated to include the fixes and final columns
* updated space models to include suggested fixes, update final logic and column names
* task: removing old references of the old tag-product relation
* task: remove old use of tags
* task: remove old tag & tag model usage
* refactor: delete space
* task: remove unused functions
* fix lint rule
2025-06-11 13:15:21 +03:00
4f5e1b23f6
Merge pull request #403 from SyncrowIOT/SP-1629-AND-SP-1630-AQI-APIs
...
Sp 1629 and sp 1630 aqi ap is
2025-06-11 00:28:14 -06:00
2cb77504ca
Add PollutantType enum and update AQI-related entities and services to use it
2025-06-11 00:28:00 -06:00
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
3a08f9f258
Merge branch 'dev' into aqi-test
2025-06-10 17:08:06 -06:00
5c96a3b117
Merge pull request #402 from SyncrowIOT/add-code-and-value-as-uniqe-key
...
Refactor DeviceStatusLogEntity: expand unique constraint to include c…
2025-06-10 01:43:09 -06:00
97e14e70f7
Refactor DeviceStatusLogEntity: expand unique constraint to include code and value
2025-06-10 01:41:41 -06:00
03d44cb14f
Merge pull request #401 from SyncrowIOT/fix-log-insert-error
...
Refactor DeviceStatusLogEntity: update unique constraint to include d…
2025-06-10 01:27:15 -06:00
0793441e06
Refactor DeviceStatusLogEntity: correct unique constraint name for event time and device ID
2025-06-10 01:24:33 -06:00
b6321c2530
Refactor DeviceStatusLogEntity: update unique constraint to include deviceId
2025-06-10 01:18:58 -06:00
b8d34b0d9f
Merge pull request #400 from SyncrowIOT/revert-398-fix-log-duplication-issue
...
Revert "Refactor DeviceStatusLogEntity: update unique constraint and primary …"
2025-06-10 01:04:29 -06:00
c1065126aa
Revert "Refactor DeviceStatusLogEntity: update unique constraint and primary …"
2025-06-10 01:03:45 -06:00
1742454984
Merge pull request #398 from SyncrowIOT/fix-log-duplication-issue
...
Refactor DeviceStatusLogEntity: update unique constraint and primary …
2025-06-10 00:26:43 -06:00
7eb13088ac
Refactor DeviceStatusLogEntity: update unique constraint and primary key definition
2025-06-09 04:50:58 -06:00
7b97e50d2e
Merge pull request #391 from SyncrowIOT/DATA-space-model-aqi-update-logic
...
AQI space model updated with new hourly to daily logic for calculatio…
2025-06-04 17:40:39 -04:00
4fb26fc131
Merge pull request #397 from SyncrowIOT/DATA-daily-procedure-aqi
...
Procedures insert-all, update, and select for daily space air quality…
2025-06-04 17:39:34 -04:00
ee0261d102
Fix typos procedure select and update
2025-06-04 17:32:50 -04:00
0d6de2df43
Refactor AqiSpaceDailyPollutantStatsEntity: update unique constraint and rename event fields for clarity
2025-06-04 15:24:13 -06:00
80e89dd035
fix name of snapshot table
2025-06-04 17:20:25 -04:00
466863e71f
Procedures insert-all, update, and select for daily space air quality stats
2025-06-04 16:33:55 -04:00
30aafdede6
Merge pull request #390 from SyncrowIOT/DATA-device-model-aqi-update-logic
...
device model for aqi updated with hourly to daily logic getting max, …
2025-06-04 12:04:10 +03:00
01ce4d4b29
Merge pull request #396 from SyncrowIOT/fix-some-issue-in-get-commuinty-and-weather-apis
...
Fix some issue in get commuinty and weather apis
2025-06-04 01:32:21 -06:00
43dfaaa90d
fix: utilize WEATHER_API_URL in WeatherService for dynamic API endpoint
2025-06-04 01:32:01 -06:00
ea021ad228
fix: update error message for invalid latitude and longitude in fetchWeatherDetails method
2025-06-04 01:09:49 -06:00
cd3e9016f2
fix: improve error handling in fetchWeatherDetails method
2025-06-04 01:08:33 -06:00
ef2245eae1
Add AQI space daily pollutant stats module and related entities, DTOs, and repositories
2025-06-03 23:37:52 -06:00
3ad81864d1
updated space models to include suggested fixes, update final logic and column names
2025-06-03 21:05:34 -04:00