End-of-day shutdown review
Use “End-of-day shutdown review” in Recued. Close the day: what is still open (contacts and projects carrying open loops, projects with no next action), what tomorrow's calendar already claims, and a ranked top-3 to start with. Returns a summary card, tables, and the raw rows.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
open_loops
?
project_gaps
?
▼
Process (30 steps)
today_window
date_period
Apply date_period
today_start_ms
date_parse
Parse today window start as a date
today_end_ms
date_parse
Parse today window end as a date
tomorrow_start_ms
math
Calculate: {{step.today_start_ms}} + 86400000
tomorrow_end_ms
math
Calculate: {{step.today_end_ms}} + 86400000
tomorrow_events_raw
?
tomorrow_events
default
Apply default
tomorrow_event_count
count
Count items in tomorrow events
tomorrow_busy_ms
map
Extract from each item
tomorrow_booked_ms
reduce
Reduce with sum
tomorrow_booked_hours
math
Calculate: {{step.tomorrow_booked_ms}} / 3600000
tomorrow_booked_hours_rounded
round
Round tomorrow booked hours to 1 decimal places
tomorrow_table_starts_text_dated
map
Extract start_at from each item
tomorrow_table
to_table
Format results as a data table
open_loop_entries
default
Apply default
open_loop_count
count
Count items in open loop entries
open_loops_ranked
sort
Sort by
open_loops_rows
slice
Take a subset of
open_loops_table
to_table
Format results as a data table
gap_entries
default
Apply default
gaps_present
filter
Filter by condition
gap_count
count
Count items in gaps present
gaps_table
to_table
Format results as a data table
top_candidates
slice
Take a subset of
top_proposal
map
Extract from each item
proposal_count
count
Count items in top proposal
proposal_table
to_table
Format results as a data table
has_proposal
compare
Check if top proposal has data
proposal_note
ternary
Apply ternary
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
top n
setting
=
3
end hour
setting
=
20
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
20
start hour
setting
=
17
calendar slug
setting
=
primary
open loop limit
setting
=
25
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.