Altinn / dialogporten-serviceprovider

Reference service provider API implementation used for testing
MIT License
0 stars 0 forks source link

Add UI for creating test dialogs #3

Open elsand opened 1 month ago

elsand commented 1 month ago

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 with react-jsonschema-form (an example is attached).

The tools should

Additional Information

No response

Tasks

No response

Acceptance Criterias

No response

elsand commented 1 month ago

Click here to download the output of ./extract_schema.sh https://altinn-dev-api.azure-api.net/dialogporten/swagger/v1/swagger.json. This can be used in https://rjsf-team.github.io/react-jsonschema-form/