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

Report item schemas in API and use them to dynamically create UIs #920

Open
1 of 4 tasks
ml-evs opened this issue Oct 10, 2024 · 0 comments
Open
1 of 4 tasks

Report item schemas in API and use them to dynamically create UIs #920

ml-evs opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request priority/medium
Milestone

Comments

@ml-evs
Copy link
Member

ml-evs commented Oct 10, 2024

General idea: we want to dynamically report the item types that a datalab supports. These might be defined outside of this repository at the deployment level, e.g., a datalab instance defines a new custom field on top of our Sample type. The server should then report the JSONSchema for the Sample type at runtime on the server.

This will involve 3 main steps:

Points that come to mind:

  • determining/reporting type hierarchy
  • versioning of schemas
  • generally need to think about how we support custom schemas in datalab, of which this is a important part but not the whole story
  • this approach, if successful, could also then be used for blocks
@ml-evs ml-evs added the enhancement New feature or request label Oct 10, 2024
@ml-evs ml-evs added this to the v0.6.x milestone Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority/medium
Projects
None yet
Development

No branches or pull requests

2 participants