reduce Kanban N+1 by adding list_full to Project/Task/MilestoneService #61

Open
opened 2026-05-17 16:55:56 +00:00 by zaelgohary · 0 comments
Member

Kanban page fired 21 OSIS RPC calls per load (project.list → loop project.get + same for tasks + milestones). Added list_full() -> [T] to each service so the client can fetch in one round-trip. Also stripped the Generate subcommand from hero_osis_seed since its MockGenerator dep was removed upstream.

Fix: a775545

Kanban page fired 21 OSIS RPC calls per load (project.list → loop project.get + same for tasks + milestones). Added list_full() -> [T] to each service so the client can fetch in one round-trip. Also stripped the Generate subcommand from hero_osis_seed since its MockGenerator dep was removed upstream. Fix: a775545
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_osis#61
No description provided.