diff Docs/stone-object-model-reference.md @ 1365:c7d98d750224 broker

reduce verbosity + some comments
author Benjamin Golinvaux <bgo@osimis.io>
date Sat, 18 Apr 2020 14:35:39 +0200
parents 0da659f8579c
children 28c64c246312
line wrap: on
line diff
--- a/Docs/stone-object-model-reference.md	Sat Apr 18 14:35:10 2020 +0200
+++ b/Docs/stone-object-model-reference.md	Sat Apr 18 14:35:39 2020 +0200
@@ -234,7 +234,7 @@
   - pass commands to undostack (trivial)
   - logic to locate `MeasureTool` in the HitTest
   - OTOH, the meat of the measuring tool logic (highlighting etc..) is 
-    done in app-specific code (`VolumeSlicerWidget` for IBA)
+    done in app-specific code (`VolumeSlicerWidget`)
   - accept new Scene transform and notify listeners
   - **the code that uses the interactor** (`HandleMousePress`) is only 
     called by the new `WebAssemblyViewport` !!! **TODO** clean this mess
@@ -421,16 +421,6 @@
 DISPATCH_JAVASCRIPT_EVENT("StoneInitialized");
 ```
 
-
-
-# TODO order
-- **IBA** remove SDL Console failed attempt
-- **IBA** understand refresh issue --> push fix
-- **IBA** move main.cpp to tests/
-- **IBA** Remove deprecated tag from loaders and rename loaders (ensure "Progressive" only means spatially progressive, not in terms of quality.. make sure Yoann doesn't need Jpeg)
-- **IBA** 
-
-
 # Notes
 
 - It is NOT possible to abandon the existing loaders : they contain too much loader-specific getters