codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
76 stars 28 forks source link

Public Tasks #1578

Closed ihsaan-ullah closed 4 weeks ago

ihsaan-ullah commented 2 months ago

I cannot make a task public from the interface

Screenshot 2024-09-04 at 7 55 43 PM

Making it public from django admin does not work.

ihsaan-ullah commented 2 months ago

There is a condition in the task model that restricts tasks to be made public if not validated https://github.com/codalab/codabench/blob/fba9140d3955cc4f8de8f6df1cc74ac7c6b021b5/src/apps/tasks/models.py#L70

When you comment this condition you can make a task public from django admin and you can see the public tasks in resources page

Screenshot 2024-09-05 at 3 55 14 PM

When you click the public task, you get a 404 error and cannot see details of this task

Screenshot 2024-09-05 at 3 56 31 PM

Further we want people to use the public tasks. But we cannot see them when you edit a phase.

Screenshot 2024-09-05 at 4 28 40 PM
ihsaan-ullah commented 2 months ago

Todos