OpenMined/pygrid-admin

Datasets flow

Closed this issue · 0 comments

tcp commented

Description

Build the support for datasets in PyGrid Admin.

Why?

We have to hook the Domain API from PyGrid and support CRUD operations over datasets, requests and tensors.

The Datasets section handles the creation and management of the datasets hosted by a data owner on the Domain.

This section manages permissions for the dataset, privacy budget and permission change requests, and tensor deletion.

Breakdown

  • #30 Initial UI based on designs for the section
  • #42 View, edit and delete dataset
  • #43 List all datasets
  • #44 List all requests
  • #45 View request reason
  • #46 Accept or deny permission or privacy budget requests
  • #47 List all completed tensors
  • #48 Delete tensors
  • #66 Refactor datasets

Done

This is done when it's possible to manage datasets, requests and tensors in this section.