gardener / dashboard

Web-based GUI for Gardener installations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store Refactoring / Cleanup

grolu opened this issue · comments

What would you like to be added:
We need to refactor the store so that we do not have methods with lots of parameters (e.g. cloudprofile store).
We should set the current context of the store and all those methods should be getters.

Why is this needed: