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

Datasets flow: Dataset view (view, edit, delete) #42

Closed
tcp opened this issue Mar 2, 2021 · 1 comment
Closed

Datasets flow: Dataset view (view, edit, delete) #42

tcp opened this issue Mar 2, 2021 · 1 comment
Assignees
Labels
Status: In Progress 🌟 This is actively being worked on Type: New Feature ➕ Introduction of a completely new addition to the codebase

Comments

@tcp
Copy link
Collaborator

tcp commented Mar 2, 2021

Feature Description

View and manage dataset details.

Route: /datasets/:id

Users will reach this page by clicking on one of the dataset cards in pygrid-admin/datasets.

Dataset tags are shown under the description. There is no need to reorder them. Keep the same order that comes in the API response.

Tensors info is displayed inside the data tab.

A first attempt at the UI has been implemented here. Please modify as needed.

Please import @reach-ui/dialog for a creating the modal for editing or deleting a dataset.

op endpoint
create POST /dcfl/datasets
read GET /dcfl/datasets/:id
update PUT /dcfl/datasets/:id
delete DELETE /dcfl/datasets/:id
@tcp tcp added Status: Available 👋 Available for assignment, who wants it? Type: New Feature ➕ Introduction of a completely new addition to the codebase labels Mar 2, 2021
@tcp tcp added this to the v1.0.0 milestone Mar 2, 2021
@tcp tcp mentioned this issue Mar 2, 2021
9 tasks
@ariannmichael
Copy link
Member

I would like to take this issue

@tcp tcp added Status: In Progress 🌟 This is actively being worked on and removed Status: Available 👋 Available for assignment, who wants it? labels Mar 3, 2021
@ariannmichael ariannmichael mentioned this issue Mar 12, 2021
4 tasks
@tcp tcp removed this from the v0.5.0 milestone Apr 2, 2021
@tcp tcp closed this as completed Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress 🌟 This is actively being worked on Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

No branches or pull requests

2 participants