Commit 1d27dbf7 authored by Jérome Perrin's avatar Jérome Perrin

update TODOs

parent c517bb8a
...@@ -26,17 +26,12 @@ ...@@ -26,17 +26,12 @@
/* TODO: /* TODO:
* use services * use services
* no more #main
* drop jquery ui dependency * drop jquery ui dependency
* less dependancies ( promise event listner ? ) * less dependancies ( promise event listner ? )
* less css
* document exposed css / jsplumb config * document exposed css / jsplumb config
* no more handlebars * no more handlebars
* different signatures on promises
* accept ERP5 format * accept ERP5 format
* auto springy layout * auto springy layout
* error reporting service
* should fit to the element size
* drop zoom level * drop zoom level
* edge edit popup on click * edge edit popup on click
* rename draggable() * rename draggable()
...@@ -533,7 +528,6 @@ ...@@ -533,7 +528,6 @@
// Expose the dialog handling promise so that we can wait for it in // Expose the dialog handling promise so that we can wait for it in
// test. // test.
gadget.props.dialog_promise = RSVP.any([ gadget.props.dialog_promise = RSVP.any([
// TODO: why different signature ?
save_promise(fieldset_gadget, node_id), save_promise(fieldset_gadget, node_id),
delete_promise delete_promise
]); ]);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment