Add 'opmerking' column to assessments and implement related functionality
All checks were successful
Build & Push / Build & Push image (push) Successful in 38s

- Updated the database migration to include an 'opmerking' column in the assessments table.
- Modified the Assessment model to include the new 'opmerking' field.
- Enhanced the API to handle saving and retrieving remarks associated with assessments.
- Updated the frontend to display and edit remarks in the assessments table.
This commit is contained in:
2026-03-03 09:17:50 +01:00
parent aa47399b62
commit 5f2e1fdb1b
5 changed files with 409 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
"""assessment: voeg opmerking kolom toe
"""assessment: voeg opmerking kolom toe
Revision ID: 0002
Revises: 0001