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

[Feature] Better retrieve processing information / datasets #2488

Open
jcomedouteau opened this issue Nov 7, 2024 · 0 comments · May be fixed by #2537
Open

[Feature] Better retrieve processing information / datasets #2488

jcomedouteau opened this issue Nov 7, 2024 · 0 comments · May be fixed by #2537
Assignees
Labels

Comments

@jcomedouteau
Copy link
Collaborator

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:

  • Download inputs/outputs datasets for a given processing
  • Download all the datasets of a given processing "type"

New possibilities:

  • Retrieve the details of a Processing (actually not new)
  • Retrieve the list of datasets (input/outputs) of a Processing (actually not new ?)
  • Be able to search a list of processing using certain criterias (name ? dates ? subjects ? dataset inputs ?)
  • Download the input and/or the output datasets for a given Processing (or a list of processing)

Technically:

  • Complete DatasetProcessingApi to add new methods
    --> 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.

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 DuckflipXYZ linked a pull request Dec 17, 2024 that will close this issue
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
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants