generated from coulomb/repo-seed
Implement RecentlyOnScope domain digest
This commit is contained in:
47
templates/recently-on-scope/domain-digest.md
Normal file
47
templates/recently-on-scope/domain-digest.md
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
type: recently_on_scope_digest
|
||||
domain_slug: "{{domain.slug}}"
|
||||
domain_name: "{{domain.name}}"
|
||||
range: "{{window.range}}"
|
||||
since: "{{window.since}}"
|
||||
until: "{{window.until}}"
|
||||
generated_at: "{{generated_at}}"
|
||||
template_version: "{{template_version}}"
|
||||
source_counts:
|
||||
progress_events: {{source_counts.progress_events}}
|
||||
decisions: {{source_counts.decisions}}
|
||||
workstreams: {{source_counts.workstreams}}
|
||||
tasks: {{source_counts.tasks}}
|
||||
repos: {{source_counts.repos}}
|
||||
attention_items: {{source_counts.attention_items}}
|
||||
---
|
||||
|
||||
# RecentlyOnScope - {{domain.name}}
|
||||
|
||||
Domain: `{{domain.slug}}`
|
||||
Window: `{{window.since}}` to `{{window.until}}` (`{{window.range}}`)
|
||||
Generated: `{{generated_at}}`
|
||||
|
||||
## Progress
|
||||
|
||||
{{progress_section}}
|
||||
|
||||
## Decisions
|
||||
|
||||
{{decisions_section}}
|
||||
|
||||
## Workstreams
|
||||
|
||||
{{workstreams_section}}
|
||||
|
||||
## Tasks
|
||||
|
||||
{{tasks_section}}
|
||||
|
||||
## Still Needs Attention
|
||||
|
||||
{{attention_section}}
|
||||
|
||||
## Repositories
|
||||
|
||||
{{repos_section}}
|
||||
Reference in New Issue
Block a user