Actions
Feature #2300
openLoad form tables dynamically
Start date:
2024-06-04
Estimated time:
Description
To counter performance issues at forms for projects with huge datasets (e.g. THANADOS) the newest strategy would be:
- Load form tables only on demand (when clicking on the corresponding input field)
- Maybe even load only the relevant page and reload on demand (e.g. clicking next page, or sort, or filter)
Beside better performance this would also help with situations e.g. at person when adding a place dynamically for birth and than also being able to use it immediately for residence.
All these changes would require support from the frontend team, the second one would require support from the API so most likely we won't start this before autumn.
Sorry for changing these approaches so often over the last months and a big thank you to Christoph for latest input.
Actions