Please add a detailed description of the change, whether it's an enhancement or a bugfix. If the PR is related to an open issue please link to it.
Solves #INSERT_MONDAY_ID_HERE
- Manually tests of the main Application flows are done and passed.
- New unit / functional tests have been added (whenever applicable).
- Docs have been updated (whenever relevant).
- PR title is follow the Conventional Commits convention:
<type>[optional scope]: <description>
, e.g:fix: prevent racing of requests