comparison TODO @ 1830:fa38043b14b0

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 29 May 2021 11:14:20 +0200
parents 1623146decea
children c2c24079238e
comparison
equal deleted inserted replaced
1829:1623146decea 1830:fa38043b14b0
1 1
2 ====================== 2 ======================
3 == Stone Web viewer == 3 == Stone Web viewer ==
4 ====================== 4 ======================
5 5
6 -----------------
7 Code refactorings
8 -----------------
9
10 * Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in
11 Orthanc framework 1.9.0)
12
13
14 ------------ 6 ------------
15 Improvements 7 Improvements
16 ------------ 8 ------------
17 9
10 * Save/load annotations as attachments of their parent series
11 (including detection of collisions thanks to revisions).
12 https://book.orthanc-server.com/faq/features.html#metadata-attachments
13
18 * Internationalization (i18n). Some possible libraries: 14 * Internationalization (i18n). Some possible libraries:
19 https://phrase.com/blog/posts/the-best-javascript-i18n-libraries/ 15 https://phrase.com/blog/posts/the-best-javascript-i18n-libraries/
20 16
21 * Configurable keyboard shortcuts. See Osimis Web viewer: 17 * Configurable keyboard shortcuts. See Osimis Web viewer:
22 https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/doc/default-configuration.json 18 https://bitbucket.org/osimis/osimis-webviewer-plugin/src/master/doc/default-configuration.json
24 * Flip X/Y : Should change the affine transformation of the 2D scene, 20 * Flip X/Y : Should change the affine transformation of the 2D scene,
25 not the texture. Flipping the texture makes the reference lines and 21 not the texture. Flipping the texture makes the reference lines and
26 crosshair invalid. 22 crosshair invalid.
27 23
28 * Handle mobile gestures. 24 * Handle mobile gestures.
25
26
27 -----------------
28 Code refactorings
29 -----------------
30
31 * Replace "ParsedDicomCache" by "Orthanc::ParsedDicomCache" (new in
32 Orthanc framework 1.9.0)
29 33
30 34
31 -------- 35 --------
32 Wishlist 36 Wishlist
33 -------- 37 --------