comparison TODO @ 5367:0558bdff57ce

todo
author Alain Mazy <am@osimis.io>
date Mon, 24 Jul 2023 14:55:14 +0200
parents b551e4fdc708
children 746a8a792a74
comparison
equal deleted inserted replaced
5366:b551e4fdc708 5367:0558bdff57ce
115 https://groups.google.com/g/orthanc-users/c/r20kDb0axms/m/2tzbQzYJAgAJ 115 https://groups.google.com/g/orthanc-users/c/r20kDb0axms/m/2tzbQzYJAgAJ
116 * save more details in jobs e.g: the resources being sent/exported ... 116 * save more details in jobs e.g: the resources being sent/exported ...
117 https://groups.google.com/g/orthanc-users/c/rDDusFG5Lco/m/TzTUjWXLAQAJ 117 https://groups.google.com/g/orthanc-users/c/rDDusFG5Lco/m/TzTUjWXLAQAJ
118 * allow filtering/ordering on the /jobs route: 118 * allow filtering/ordering on the /jobs route:
119 https://groups.google.com/g/orthanc-users/c/hsZ1jng5rIg/m/8xZL2C1VBgAJ 119 https://groups.google.com/g/orthanc-users/c/hsZ1jng5rIg/m/8xZL2C1VBgAJ
120 * add an "AutoDeleteIfSuccessful": false option when creating jobs
121 https://discourse.orthanc-server.org/t/job-history-combined-with-auto-forwarding/3729/10
120 * Also implement a GET variant of /tools/create-archive + sibling routes 122 * Also implement a GET variant of /tools/create-archive + sibling routes
121 in which resources & transcode options are provided as get arguments. 123 in which resources & transcode options are provided as get arguments.
122 https://groups.google.com/g/orthanc-users/c/PmaRZ609ztA/m/JdwXvIBKAQAJ 124 https://groups.google.com/g/orthanc-users/c/PmaRZ609ztA/m/JdwXvIBKAQAJ
123 * Allow skiping automatic conversion of color-space in transcoding/decoding. 125 * Allow skiping automatic conversion of color-space in transcoding/decoding.
124 The patch that was initialy provided was breaking the IngestTranscoding. 126 The patch that was initialy provided was breaking the IngestTranscoding.