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