Open Didayolo opened 2 years ago
@Didayolo
Public datasets should have their own tab
Is this only for public datasets (now datasets and programs) or also for submissions
Right now we have these tabs:
@ihsaan-ullah
I think my idea was about public datasets that you don't own. It should be either clearly indicated, either on a separated tab.
EDIT: oh and the problem is that it could become cluttered by public datasets in the future when we have many users. As submissions can also be made public, maybe different tabs is not the good way to go. I see that in the "Tasks" tab, there is a "Show public tasks" option. Maybe we need the same option for datasets and submissions, so we can show/hide the public ones.
Side remark on the resources interface, usernames could be clickable link to the profiles (when clicking on details in any tab):
In the leaderboard, the clickable link is made in this way:
<a href="{submission.slug_url}">{ submission.owner }</a>
Side remark on the resources interface, usernames could be clickable link to the profiles (when clicking on details in any tab):
Added this as one todo in the interface todos list
I added the same TODO in the "job status" issue #744
- [x] Have an user interface to manage and delete submissions
- Can we confirm that the submissions are in the "resources" interface even if you are not organizer of the benchmark?
- Actually, submissions can't be removed if there are part of a benchmark (which makes sense... this needs discussion).
- [x] Be able to delete tasks when deleting a benchmark Task deletion #810
@Didayolo I think these two issues under the Quota heading are solved in the Interface solved issues by #918
EDIT: it is not the case.
Actually, submissions can't be removed if there are part of a benchmark (which makes sense... this needs discussion).
About this point:
Implementing a storage quota and effectively managing capacity could be crucial for enhancing Codabench's scalability and ensuring long-term service availability in production.
Features
Deleting files from the MinIO
@OhMaley: Add a button, in admin analytics page, to manually starts a script removing all orphans files.
Quota
We need to:
Light/archive mode after competition end
Option to clean competitions when there are completed. It would for instance keep only leaderboard submissions.
Automatic cleaning
Monitoring and statistics
Per benchmark submission size limit
Migrate the CodaLab feature on Codabench. This may be less important once the quota feature is implemented.
Interface
@ihsaan-ullah
Improve resources interface
The interface for managing datasets, submissions and tasks could be improved. Indeed, improving the resources interface is also part of helping participants to manage their storage space.
created_by
a clickable link to user profile Solved by #910As shown in the screenshot below, we can manage and remove submissions from the "resources" interface. However, we do not track what the benchmark on which the submission was made, so it is hard to know what we are removing.
Some issues