-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define state variables that getters and mutations require #244
Comments
@jarmoza do you think we have identified all of the state variables that are needed (as far as we can see) for the store methods to be implemented? If no, could you add the remaining ones. If yes, could you close this? |
@surchs For state variables, here is what we are currently missing:
|
Hhm, I could see this just be a
I actually think this guy has a use independently of the
I think if this is needed by anything (e.g. the
This one is a bit tricky. We want the functionality of "I can add a tool group" but I think the plan was to have this integrated into the regular "add new categories" workflow. I am not sure if we should try to get this refactor done at the same time as fixing this whole store refactor thing. |
|
OK great. @jarmoza would you mind updating this on the miro board and then closing this issue?
Oh yeah, good point, we probably want to have this
Nice. Can you link an issue for this here and then we can close. |
pageOrder - Moved into
I like this a lot actually. appSetting added to the Miro board. |
An issue to revisit the tool grouping code has been added here. |
Based on #243 and #247 we have a sense of what getters and mutations we need for our components. Now we want to answer the same question we just answered for components, but for getters / mutations:
The end result should be a list of store.state variables that we think will have to exist for the getters / mutations to access. We'll probably have to go through a couple of rounds of discussion for this, so we just need a rough draft for now.
Here is a link to a miro board where we should add the variables (it already has the getters / methods).
The text was updated successfully, but these errors were encountered: