Skip to content

feat(map): add render components and tests

Adrian Orłów requested to merge feature/add-map-render-components into development

Objective:

Create map rendering components, logic and unit tests

What has been done:

  • map rendering utils
  • map viewer component
  • unit tests

What has not been done (intentionally):

  • connection to the API service (size of the PR)
  • unit tests for utils that will be connected to the API service, they are based on mocks only so tests won't serve their purpose

Additionally:

Edited by Adrian Orłów

Merge request reports