Setup Websocket consumers #62
Labels
scope: backend
Work involving the backend / Django REST project.
scope: tests
Work relating to tests.
size: hours
This should take less than a day.
type: setup
Something that needs setting up.
Background & Context*
Set up a Websocket consumer that upon a successful connection via a client, exposes a "person session".
Goal*
Implementation Details*
I'm thinking that the "person session" payload should look something like this:
Other details can be returned by passing different payloads/parameters within requests to the Websocket. They are not included as part of this piece of work.
Should we be using the Django Channels REST Framework? Will this save us time or make the implementation cleaner?
Acceptance Criteria*
ws://
.Additional Information
*required field.
The text was updated successfully, but these errors were encountered: