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
Is your feature request related to a problem? Please Describe.
Currently, data change requests are submitted via e-mail and are applied manually. The data doesn't come in the right format and it's unclear what exactly is needed.
Describe the solution you'd like
We should provide a form in the app that allows users to submit data change suggestions to a backend. Submissions should be POSTed to a configurable endpoint. The submission must only include the object to be updated. If the request is to add a new corporation, it must contain all objects that are to be created. IDs for objects to be created must be included.
References (fields ending in ...Id) must be strings and must reference an object of the correct type.
Describe alternatives you've considered
A web form could be a good first step might be easier to achieve, but requires hosting.
Is your feature request related to a problem? Please Describe.
Currently, data change requests are submitted via e-mail and are applied manually. The data doesn't come in the right format and it's unclear what exactly is needed.
Describe the solution you'd like
We should provide a form in the app that allows users to submit data change suggestions to a backend. Submissions should be POSTed to a configurable endpoint. The submission must only include the object to be updated. If the request is to add a new corporation, it must contain all objects that are to be created. IDs for objects to be created must be included.
References (fields ending in
...Id
) must be strings and must reference an object of the correct type.Describe alternatives you've considered
A web form could be a good first step might be easier to achieve, but requires hosting.
Additional context
resources/couleurbummel.schema.json
The text was updated successfully, but these errors were encountered: