mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 14:44:12 +00:00
9acd2954bb
* some basic updates for unauthed endpoints and the start of a test w/ burnettk * added logic to create public access token if appropriate w/ burnettk * updated message_form_show to return the rjs form w/ burnettk * pyl w/ burnettk * WIP: adding public routes to frontend w/ burnettk * added public message form page to start a process instance w/ burnettk * added api endpoint to submit message task data w/ burnettk * allow switching rjsf themes in customform w/ burnettk * we can submit a public message form w/ burnettk * add message start submit to public exclusion list w/ burnettk * run message submit in synchronous mode w/ burnettk * a little refactoring to get ready for submitting unauthed tasks w/ burnettk * created public controller w/ burnettk * added api endpoint to submit additional public forms w/ burnettk * added ability to submit a second form from the public web ui w/ burnettk * some clean up and show markdown confirmation messages w/ burnettk * added support for instructions and added a logout page for public users w/ burnettk * support instructions for end user on the start message event as well w/ burnettk * minor tweaks to public logout page w/ burnettk * pyl w/ burnettk * log unsupported form in custom form w/ burnettk --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com>
12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"title": "Information request, part deux",
|
|
"description": "Hey, {{incoming_request['firstName']}}. Thanks for telling us who you are. Just one more field.",
|
|
"type": "object",
|
|
"properties": {
|
|
"lastName": {
|
|
"type": "string",
|
|
"title": "Last name"
|
|
}
|
|
}
|
|
}
|