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

User-editable dataset and folder metadata #5968

Open
normanrz opened this issue Jan 19, 2022 · 0 comments · May be fixed by #7886
Open

User-editable dataset and folder metadata #5968

normanrz opened this issue Jan 19, 2022 · 0 comments · May be fixed by #7886

Comments

@normanrz
Copy link
Member

normanrz commented Jan 19, 2022

Detailed Description

Add user-editable metada for datasets and folders.

  • The metadata should be in the form of Dict<str, str | int | Array<str>>.
  • The existing dataset.details can be reused for this.
  • Dataset tags should move into this metadata structure as "tag": Array<str> key-value pair.

This needs to be implemented in backend and frontend. We'll probably need a migration to migrate the tags. In the frontend there should be a key-value editor for datasets (in dataset settings) and folders (in the edit modal).

The API should also be exposed to be used in the wklibs to read/write metadata.

@normanrz normanrz changed the title Make dataset tags key-value pairs User-editable dataset and folder metadata May 27, 2024
@MichaelBuessemeyer MichaelBuessemeyer linked a pull request Jun 18, 2024 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants