Supervisor showcase #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adapt https://glitch.com/edit/#!/biggu-backend-collab?path=views%2Fsupervision.html to #40 (comment)
In practice it means
EventSource()on SSE endpointConsider existing events, e.g
ondropto send back live feedback to supervising user.Note that https://jxr-permanence.benetou.fr/ does not currently support SSEs.
cf example on component events based https://twitter.com/utopiah/status/1737785265538662489
Which in turn can be used to complete live jxr snippets, e.g
https://jxr-permanence.glitch.me/events/jxradd?data=jxr%20location.reload()It could also be used with a canvas or HTML Drag and Drop API to move code snippets around on mobile, having a remote block-based interface to an on-going experience.
As this lead to security issues, consider https://git.benetou.fr/utopiah/offline-octopus/src/branch/master/index.js#L110 a bearer token.