You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following views have to display a table of zaken with similar columns:
Record manager - destruction list create view. The zaken are fetched from the fetch-zaken endpoint and the front end (React) extracts the info and displays the columns
Record manager - destruction list detail view. The zaken are fetched from the fetch-zaken endpoint and the front end (React) extracts the info and displays the columns
Record manager - no archive date view. The zaken are fetched from the fetch-zaken endpoint and the front end (React) extracts the info and displays the columns
Reviewer - detail view. The zaken are fetched from the fetch-zaken endpoint and the front end (React) extracts the info and displays the columns
Destruction report. The columns are specified in a django template
Excel export of zaken without archive date. The columns are specified in a python function.
It would be nice to refactor the code to avoid all these separate specification of the columns.
The text was updated successfully, but these errors were encountered:
The following views have to display a table of zaken with similar columns:
It would be nice to refactor the code to avoid all these separate specification of the columns.
The text was updated successfully, but these errors were encountered: