Commit Graph

20 Commits

Author SHA1 Message Date
9897c19dad fixes bugs and add project id staging 2025-02-10 10:26:02 +03:00
55c1a30f10 change api generateInvitationCode 2025-01-12 12:59:10 +03:00
7a22bb4bc8 count_down_ac 2025-01-08 17:17:52 +03:00
66eadd2567 changed endpoint 2024-12-10 10:49:43 +04:00
3d17c588c5 4 and 6 scene 2024-11-24 10:48:25 +03:00
52f6be3db0 updated add to room, and verify to space 2024-11-05 12:27:27 +04:00
34536e6584 updated invitation code api 2024-11-05 11:01:49 +04:00
944de7b373 reformat 2024-11-04 17:45:29 +04:00
5c65bac076 removed logs 2024-10-30 12:27:31 +04:00
489789da0a fixed issues in space 2024-10-30 11:04:36 +04:00
d025da6daf fixed space 2024-10-30 09:56:57 +04:00
631ba53d7a Implemented home management and user invitation flows 2024-06-05 03:42:00 +03:00
f8358a0877 Updated the API Endpoints, API Calls, Data Models and cubits to the lateset changes from the backend 2024-04-29 10:00:58 +03:00
09e0695bcc syncing to origin/dev 2024-04-17 16:29:27 +03:00
95f7ade9e6 removed try-catch blocks from auth_api.dart, devices_api.dart and spaces_api.dart files 2024-04-16 15:45:04 +03:00
df13c66b1a Refactor API error handling and add try-catch blocks
Added try-catch blocks for error handling in API's files to rethrow the errors to the cubit so cubits can update the UI based on them.

Refactored error handling in HTTPInterceptor and HTTPService classes.
2024-04-15 15:47:13 +03:00
5dc4f96a71 Add functionality to fetch devices by room ID
Added a new method in DevicesCubit to fetch devices by room ID and updated
related classes and API calls to support this functionality.
2024-04-02 12:12:54 +03:00
13e80fbad7 fetch groups 2024-03-18 11:46:27 +03:00
024f15728b getting spaces and rooms from api {null checks} 2024-03-13 13:52:22 +03:00
0f3cc453ce Semi-implemented getting spaces feature 2024-03-12 11:14:31 +03:00