pub const COUNT_TASKS_INCOMPLETE: &str = "SELECT COUNT(*) FROM tasks WHERE status IN ('todo', 'doing')";
Count incomplete tasks (todo or doing)