API handling of empty values #284
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#284
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
The API can process list/array structures for further details on the data:
However, there could be invalid data inside these arrays, such as
These messages lead to an 500 error.
Enhancement
If an entry on any array can not be processed, the API user should be informed properly using a valid return message. The entry should not be processed partially (e.g. by ignoring the invalid entries and only processing valid ones).
Merged in #296