Skip to content
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

Audit Vuex modules #74

Closed
thirtyaughtsix opened this issue Aug 1, 2019 · 1 comment
Closed

Audit Vuex modules #74

thirtyaughtsix opened this issue Aug 1, 2019 · 1 comment
Labels

Comments

@thirtyaughtsix
Copy link
Contributor

thirtyaughtsix commented Aug 1, 2019

Identify all Vue components and Vuex modules that need a refactor:

We need to flag every class that needs to have methods pulled out into a separate pure function container class, basically just a module with funs.

So that's anything in a module that isn't a: Vuex state attribute, Vuex mutation, Vuex action mutation, Vuex getter.

Put the list here in the convo of the issue.

References #67

@thirtyaughtsix thirtyaughtsix changed the title Refactor audit Vuex modules Audit Vuex modules Aug 1, 2019
@thirtyaughtsix
Copy link
Contributor Author

Turns out there aren't any non-Vue funs in the modules presently. So this is done. Result!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant