When using **views** for different stages of processes, some columns might deviate from the original table definition and turn mandatory. - [x] Needs: https://github.com/nextcloud/tables/pull/1688 - [ ] BE: handle storing, retrieving and updating the *mandatory* flag with the dedicated column content. - [ ] BE: the create and update logic of rows in views need to take this setting into consideration - [ ] FE: together with https://github.com/nextcloud/tables/issues/1154#issuecomment-2828168145 agree on an UI for such elements (this step does not need to wait for 1688.) - [ ] FE: implementation of the results ^ and of course related business logic.
When using views for different stages of processes, some columns might deviate from the original table definition and turn mandatory.