tables icon indicating copy to clipboard operation
tables copied to clipboard

Add view decriptions

Open Rello opened this issue 1 year ago • 2 comments

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

  • Enable the description input and display for views

Describe alternatives you've considered

  • show the table description within a view

Additional context

No response

Rello avatar Jul 12 '24 12:07 Rello

@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 avatar Jul 12 '24 12:07 Rello

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

Rello avatar Jul 24 '24 08:07 Rello