gathering / unicorn-frontend

Frontend for UNICORN
https://competitions.gathering.org
MIT License
1 stars 2 forks source link

[FEAT] Refactor competitions into a global store #7

Open joms opened 3 years ago

joms commented 3 years ago

Proposed functionality Competitions should live in a global store, like Context or similar. The reason for this is its extent all over the application. In todays solution it's fetched multiple times in multiple ways, and it should be baked into a single entity.

Use case This will make handling competitions better, but also ensure that the user has a more concise experience with less spinners running.