...
Before any channel properties are added, an empty state dispalys
...
displays stating ‘No properties added yet’.
Adding a property
When Add property
is clicked, the property type is chosen first. For channel properties, we will limit the property type to Text
, Select
, and Multi-select
for starters.
...
Once the type is selected the property table displays with a row added for the new property and the name field active. The name can be entered and is confirmed once the user pressed ENTER
.
...
The property type can also be edited by clicking on the cell which opens the type selection menu. When changing types we should retain the values previously entered (if applicable) so that they can be brought back if the type was changed by mistake.
...
focused in the edit property popover. From here users can change the type or delete the property. This behaves the same as Boards properties.
...
Adding options for select and multi-select properties
For select and multi-select properties, admins can add preset values for selectionend users to select from when the property is in use in a channel.
Locking/unlocking a property
Channel properties can be locked to prevent editing by other lower-level users. This means that all values of the property cannot be edited and the property cannot be optional
When a property is locked, lower-level users cannot:
Rename the property
Reorder the property
Delete the property
Changed the property’s visibility setting
Showing/hiding a property
Admins can set the default visibility setting. Again, if the property is locked, its visibility cannot be overridden by lower-level users.
More actions
Permissions
Under Manage Public channels
and Manage Private channels
, a new permission will be needed: Manage channel properties
...