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

getMappedColumns Getter for Phase 2 Store Refactor #349

Merged
merged 2 commits into from
Feb 7, 2023

Conversation

jarmoza
Copy link
Contributor

@jarmoza jarmoza commented Feb 6, 2023

This closes #273.

A new getter, getMappedColumns has been introduced to the store that retrieves a list of columns given a category.

Two unit tests for this getter have been implemented as well, one that looks for a correct list of columns and another that looks for an empty list given a category to which no data table columns have been linked.

@jarmoza jarmoza added annotation page data store maint:refactor Simplifying or restructuring existing code or documentation. labels Feb 6, 2023
@jarmoza jarmoza changed the base branch from master to dev_components_talk_to_store_directly February 6, 2023 22:43
Copy link
Contributor

@surchs surchs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @jarmoza ! Assuming there aren't any components that need refactoring for this to work: good to go 🎉 !

@jarmoza jarmoza merged commit 6b6723d into dev_components_talk_to_store_directly Feb 7, 2023
@jarmoza jarmoza deleted the jarmoza-273 branch February 7, 2023 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annotation page data store maint:refactor Simplifying or restructuring existing code or documentation.
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

create getter for columns of the category being annotated
2 participants