-
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
Refactoring the store to use the data dictionary: Phase 2 #305
Comments
As of today, here is what is outstanding with phase 2 of the store refactor. These are listed in group order in which they should be done, small to large. Small, Independent Tasks
Transformation Heuristics for Continuous Values and Options for Categorical Values
Annotation tab and page refactor (a.k.a. Making the annotation and/or download pages work
|
@jarmoza: I just noticed that we're using the |
@surchs Yes! We forgot it. I noticed this as well during the work I've been doing though I was going to address it in a later PR. I currently have the annotation page functioning without this function. In my view Are you sure you meant #371? Maybe you had a different idea of what this getter should do. |
We want to keep our issues up to date and active. This issue hasn't seen any activity in the last 30 days. |
Closed by #437 |
With phase 1 (#251) of the store refactor done, we now focus on getting the getters, mutations, and actions for the annotation part of the app updated.
Resources:
Here is a great blog post by one of the cypress maintainers on how to unit-test, mock, stub, etc Vuex methods.
There are also some examples for these unit tests in our wiki now: https://github.com/neurobagel/documentation/wiki/Cypress-Test-Snippets
Completion checklist
Every implemented method should have:
Phase 2 - everything after the categorization page
ready
need review
done
The text was updated successfully, but these errors were encountered: