wokkel
wokkel copied to clipboard
implement item retract + notification
needs the changes from https://github.com/ralphm/wokkel/pull/13 to work (or change in wokkel/pubsub.py line 986 to directly use PubSubRequest)
Thanks for this contribution! A few comments:
-
notifyRetract
lacks a docstring inwokkel.iwokkel.IPubSubService
(which would then be inherited in the docstring forPubSubService
automatically when generating API docs. -
notifyRetract
lacks tests. I think these could be more or less a copy of the tests fornotifyPublish
.
I removed the dependence on #13 (which I am still looking into), merged trunk to make Travis-CI happy, and pushed by version of the branch as item-retract.
Hi Ralph, thanks for the review. I merged your branch in mine and pushed https://github.com/souliane/wokkel/commit/cd63436e131c14f818d24b4a8332f14b1296634f