A client should be able to update the properties of a person #70
Labels
blocked: conflict/dependency
Something else is blocking this.
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: improvment
This will improve a part of the product or codebase.
Background & Context*
Once a valid Websocket connection has been established, the client should be able to provide person properties which will update the
Person.data
field.Current Behaviour
A client can call the
identify
action on the socket with person data and this will return the state of all flows for the person identified.Goal*
Person
record.Implementation Details*
Modify the response to allow for an extra flag, indicating the type of response that the server needs to provide.
Acceptance Criteria*
Test cases that
include_flows
flag is included and set toTrue
then the response should be as outlined in the example above.include_flows
flag is included and set toFalse
then the response should be as outlined in the example above.include_flows
flag is omitted then the response should be as outlined in the example above.*required field.
The text was updated successfully, but these errors were encountered: