CrumpetDev / crumpet

GNU Affero General Public License v3.0
18 stars 1 forks source link

🔌 Socket Handlers #58

Open tomtitherington opened 7 months ago

tomtitherington commented 7 months ago

Scope & Context

The socket needs to allow a client to (1) retrieve the status of a flow for a particular user, (2) call transitions and (3) update properties of the current person identified in that session. The various sub-tasks are documented below.

Tasks