|
9546d7bdd1
|
fixed titles widget for bottom title.
|
2025-05-26 16:56:38 +03:00 |
|
|
cb4956f915
|
made range of aqi fake data random and not linear.
|
2025-05-26 16:56:25 +03:00 |
|
|
ec7b0aa078
|
shows AnalyticsErrorWidget and spacing under it only when there is an error.
|
2025-05-26 15:58:34 +03:00 |
|
|
296b03e1aa
|
shows month data instead of index on bottom titles of RangeOfAqiChart .
|
2025-05-26 15:54:56 +03:00 |
|
|
177c7f1030
|
Responsiveness of RangeOfAqiChartTitle .
|
2025-05-26 15:49:38 +03:00 |
|
|
3746c36a71
|
Merge pull request #205 from SyncrowIOT/sp-1493-data-foramtting-2.0
sp-1493-data-formatting-2.0.
|
2025-05-26 15:19:18 +03:00 |
|
|
0b4337fb6c
|
sp-1493-data-formatting-2.0.
|
2025-05-26 15:17:29 +03:00 |
|
|
171dc52e28
|
Created AqiTypeDropdown .
|
2025-05-26 15:10:30 +03:00 |
|
|
642d8e9591
|
Merge pull request #204 from SyncrowIOT/SP-1493-data-formatting
SP-1493-data-formatting
|
2025-05-26 14:24:46 +03:00 |
|
|
5a8ef578c3
|
SP-1493-data-formatting
|
2025-05-26 14:16:43 +03:00 |
|
|
63ca98895f
|
moved RangeOfAqiChartTitle .
|
2025-05-26 13:27:12 +03:00 |
|
|
7e54cfdccd
|
Implemented min, max, average informative cells to RangeOfAqiChartBox .
|
2025-05-26 13:25:14 +03:00 |
|
|
fb4d44450f
|
Disabled animation in RangeOfAqiChart .
|
2025-05-26 11:25:12 +03:00 |
|
|
12e4285b14
|
removed unnecessary Stack widget from RangeOfAqiChart .
|
2025-05-26 11:24:53 +03:00 |
|
|
82adbcf4df
|
loads and clears aqi range data in FetchAirQualityDataHelper .
|
2025-05-26 11:24:00 +03:00 |
|
|
7305d511bc
|
Added spaceUuid to GetRangeOfAqiParam model.
|
2025-05-26 11:23:33 +03:00 |
|
|
61acaa17c5
|
fixed typo.
|
2025-05-26 11:22:11 +03:00 |
|
|
4af81bcc10
|
make the aqi range chart read its data from RangeOfAqiBloc .
|
2025-05-26 11:22:05 +03:00 |
|
|
d4dd7a19ba
|
make the generated fake aqi range data, look better on the chart.
|
2025-05-26 11:21:42 +03:00 |
|
|
9ab906d24c
|
Injected RangeOfAqiBloc into AnalyticsPage .
|
2025-05-26 11:10:23 +03:00 |
|
|
5c57143ea5
|
Created RangeOfAqiBloc along with its events, and state.
|
2025-05-26 11:09:45 +03:00 |
|
|
4a3085e1b4
|
Created RangeOfAqiService along with its fake implementation until the API is ready.
|
2025-05-26 11:00:57 +03:00 |
|
|
eb8ba1806c
|
Created GetRangeOfAqiParam model.
|
2025-05-26 10:59:07 +03:00 |
|
|
902419f9c4
|
Created RangeOfAqi model.
|
2025-05-26 10:58:05 +03:00 |
|
|
926bcd9a5d
|
Extracted lines data into a helper method for ease of readability.
|
2025-05-26 10:48:04 +03:00 |
|
|
33f9add78a
|
Extracted some logic of RangeOfAqiChart into a helper class.
|
2025-05-26 10:41:36 +03:00 |
|
|
563a3e1cf5
|
Refactored RangeOfAqiChart to consolidate line chart creation into a reusable method, improving code maintainability and reducing duplication.
|
2025-05-26 10:31:21 +03:00 |
|
|
791b71276a
|
populated linear data for RangeOfAqiChart , for a more pleasant dev experience and debugging.
|
2025-05-26 10:29:38 +03:00 |
|
|
24e3eb2311
|
extracted titlesData into a private factory method to enahnce readability.
|
2025-05-26 10:18:15 +03:00 |
|
|
82006e9aaf
|
Implemented the side titles of RangeOfAqiChart .
|
2025-05-26 10:12:52 +03:00 |
|
|
cedef666f6
|
Merge pull request #202 from SyncrowIOT/SP-1493-rework
SP-1493 rework
|
2025-05-26 10:03:10 +03:00 |
|
|
a10d998ec6
|
Merge pull request #203 from SyncrowIOT/SP-1513-rework
SP-1513-rework
|
2025-05-26 10:02:49 +03:00 |
|
|
ed50ac03d3
|
Merge pull request #201 from SyncrowIOT/SP-1492-landing_page_analytics_button_design
SP-1492-landing_page_analytics_button_design
|
2025-05-26 09:57:23 +03:00 |
|
|
cd2eb46f49
|
Implemented the overall design of RangeOfAqiChart , whats left is 100% matching it with the figma design.
|
2025-05-26 09:50:53 +03:00 |
|
|
39351a710d
|
Added aqi info colors to ColorsManager .
|
2025-05-25 12:18:09 +03:00 |
|
|
c8fe4e3baa
|
Created an initial version of RangeOfAqiChart .
|
2025-05-25 12:01:45 +03:00 |
|
|
12deceb7d3
|
SP-1513-rework
|
2025-05-25 11:35:01 +03:00 |
|
|
9d27ed2dc5
|
SP-1506 rework, coloring and padding.
|
2025-05-25 11:13:24 +03:00 |
|
|
a878b9328a
|
SP-1493 rework, can select a subspace in sidebar even when the space has no child-spaces.
|
2025-05-25 11:06:36 +03:00 |
|
|
6606491458
|
made active dynamic
|
2025-05-25 10:59:41 +03:00 |
|
|
92abcdc4f9
|
SP-1492-landing_page_analytics_button_design.
|
2025-05-25 10:57:23 +03:00 |
|
|
7aa9e7e5dc
|
fixed typos.
|
2025-05-22 16:44:32 +03:00 |
|
|
e9abac7933
|
added analytics icon.
|
2025-05-22 16:44:22 +03:00 |
|
|
0f9227a6f5
|
Merge pull request #200 from SyncrowIOT/SP-1591-FE-Implement-Space-Level-Structure-Selection-and-Air-Quality-Device-Dropdown
Sp 1591 fe implement space level structure selection and air quality device dropdown
|
2025-05-22 15:59:19 +03:00 |
|
|
5b13962d41
|
removed unnecessary * 1 calculation of height.
|
2025-05-22 15:57:03 +03:00 |
|
|
8c53d5322a
|
SP-1591
|
2025-05-22 15:53:18 +03:00 |
|
|
af4d37939b
|
Merge branch 'dev' of https://github.com/SyncrowIOT/web into SP-1591-FE-Implement-Space-Level-Structure-Selection-and-Air-Quality-Device-Dropdown
|
2025-05-22 15:48:47 +03:00 |
|
|
d43c1847ff
|
SP-1591
|
2025-05-22 15:44:19 +03:00 |
|
|
4c5b390887
|
Fixed typos.
|
2025-05-22 15:42:49 +03:00 |
|
|
5eeac01666
|
cannot select a community in AirQualityDataLoadingStrategy .
|
2025-05-22 15:35:04 +03:00 |
|