Recued
Menu
← Back to recipes

Track learning goals

by recued-core v1 18 views

Use “Track learning goals” in Recued. Weekly progress rollup over the projects you use to track learning goals: how each is moving, which have stalled, and which have no next action booked. It reads information without changing data in the connected service.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
velocity ?
stalls ?
gaps ?
Process (17 steps)
velocity_entries default
Apply default
stall_entries default
Apply default
gap_entries default
Apply default
has_goal_filter compare
Check if setting goal project ids has data
velocity_narrowed filter
Filter by condition
skip: step.has_goal_filter not_equal true
velocity_scoped coalesce
Use the first available value from: velocity narrowed, velocity entries
goal_count count
Count items in velocity scoped
velocity_dated map
Extract ingested_at from each item
progress_rows slice
Take a subset of
progress_table to_table
Format results as a data table
stall_targets pluck
Extract target_id from each item
stall_count count
Count items in stall targets
stall_text join
Join items with ", "
gap_targets pluck
Extract target_id from each item
gap_count count
Count items in gap targets
gap_text join
Join items with ", "
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

end hour setting = 10
weekdays setting = 1
row limit setting = 20
start hour setting = 8
goal project ids setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Data it touches

Warehousedata.enrichment

About

Tags

pack:pkm-vaultpkmlearninggoalprojectprogressdigestreactive

Details

20 steps 5 configurable settings recipe_id: track-learning-goals