feat: add map full data mgmt
Context:
In !35 (merged) we've prepared base of map data management but without covering aspect of communication with API. !35 (merged) creates only solution for handling client data.
Objective:
This PR adds data management of map data fetched from the backend.
It includes:
- redux boilerplate & fetching of: map, backgrounds, overlays, models
- fix of redux boilerplate: project (previously the default value was an empty array)
- unit tests of the above
What is not included:
- whole business logic of firing actions and using this data, it'll be excluded to other PR
After draft
Additionally:
- extracted reducers to separate variable as it's completely unnecessary to copy this object into utils every time we add new reducer
Edited by Adrian Orłów
Merge request reports
Activity
Filter activity
assigned to @AdrianOrlow
mentioned in merge request !44 (merged)
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
- Resolved by Adrian Orłów
added 41 commits
-
d0a3bf9d...926fd3fd - 40 commits from branch
development
- bc3e620a - Merge remote-tracking branch 'origin/development' into...
-
d0a3bf9d...926fd3fd - 40 commits from branch
Please register or sign in to reply