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: List all tensors #47

Closed
tcp opened this issue Mar 2, 2021 · 0 comments
Closed

Datasets flow: List all tensors #47

tcp opened this issue Mar 2, 2021 · 0 comments
Assignees
Labels
Status: Available 👋 Available for assignment, who wants it? Type: New Feature ➕ Introduction of a completely new addition to the codebase
Milestone

Comments

@tcp
Copy link
Collaborator

tcp commented Mar 2, 2021

Description

List all tensors in the domain database.

Route: /datasets/tensors

Users will reach this page via:

  • tensors pending deletion in /dashboard
  • tensors pending deletion in /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.

op endpoint
all GET /dcfl/tensors

Note: ask PyGrid team if tensors may never expire and if we can modify the expiring status of a tensor.

@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
@0xHericles 0xHericles mentioned this issue Mar 15, 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: Available 👋 Available for assignment, who wants it? Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

No branches or pull requests

2 participants