You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to create a Provider in the Admin UI frontend, you have an option to specify a Mapper.
This could be either a:
URL (https://, file:// or base64://)
inline JSON Snippet
We need to perform some changes.
Activities
First step
The description for the field needs to reflect this on the frontend.
The backend needs to make sure it is able to handle all those value types.
Second step
We need to expose an endpoint to allow the frontend to populate a simple dropdown with available mappers.
The frontend needs to allow the user to perform a choice between one of the available providers or to specify a custom info like it's supposed to do now.
Description
When trying to create a Provider in the Admin UI frontend, you have an option to specify a Mapper.
This could be either a:
https://
,file://
orbase64://
)We need to perform some changes.
Activities
First step
The description for the field needs to reflect this on the frontend.
The backend needs to make sure it is able to handle all those value types.
Second step
We need to expose an endpoint to allow the frontend to populate a simple dropdown with available mappers.
The frontend needs to allow the user to perform a choice between one of the available providers or to specify a custom info like it's supposed to do now.
References
Related to #405
The text was updated successfully, but these errors were encountered: