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 a field from a submission is invalid, it's impossible to know the reason for that issue afterward. To know the problem, you must enable the API debug mode and log the response from mosparo.
When such incidents happen, it's hard to understand the root cause of the issue.
The idea to help with this situation is to log the verification result for a field and then show the result in the submission detail view if a field is invalid. This method makes logging the response from mosparo unnecessary, and debugging such issues is much easier.
Required features
Store the verification result for the field in the submission
Show the result for invalid fields in the submission detail view, probably with a tooltip
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When a field from a submission is invalid, it's impossible to know the reason for that issue afterward. To know the problem, you must enable the API debug mode and log the response from mosparo.
When such incidents happen, it's hard to understand the root cause of the issue.
The idea to help with this situation is to log the verification result for a field and then show the result in the submission detail view if a field is invalid. This method makes logging the response from mosparo unnecessary, and debugging such issues is much easier.
Required features
Inspired by
Origin
Beta Was this translation helpful? Give feedback.
All reactions