This website requires JavaScript.
Explore
Help
Register
Sign In
ammar
/
syncrow-web
Watch
1
Star
0
Fork
0
You've already forked syncrow-web
mirror of
https://github.com/SyncrowIOT/web.git
synced
2025-08-26 04:09:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
62f67f5a5f8250ff94ad4697fd9ce0c11eb0e08d
syncrow-web
/
lib
/
pages
/
space_management_v2
/
modules
/
create_space
History
Faris Armoush
8e303af0d7
Update RemoteCreateSpaceService to correct API endpoint for space creation, changing the return path to include '/spaces' for accurate resource targeting.
2025-07-16 11:01:26 +03:00
..
data
/services
Update RemoteCreateSpaceService to correct API endpoint for space creation, changing the return path to include '/spaces' for accurate resource targeting.
2025-07-16 11:01:26 +03:00
domain
Added x, and y to the
toJson
method of
CreateSpaceParam
, since the API still needs them as required properties. Revert the once the BE removes those properties.
2025-07-16 10:29:43 +03:00
presentation
/bloc
Add CreateSpaceBloc, CreateSpaceEvent, and CreateSpaceState for managing space creation logic. Implement event handling and state management to enhance user experience during space creation.
2025-07-16 10:01:51 +03:00