Open mnot opened 1 year ago
Straw-man:
/
- the current main form/check/{uri}
- run test (POST to run, GET to get the form)/saved/{id}
- saved results (POST to extend, GET to return)/client-error
- client error (POST)/slack
- various slack thingsProbably easiest to start with client-error
and check
. Saved results will need some continuity; as may slack.
Right now everything is shoved into query strings on
/
, which is not great.