Skip to main content

goal_progress

Function goal_progress 

Source
pub fn goal_progress(goal_id: &str, db: &Db) -> Result<GoalProgress>
Expand description

Compute direct-child progress summary for a goal.

ยงErrors

Returns an error if the goal cannot be loaded, is not a goal kind, or the children query fails.