Notities (Notes)
Notitie related classes
These classes can be subclassed to with to create a notitie endpoint for a specific resource.
- class vng_api_common.notes.models.NotitieBaseClass(*args, **kwargs)
Abstract model mixin that provides common fields and functionality for notes models. This base class is intended to be inherited by other models that require notes.
- Note:
This is an abstract base class and does not create a database table by itself.
- class vng_api_common.notes.api.serializers.NotitieSerializerMixin(*args, **kwargs)
Mixin serializer for the Notitie model.
This mixin defines a reusable set of fields commonly used for serializing data structures in the application.
- Note:
The gerelateerd_aan field can be overridden depending on the specific object the Notitie is associated with.
- class vng_api_common.notes.api.viewsets.NotitieViewSetMixin(**kwargs)
Mixin viewset for handling filtering and serialization of Notitie data.
This mixin provides a base implementation for viewsets dealing with note-like objects, including standard filtering support on common fields.
- serializer_class
alias of
NotitieSerializerMixin