-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Feature] Better retrieve processing information / datasets #2488
Labels
Comments
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Nov 28, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Nov 28, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Nov 28, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Nov 28, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 2, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 2, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 2, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 2, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 2, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 2, 2024
…re accuracy (here, removing SIMS processing)
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 4, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 4, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 4, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 4, 2024
michaelkain
added a commit
that referenced
this issue
Dec 5, 2024
#2488 : API for in/out download from a list of processingIds
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Dec 9, 2024
DuckflipXYZ
added a commit
to DuckflipXYZ/shanoir-ng
that referenced
this issue
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This feature will allow to have a better way to retrieve input and output from an execution / processing.
Objectives:
A user that have processed datasets on a large scale want to be able to:
New possibilities:
Technically:
--> downloadDatasetsFromProcessing(boolean input, boolean outpout, type, processing_id, converter?)
--> searchProcessings(List searchCriterias) (to be defined)
We can also imagine having a button on the front page of a processing to be able to download input/output/both datasets concerning this processing.
The text was updated successfully, but these errors were encountered: