API code ID refactoring #285
Loading…
x
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 expects
atom_idto be used for codes such as biotope, laws, offices and so on.However, there are multiple codes in certain lists which do not have unique atomIDs. Therefore a clean reference resolving is impossible.
Enhancement
Instead the API should solely work on the correct technical unique ID of a code. This was not possible before due to inpersistent IDs on codes, which has been fixed in the meanwhile: SGD-Nord/oKey#1
Merged in #296