designs/solutions/test/solution-impact.md.hbs

68 lines
1.6 KiB
Handlebars
Raw Normal View History

2026-03-08 11:06:05 +00:00
# {{get (get (get solution 0) "data") "name"}} - Solution Impact Document
{{#each solution}}
## Solution
Name: {{get (get data "solution") "name"}}
Problem Statement: {{get (get data "solution") "problem_statement"}}
2026-03-08 11:55:05 +00:00
Solution Id: {{get (get data "solution") "identifier"}}
Program Id: {{get (get data "program") "identifier"}}
2026-03-08 11:06:05 +00:00
## Project
{{#each (get data "project")}}
- Name: {{name}}
2026-03-08 11:55:05 +00:00
- Identifier: {{identifier}}
2026-03-08 11:06:05 +00:00
- Budget: {{budget}}
- Guide: {{guide}}
{{/each}}
## Applications
2026-03-08 11:55:05 +00:00
| Name | ID | Type | Framework |
|------|----|------|-----------|
2026-03-08 11:06:05 +00:00
{{#each (get data "applications")}}
2026-03-08 11:55:05 +00:00
| {{name}} | {{identifier}} | {{type}} | {{framework}} |
{{/each}}
## Impact
The impact of the solution is rated as follows for each domain
| Domain | Impact | Commentary | Additional |
|--------|--------|------------|------------|
{{#each (get data "impacts")}}
| {{domain}} | {{impact}} | {{comment}} | {{additional_info}} |
2026-03-08 11:06:05 +00:00
{{/each}}
2026-03-08 11:55:05 +00:00
---
## Program
The **{{get (get data "program") "name"}}** program details are
* Budget: {{get (get data "program") "budget"}}
* Identifier: {{get (get data "program") "identifier"}}
* Sponsor: {{get (get data "program") "sponsor"}}
* Domain: {{get (get data "program") "domain"}}
* Business case: {{get (get data "program") "guide"}}
| Phase | Timeframe | Commentary |
|-------|-----------|------------|
{{#each (get (get data "program") "phases")}}
| {{name}} | {{timeframe}} | {{comment}} |
{{/each}}
---
2026-03-08 11:06:05 +00:00
## Stakeholders
| Name | Title | Role |
|------|-------|------|
{{#each (get data "stakeholders")}}
| {{name}} | {{title}} | {{role}} |
{{/each}}
2026-03-08 11:55:05 +00:00
{{/each}}