Datasets flow: List all tensors #47
Labels
Status: Available 👋
Available for assignment, who wants it?
Type: New Feature ➕
Introduction of a completely new addition to the codebase
Milestone
Description
List all tensors in the domain database.
Route:
/datasets/tensors
Users will reach this page via:
/dashboard
/datasets
Tensors are the results of training or inference by data scientists on a Worker. This should list all existing tensors in the database.
Let the user filter by non-expiring or expiring tensors. If time allows, add filtering by user and dataset.
Allow sorting by user, dataset or epsilon's used.
When the user selects expiring tensors, allow sorting by newest tensor or by shortest time to deletion.
A first attempt at the UI has been implemented here. Please modify as needed.
GET /dcfl/tensors
Note: ask PyGrid team if tensors may never expire and if we can modify the expiring status of a tensor.
The text was updated successfully, but these errors were encountered: