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

Write an upgrader to add hidden schema fields to all remaining schemas with undeclared fields #5307

Open
mstange opened this issue Jan 10, 2025 · 0 comments
Labels
markers Anything to do with marker data structures, marker chart, or the marker table

Comments

@mstange
Copy link
Contributor

mstange commented Jan 10, 2025

To finish #5302, we need to have an upgrader which adjusts existing schemas for markers with undeclared fields. For example, if a field is mentioned in the tooltipLabel, or if it is used by a marker-based graph, it needs to be added to the schema and declared as hidden. (The ability to declare fields as hidden is #5299.)

I'm not sure whether this should be done in a generic fashion, or only for the marker types found in #5281.

┆Issue is synchronized with this Jira Task

@canova canova added the markers Anything to do with marker data structures, marker chart, or the marker table label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
markers Anything to do with marker data structures, marker chart, or the marker table
Projects
None yet
Development

No branches or pull requests

2 participants