comparison TODO @ 1847:b2ae1465d568

todo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Jun 2021 20:37:30 +0200
parents 126522623e20
children 3751485f1b2e
comparison
equal deleted inserted replaced
1846:2789b4b0e0a8 1847:b2ae1465d568
9 9
10 * Save/load annotations as attachments of their parent series 10 * Save/load annotations as attachments of their parent series
11 (including detection of collisions thanks to revisions). 11 (including detection of collisions thanks to revisions).
12 https://book.orthanc-server.com/faq/features.html#metadata-attachments 12 https://book.orthanc-server.com/faq/features.html#metadata-attachments
13 13
14 * Internationalization (i18n). Some possible libraries: 14 * Internationalization and translations (i18n). Some possible libraries:
15 https://phrase.com/blog/posts/the-best-javascript-i18n-libraries/ 15 https://phrase.com/blog/posts/the-best-javascript-i18n-libraries/
16 16
17 * Configurable keyboard shortcuts. See Osimis Web viewer: 17 * Configurable keyboard shortcuts. See Osimis Web viewer:
18 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
19 19
20 * 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,
21 not the texture. Flipping the texture makes the reference lines and 21 not the texture. Flipping the texture makes the reference lines and
22 crosshair invalid. 22 crosshair invalid.
23 23
24 * Handle mobile gestures. 24 * Handle mobile gestures.
25
26 * Display GSPS layers (Grayscale Softcopy Presentation State).
25 27
26 28
27 ----------------- 29 -----------------
28 Code refactorings 30 Code refactorings
29 ----------------- 31 -----------------