Closed joeribekker closed 5 years ago
I think " we should store the relationship on database level" should be "we should store the relationship both as a URL and as a database relation (FK)".
URLs are generated from database values, there's no reason to store the URL as well if it's a local resource.
@annashamray I think we've got everything as FK now, right?
Yes, I think all components have DB-relations now.
Cool, closing this one, it'll be finalized when #60 is merged.
... so I can rely on a consistent data structure.
Description Currently, relations are on API-level using URLs to relate one object to another. For local API URLs (ie. those that point to an API that is part of OpenZaak), we should store the relationship on database level.