nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
143 stars 24 forks source link

Add view decriptions #1194

Open Rello opened 2 months ago

Rello commented 2 months ago

Is your feature request related to a problem? Please describe.

A Table can have a description. Views to not have a description, nor do they show the table description. The description field is available in the database already.

Usecase: our room booking in c.n.c has instructions on the table. A view with limited columns and date filter is not showing anything

Describe the solution you'd like

Describe alternatives you've considered

Additional context

No response

Rello commented 2 months ago

@juliushaertl do you think this is much effort? I think it is partly already prepared - just not used https://github.com/nextcloud/tables/blob/main/lib/Service/ViewService.php#L207

Rello commented 2 months ago

is it enough to add this line

https://github.com/nextcloud/tables/blob/c2506c69f605f9bd397c10997d72b87c15154b30/src/modules/main/sections/Table.vue#L4

also to here? https://github.com/nextcloud/tables/blob/main/src/modules/main/sections/View.vue#L4

it seems the backend is prepared already for the property. I just did not find the edit screen