fix(kanban): parallel list fetches #106
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!106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/kanban_round1"
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
Round-1 hardening of the Kanban island.
list_projectsandlist_all_tasksdid a sequentialget(sid).awaitper entry; replaced withfutures::future::join_allso the board renders in one round-trip of concurrent fetches.Related Issue
Closes #105
Changes
archipelagos/productivity/kanban/src/services/kanban_service.rslist_projects: loop →join_alllist_all_tasks: loop →join_all(this one feeds per-column counts, so it was on every board mount)Test Results
cargo check -p hero_archipelagos_kanban: passcargo fmt -p hero_archipelagos_kanban: passBehavior-preserving perf fix; covered by manual verification below.
Manual verification
project.get/task.getfan-out instead of serial chain