-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Als koploper wil ik aanvullingen op Partij
die nog niet in het informatiemodel van VNG zitten
#69
Closed
20 tasks done
Comments
bart-maykin
added a commit
that referenced
this issue
Jan 12, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 17, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 17, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 17, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 23, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 23, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 23, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 23, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 26, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 26, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 26, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 26, 2024
bart-maykin
added a commit
that referenced
this issue
Jan 26, 2024
✨ [#69] added categorie endpoint and atribute on partij
github-project-automation
bot
moved this from Implemented
to Done
in Open Klant development
Jan 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.. zodat ik mijn praktische use case kan invullen.
Opgevoerd bij VNG: VNG-Realisatie/klantinteracties#272
Tasks
Categorie
with fields:naam
(charfield, max_length=80)beginDatum
(datefield, default=creation date if empty/not provided in API-call)eindDatum
(datefield, default=None)Categorie
toPartij
(null=True
)Partij
Update op taken:
In retrospect, you can link a category with start/end date per party, so we need to refactor a bit.
CategorieRelatie
met API resource, marked with "EXPERIMENTEEL" like above.beginDatum
(datefield, default=creation date if empty/not provided in API-call)eindDatum
(datefield, default=None)CategorieRelatie
toCategorie
(null=True
)CategorieRelatie
toPartij
toPartij
(null=True
)Category
toPartij
Achtergrond
Uit Excel (1):
Uit Excel (2):
Dit stond verkeerd in de Excel (Eric) en moet niet aan Externe Identificatie maar aan Partij gekoppeld zijn.
Discuss
CategorieType
? Is dat een enumeratie of vrije tekst? -> Door gemeente te onderhouden lijstCategorie
nietnaam
heten? Het heeft al een relatie met "Categorie" -> checkGeldigheid
ivm historische gegevens die we niet opslaan? -> een categorie heeft een levensduur en staat eigenlijk los van overige historische gegevens.Looptijdtype
? -> staat hieronder uitgelegd.The text was updated successfully, but these errors were encountered: