# HG changeset patch # User Sebastien Jodogne # Date 1622279660 -7200 # Node ID fa38043b14b08da54f32bf95b55019d6977da9d2 # Parent 1623146decea4e91fbf621fb959a3e1f05ce16fe todo diff -r 1623146decea -r fa38043b14b0 TODO --- a/TODO Thu May 27 11:19:38 2021 +0200 +++ b/TODO Sat May 29 11:14:20 2021 +0200 @@ -3,18 +3,14 @@ == Stone Web viewer == ====================== ------------------ -Code refactorings ------------------ - -* Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in - Orthanc framework 1.9.0) - - ------------ Improvements ------------ +* Save/load annotations as attachments of their parent series + (including detection of collisions thanks to revisions). + https://book.orthanc-server.com/faq/features.html#metadata-attachments + * Internationalization (i18n). Some possible libraries: https://phrase.com/blog/posts/the-best-javascript-i18n-libraries/ @@ -28,6 +24,14 @@ * Handle mobile gestures. +----------------- +Code refactorings +----------------- + +* Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in + Orthanc framework 1.9.0) + + -------- Wishlist --------