# HG changeset patch # User Sebastien Jodogne # Date 1619605878 -7200 # Node ID bd0ba9ff0efaae0c78550aaa0fd29023fe1488da # Parent 69bbb4bd35cb394b9d57d766286d8a562930cd30 todo diff -r 69bbb4bd35cb -r bd0ba9ff0efa TODO --- a/TODO Wed Apr 28 11:22:39 2021 +0200 +++ b/TODO Wed Apr 28 12:31:18 2021 +0200 @@ -14,6 +14,14 @@ * Support partial file retrieval in Orthanc::HttpClient * Support retry counter in Orthanc::HttpClient * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z +* Toolbox::ComputeMD5() fails on files larger than 4GB + + +============================ +Documentation (Orthanc Book) +============================ + +* Log rotation ======== @@ -137,6 +145,8 @@ * Authorization plugin for the DICOM protocol: https://groups.google.com/d/msg/orthanc-users/Wv-QEwTE0IA/rvJxoOjcAQAJ * Configuration interface plugin +* Delayed deletion plugin: + https://bugs.orthanc-server.com/show_bug.cgi?id=186#c2 === @@ -169,6 +179,8 @@ * RHEL through EPEL (as of 2021, CentOS seems to be over): http://fedoraproject.org/wiki/EPEL_Package_Maintainers +* Fedora: Are DICOM dictionaries correctly located? + https://groups.google.com/g/orthanc-users/c/YB_LTBuUQNA/m/3H1xsrZJDgAJ ------------------------ Big-endian architectures @@ -189,6 +201,14 @@ Misc ==== +----------------- +Maintenance tools +----------------- + +* Standalone tool to detect corrupted files: + https://groups.google.com/g/orthanc-users/c/KASEJ9Gx3vQ/m/MIJFJdRhAwAJ +* Standalone tool to detect orphan files in OrthancStorage + ----- Legal ----- @@ -198,11 +218,13 @@ (incompatible with GPL) by "Apache License 2.0" (compatible with GPL): https://people.gnome.org/~markmc/openssl-and-the-gpl.html ------------- -Code quality ------------- +---------------------------------- +Code quality and integration tests +---------------------------------- * Have a look at openQA (cf. GNU Health) +* Add integration tests for LUT + --------------------- External applications