Description
The current implementation of the DB member-view has a crucial mistake. Since the view is built on db level it was forgotten to filter out all entries like certificates, degrees and whatsoever that are flagged with the 'deleted_at' attribute. This causes the view to provide entries that should be deleted.
We could also filter this out in the backend, but since we don't have a usecase for the deleted entries anyways we might as well just re-build our view to filter them out on DB level.
Acceptance Criteria
Additional Information
Description
The current implementation of the DB member-view has a crucial mistake. Since the view is built on db level it was forgotten to filter out all entries like certificates, degrees and whatsoever that are flagged with the 'deleted_at' attribute. This causes the view to provide entries that should be deleted.
We could also filter this out in the backend, but since we don't have a usecase for the deleted entries anyways we might as well just re-build our view to filter them out on DB level.
Acceptance Criteria
Additional Information
V0_0_20migration (as of 22.04.2026), which represents the newest version