-
Notifications
You must be signed in to change notification settings - Fork 6
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 1 #251
Labels
Epic
A collection of issues that are related by topic and can be addressed together.
maint:refactor
Simplifying or restructuring existing code or documentation.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
Milestone
Comments
surchs
added
Epic
A collection of issues that are related by topic and can be addressed together.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
maint:refactor
Simplifying or restructuring existing code or documentation.
labels
Dec 13, 2022
This was referenced Jan 3, 2023
Linking discussion from UI should always reflect internal annotation state as our refactor of the store will move us toward being able to better keep track of annotations being made to the original data table/data dictionary. Likely we will want to spin off a subtask for the UI portions of this enhancement. |
surchs
changed the title
Refactoring the store to use the data dictionary
Refactoring the store to use the data dictionary: Phase 1
Jan 11, 2023
This was referenced Jan 11, 2023
9 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Epic
A collection of issues that are related by topic and can be addressed together.
maint:refactor
Simplifying or restructuring existing code or documentation.
type:maintenance
Upkeeping efforts & catch-up corrective improvements that are not Features nor Bugs
This Epic tracks progress on implementing the required store methods (getters, actions, mutations, etc) to complete the ongoing store refactor.
We will do this in two phases:
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 1 - up to Categorization page
With that done, to wrap up we need to do
This phase will be done when
The text was updated successfully, but these errors were encountered: