dry-python/bookshelf

Add notifications system.

proofit404 opened this issue · 2 comments

  • Webhooks for API interface.
  • Websockets (using Channels) for Web interface.

Those two scenarios will be implemented as two different stories with different arguments.

Blocked by: proofit404/stories#113

Messages from a WebSocket will be processed using https://github.com/stimulusjs/stimulus framework.