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

Funcionality to support featured datasets #151

Merged
merged 14 commits into from
Apr 2, 2023

Conversation

hsorby
Copy link
Contributor

@hsorby hsorby commented Mar 16, 2023

Adding featured markers to flatmaps.

Requires: AnatomicMaps/flatmap-viewer#12

markers: []
facets: { species: [], gender: [], organ: [] },
markers: [],
featuredMarkers: [],
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason not to turn featuredMarkers into a list of objects for storing the Identifiers, Dois, Species and DatasetId?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I did this to make watching the list easier, rather than making deeper object changes. And then forcing Vue to be reactive.

Copy link
Member

@alan-wu alan-wu 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 to me.

@alan-wu alan-wu merged commit 8ede4ec into ABI-Software:main Apr 2, 2023
@alan-wu alan-wu mentioned this pull request Apr 4, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants