changeset 4643:bd0ba9ff0efa

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Apr 2021 12:31:18 +0200
parents 69bbb4bd35cb
children fa6482040c5c
files TODO
diffstat 1 files changed, 25 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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