Kanban island round 1: parallel list fetches #105
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#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Mirrors round-1 work done for Tasks (#97), Stories (#98), Sprints (#103).
Bugs:
kanban_service.rs::list_projectsfetches each project sequentially — N+1.kanban_service.rs::list_all_tasksfetches each task sequentially — N+1; this one feeds the per-column count inProjectSelectViewand the whole board view, so it's on every mount.Out of scope for this round (tracked separately):
kanban_column.rsdrop handler firestask_setwith no undo/confirmation for the reassignment — consider adding a toast + undo.board_view.rs:188keysKanbanColumnbyswimlane.name; if a board ever has two swimlanes with the same name Dioxus 0.7 will panic. Follow-up after swimlane editing exists.zaelgohary referenced this issue2026-04-21 21:57:55 +00:00
zaelgohary referenced this issue2026-04-22 07:20:09 +00:00