ynput / ayon-frontend

Codebase of AYON server web interface
Apache License 2.0
17 stars 14 forks source link

Kanban: Grouping of status columns #625

Open Innders opened 3 months ago

Innders commented 3 months ago

Problems

Often statuses can be similar and don't need to have a separate column.

Requirements

Column Label (not the status) Column show info on which statuses it holds Easily editable per project No new dashboard, built inside of the kanban? Part of studio and project settings?

Proposal

Create new settings somewhere that allows to manage the columns. New UI for dropping over a column with multiple statuses

@martastain this would also need BE changes. This should be studio wide, but on a per project level.

martastain commented 3 months ago

Could we just use status.state for that? or is it something different? Using state would always group statuses logically into just four columns)

Innders commented 3 months ago

I think that's way too fixed and not custom enough.