Working through optionsand tests
parent
bdfc5f3a2f
commit
08c915ad27
|
|
@ -1,4 +1,4 @@
|
|||
# {{get (get (get solution 0) "data") "name"}} - Solution Impact Document
|
||||
# {{get (get (get solution 0) "data") "name"}} - Solution Impact Document (SID)
|
||||
{{#each solution}}
|
||||
|
||||
## Solution
|
||||
|
|
@ -10,6 +10,8 @@ Solution Id: {{identifier}}
|
|||
{{/with}}
|
||||
Program Id: {{get (get data "program") "identifier"}}
|
||||
|
||||
**This impact solution design is still in draft**
|
||||
|
||||
## Project
|
||||
|
||||
{{#each (get data "project")}}
|
||||
|
|
@ -68,4 +70,8 @@ The **{{name}}** program details are:
|
|||
{{#each (get data "stakeholders")}}
|
||||
| {{name}} | {{title}} | {{role}} |
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
|
||||
## Patterns
|
||||
|
||||
No new patterns are proposed
|
||||
|
|
|
|||
|
|
@ -63,3 +63,6 @@ stakeholders:
|
|||
- title: End Users
|
||||
name: tba
|
||||
role: Consumers
|
||||
- title: Risk control
|
||||
name: tba
|
||||
role: Risk management
|
||||
|
|
|
|||
|
|
@ -11,12 +11,13 @@ graph TB
|
|||
Queue[Message Queue]
|
||||
end
|
||||
|
||||
Client -->API
|
||||
Client -->API
|
||||
API --> Services
|
||||
Services --> DB
|
||||
Services --> Queue
|
||||
|
||||
%% TODO: Replace with actual system components for Beef
|
||||
|
||||
```
|
||||
|
||||
<!-- END OVERVIEW DIAGRAM PLACEHOLDER -->
|
||||
|
|
@ -18,6 +18,9 @@ stakeholders:
|
|||
- title: End Users
|
||||
name: tba
|
||||
role: Consumers
|
||||
- title: Risk control
|
||||
name: tba
|
||||
role: Risk management
|
||||
|
||||
applications:
|
||||
- name: Dashboard
|
||||
|
|
@ -80,7 +83,7 @@ impacts:
|
|||
comment: Only impact is new integrattion
|
||||
- domain: data
|
||||
impact: medium
|
||||
comment: Data migration needs attentions
|
||||
comment: Data migration needs attentions!
|
||||
additional_info: https://impact.domainx.example.com
|
||||
- domain: compliance
|
||||
impact: none
|
||||
|
|
|
|||
|
|
@ -1,14 +1,15 @@
|
|||
# Sample solution - Solution Impact Document
|
||||
# Sample solution - Solution Impact Document (SID)
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Sample solution - Solution Impact Document
](#sample-solution-solution-impact-document)
|
||||
- [Sample solution - Solution Impact Document (SID)
](#sample-solution-solution-impact-document-sid)
|
||||
- [Solution
](#solution)
|
||||
- [Project
](#project)
|
||||
- [Applications
](#applications)
|
||||
- [Impact
](#impact)
|
||||
- [Program
](#program)
|
||||
- [Stakeholders
](#stakeholders)
|
||||
- [Patterns
](#patterns)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -20,6 +21,8 @@ Problem Statement: Objective is to make it simple
|
|||
Solution Id: SLN00E304
|
||||
Program Id: PGM240064
|
||||
|
||||
**This impact solution design is still in draft**
|
||||
|
||||
## Project
|
||||
|
||||
- Name: Lamb
|
||||
|
|
@ -47,7 +50,7 @@ The impact of the solution is rated as follows for each domain
|
|||
| integration | medium | New integration point | https://impact.domainx.example.com |
|
||||
| security | medium | Data migration security needs attentions | https://impact.domainx.example.com |
|
||||
| infrastructure | low | Only impact is new integrattion | |
|
||||
| data | medium | Data migration needs attentions | https://impact.domainx.example.com |
|
||||
| data | medium | Data migration needs attentions! | https://impact.domainx.example.com |
|
||||
| compliance | none | | |
|
||||
|
||||
---
|
||||
|
|
@ -81,12 +84,13 @@ graph TB
|
|||
Queue[Message Queue]
|
||||
end
|
||||
|
||||
Client -->API
|
||||
Client -->API
|
||||
API --> Services
|
||||
Services --> DB
|
||||
Services --> Queue
|
||||
|
||||
%% TODO: Replace with actual system components for Beef
|
||||
|
||||
```
|
||||
|
||||
<!-- END OVERVIEW DIAGRAM PLACEHOLDER -->
|
||||
|
|
@ -100,3 +104,8 @@ graph TB
|
|||
| tba | Product Owner | Decision maker |
|
||||
| tba | Development Team | Implementation |
|
||||
| tba | End Users | Consumers |
|
||||
| tba | Risk control | Risk management |
|
||||
|
||||
## Patterns
|
||||
|
||||
No new patterns are proposed
|
||||
|
|
|
|||
Loading…
Reference in New Issue