fix(kanban): edit column name & color #130
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos!130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_kanban_column_editing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Kanban swimlanes could be added and removed but not edited — name, color, and the
is_doneflag were locked after creation. This PR adds a pencil button in each column header that opens an inline edit form. WIP limits are out of scope (need a schema change toSwimlane).Related Issue
Partially addresses #125 — the column-editing half. WIP limits tracked separately.
Changes
kanban_column.rs— pencil button in header, inline edit form (name/color/is_done), Save/Cancelboard_view.rs—handle_edit_swimlanereplaces swimlane in project and persists viasave_projectTest Results
cargo check -p hero_archipelagos_kanban: passcargo clippy -p hero_archipelagos_kanban -- -D warnings: passcargo fmt --check -p hero_archipelagos_kanban: passdx build --package hero_os_app --web --features web: pass, deployed to the shared test instanceManual verification
fix(kanban): edit column name, color, and done flagto fix(kanban): edit column name, colorfix(kanban): edit column name, colorto fix(kanban): edit column name & color