Datasets flow: Dataset view (view, edit, delete) #42
Labels
Status: In Progress 🌟
This is actively being worked on
Type: New Feature ➕
Introduction of a completely new addition to the codebase
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.
POST /dcfl/datasets
GET /dcfl/datasets/:id
PUT /dcfl/datasets/:id
DELETE /dcfl/datasets/:id
The text was updated successfully, but these errors were encountered: