Open cfusterbarcelo opened 1 week ago
@FynnBe There are some issue with the model pending uploads page:
Could you please update the CI so it produce a collection draft which each item contains the correct info.status.timestamp
, and also the status.description
will display the uploader?
<p>⏳ {info.status.name} ({info.status.step}/{info.status.num_steps})</p>
<p>{info.status.description}</p>
<p>{new Date(info.status.timestamp).toString()}</p>
<a href={info.status.run_url} target="_blank"><img src="{github}" alt="github icon">Github CI Logs</a>
cc @cfusterbarcelo
not all problems/improvements are adressed yet
Description: Following recent discussions and feedback on the current reviewing process (as in the last HT hackathon and Meeting Minutes), a few challenges and potential improvements have been identified that could streamline the workflow, increase security, and enhance the usability of the bioimageio-uploader. Below is a summary of the issues raised and suggestions for improvement.
Problems Identified:
Suggested Improvements:
With this, we hope to improve and make more reviewer friendly the process for reviewing uploaded models. Kudos to @mese79 and @veegalinova for their help.