Based on https://rjsf-team.github.io/react-jsonschema-form/, it should be possible to create a CRUD interface for dialogs, which will be a useful tool for testing (rather than using Postman). Using tools/extract_schema.sh, lets one get a valid JSON Schema for a particular DTO, eg. CreateDialogCommand that can be used with react-jsonschema-form (an example is attached).
The tools should
Have basic authentication (username/password)
Make it easy to create a test dialog, using endpoints already provided by dialogporten-service-provider
Let one select a resource for the resource registry as service resource
Description
Based on https://rjsf-team.github.io/react-jsonschema-form/, it should be possible to create a CRUD interface for dialogs, which will be a useful tool for testing (rather than using Postman). Using
tools/extract_schema.sh
, lets one get a valid JSON Schema for a particular DTO, eg.CreateDialogCommand
that can be used withreact-jsonschema-form
(an example is attached).The tools should
dialogporten-service-provider
Additional Information
No response
Tasks
No response
Acceptance Criterias
No response