From 8c8d72984a742f95413ce696871a08b2f7c87486 Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 10:21:31 +0300 Subject: [PATCH 1/7] Structure refactoring in progress --- docs/SUMMARY.md | 5 ++++- docs/demo.md | 11 +++++++++++ docs/diy.md | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/demo.md create mode 100644 docs/diy.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 6568323..db9d9cf 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,5 +1,8 @@ # Table of contents * [Sandbox](README.md) +* [Public Demo - Access public demo Sandbox](demo.md) +* [Built your own Sandbox - How to up and run your own Govstack](diy.md) +* [Use Cases - Service design along Implementation Playbook](README.md) * [Technology stack](technologies.md) -* [Requirements for building blocks](guidelines-for-bbs.md) +* [Requirements for building blocks](guidelines-for-bbs.md) \ No newline at end of file diff --git a/docs/demo.md b/docs/demo.md new file mode 100644 index 0000000..4c90189 --- /dev/null +++ b/docs/demo.md @@ -0,0 +1,11 @@ +# Public Demo - Access public demo Sandbox + +## Access up-and-running scenarios + +### Unconditional social cash transfer + +### Building Permits + +### High school certificates + +## Dashboard/monitoring of infrastructure \ No newline at end of file diff --git a/docs/diy.md b/docs/diy.md new file mode 100644 index 0000000..cf077a1 --- /dev/null +++ b/docs/diy.md @@ -0,0 +1 @@ +# Built your own Sandbox - How to up and run your own GovStack \ No newline at end of file From 7c197637958bf929d66d41cb26da16904bb5ed47 Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 10:46:06 +0300 Subject: [PATCH 2/7] Structure refactoring in progress --- docs/SUMMARY.md | 3 +-- docs/demo.md | 16 +++++++++++----- docs/diy.md | 4 +++- docs/technologies.md | 17 ----------------- 4 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 docs/technologies.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index db9d9cf..0c64cec 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,8 +1,7 @@ # Table of contents -* [Sandbox](README.md) +* [Main](README.md) * [Public Demo - Access public demo Sandbox](demo.md) * [Built your own Sandbox - How to up and run your own Govstack](diy.md) * [Use Cases - Service design along Implementation Playbook](README.md) -* [Technology stack](technologies.md) * [Requirements for building blocks](guidelines-for-bbs.md) \ No newline at end of file diff --git a/docs/demo.md b/docs/demo.md index 4c90189..a50986a 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -1,11 +1,17 @@ # Public Demo - Access public demo Sandbox +Public access will be coming soon. Stay tuned. -## Access up-and-running scenarios +## Unconditional social cash transfer +This use case profiles specifically the digital integration steps within the delivery journey of a generalized unconditional social cash transfer service. Unconditional cash transfers are cash payments provided to financially disadvantaged or vulnerable people or households without requiring anything in return (i.e. without conditionality). -### Unconditional social cash transfer +Implementation and more details you can find in the [Mock-SRIS repository](https://github.com/GovStackWorkingGroup/product-use-cases/blob/main/product-use-case/inst-1-unconditional-social-cash-transfer.md). -### Building Permits +## Building Permits +This use case profiles the implementation process of a construction permit. A service that automates the entire construction permit approval process - from enabling online application submissions of building construction plans, to initiating verification and final approval by the local government authorities. -### High school certificates +[More details](https://github.com/GovStackWorkingGroup/product-use-cases/blob/aec2c37c97579a6abafc3034f404de00f6145c52/product-use-case/inf-1-construction-permit.md). -## Dashboard/monitoring of infrastructure \ No newline at end of file +{% embed url="https://www.figma.com/file/dVDSKvR2RY99w1zhRZbnSI/Analyses---Construction-Permit-Service?type=design&node-id=578%3A330&mode=design&t=EBRbAF4mCmNfSl3m-1" %} + +## High school certificates +This section is under development. \ No newline at end of file diff --git a/docs/diy.md b/docs/diy.md index cf077a1..b003c84 100644 --- a/docs/diy.md +++ b/docs/diy.md @@ -1 +1,3 @@ -# Built your own Sandbox - How to up and run your own GovStack \ No newline at end of file +# Built your own Sandbox - How to up and run your own GovStack + +This section is under development. \ No newline at end of file diff --git a/docs/technologies.md b/docs/technologies.md deleted file mode 100644 index 8dbf0dd..0000000 --- a/docs/technologies.md +++ /dev/null @@ -1,17 +0,0 @@ -# Sandbox technology stack - -* [OCI](https://opencontainers.org/) compliant container images, e.g. [Docker](https://www.docker.com/) -* [Kubernetes](https://kubernetes.io/) -* [Helm charts](https://helm.sh/docs/topics/charts/) -* [CI/CD](https://en.wikipedia.org/wiki/CI/CD) pipeline configurations - -## Secret management -The sandbox is a testing and development environment, so it has the following requirements for managing secrets: - -* Use [Kubernetes secrets](https://kubernetes.io/docs/concepts/configuration/secret/) -* Don't keep secret in git repository (encrypted as well, due to rotation policy) -* Use random generated passwords, e.g. [Helm randAlphaNum method](https://helm.sh/docs/chart_template_guide/function_list/#randalphanum-randalpha-randnumeric-and-randascii) - -## Figma - -{% embed url="https://www.figma.com/file/qVUaK5Z5FmgQV16C71RRCn/USCT---Vertical-Prototype?node-id=178-5054&type=design" %} \ No newline at end of file From 6cbdd190c82ce9f70caca97cf9a9fea313a94e25 Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 10:48:29 +0300 Subject: [PATCH 3/7] Structure refactoring in progress --- docs/SUMMARY.md | 2 +- docs/service-design.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/service-design.md diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 0c64cec..3b11c41 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -3,5 +3,5 @@ * [Main](README.md) * [Public Demo - Access public demo Sandbox](demo.md) * [Built your own Sandbox - How to up and run your own Govstack](diy.md) -* [Use Cases - Service design along Implementation Playbook](README.md) +* [Use Cases - Service design along Implementation Playbook](service-design.md) * [Requirements for building blocks](guidelines-for-bbs.md) \ No newline at end of file diff --git a/docs/service-design.md b/docs/service-design.md new file mode 100644 index 0000000..ee5379e --- /dev/null +++ b/docs/service-design.md @@ -0,0 +1,3 @@ +# Use Cases - Service design along Implementation Playbook + +This section is under development. \ No newline at end of file From d17e89b3438471704ca4ac0eae98306144b28e4a Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 10:51:04 +0300 Subject: [PATCH 4/7] Structure refactoring in progress --- docs/README.md | 1 - docs/demo.md | 6 +++++- docs/diy.md | 4 +++- docs/service-design.md | 4 +++- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 07c7ffe..3212a8c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,6 @@ Try out BB candidates: * [Information mediator/X-Road](https://github.com/GovStackWorkingGroup/sandbox-bb-information-mediator) * [Registration/OpenIMIS](https://github.com/GovStackWorkingGroup/sandbox-bb-registration) * [Payment/Mifos](https://github.com/GovStackWorkingGroup/sandbox-bb-payments) -* … ## Portal diff --git a/docs/demo.md b/docs/demo.md index a50986a..89e7614 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -1,5 +1,7 @@ # Public Demo - Access public demo Sandbox +{% hint style="warning" %} Public access will be coming soon. Stay tuned. +{% endhint %} ## Unconditional social cash transfer This use case profiles specifically the digital integration steps within the delivery journey of a generalized unconditional social cash transfer service. Unconditional cash transfers are cash payments provided to financially disadvantaged or vulnerable people or households without requiring anything in return (i.e. without conditionality). @@ -14,4 +16,6 @@ This use case profiles the implementation process of a construction permit. A se {% embed url="https://www.figma.com/file/dVDSKvR2RY99w1zhRZbnSI/Analyses---Construction-Permit-Service?type=design&node-id=578%3A330&mode=design&t=EBRbAF4mCmNfSl3m-1" %} ## High school certificates -This section is under development. \ No newline at end of file +{% hint style="warning" %} +This section is under development. +{% endhint %} \ No newline at end of file diff --git a/docs/diy.md b/docs/diy.md index b003c84..686af67 100644 --- a/docs/diy.md +++ b/docs/diy.md @@ -1,3 +1,5 @@ # Built your own Sandbox - How to up and run your own GovStack -This section is under development. \ No newline at end of file +{% hint style="warning" %} +This section is under development. +{% endhint %} \ No newline at end of file diff --git a/docs/service-design.md b/docs/service-design.md index ee5379e..045832f 100644 --- a/docs/service-design.md +++ b/docs/service-design.md @@ -1,3 +1,5 @@ # Use Cases - Service design along Implementation Playbook -This section is under development. \ No newline at end of file +{% hint style="warning" %} +This section is under development. +{% endhint %} \ No newline at end of file From f3bbfb9e7ab33772a47feb2a8cb5c5a41fc6a927 Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 11:03:39 +0300 Subject: [PATCH 5/7] Update diy section --- docs/README.md | 6 ------ docs/diy.md | 7 ++++--- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3212a8c..8ec490d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,12 +21,6 @@ such as APIs, [building blocks](https://govstack.gitbook.io/specification/buildi cases and transaction flows. This helps developers and digital government agencies to achieve a more holistic view of the GovStack. -## Get started -The sandbox is reusable and replicable, which means you can set up your own GovStack sandbox within your own environment. - -To get more details on how to up and run your instance check out the -[infrastructure documentation](https://github.com/GovStackWorkingGroup/sandbox-infra). - ## Candidates for building blocks In the Sandbox, you have the freedom to configure your own setup and run any [building blocks](https://govstack.gitbook.io/specification/building-blocks/about-building-blocks) of your choice. diff --git a/docs/diy.md b/docs/diy.md index 686af67..e82b3a6 100644 --- a/docs/diy.md +++ b/docs/diy.md @@ -1,5 +1,6 @@ # Built your own Sandbox - How to up and run your own GovStack -{% hint style="warning" %} -This section is under development. -{% endhint %} \ No newline at end of file +The sandbox is reusable and replicable, which means you can set up your own GovStack sandbox within your own environment. + +To get more details on how to up and run your instance check out the +[infrastructure documentation](https://github.com/GovStackWorkingGroup/sandbox-infra). \ No newline at end of file From cbf6b30e5e0346fc1c08f48d66f256f3dc1de2e4 Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 12:09:41 +0300 Subject: [PATCH 6/7] Text style update. --- README.md | 2 +- docs/demo.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 16f3308..d6e6ea2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ The GovStack Sandbox is a unified environment for all the GovStack and digital g ecosystem actors to discover, understand, engage, experiment, innovate, and build digital government solutions using the [GovStack platform](https://govstack.global). -For more details, please check out the [documentation](https://govstack.gitbook.io/sandbox/). \ No newline at end of file +For more information, see the [documentation](https://govstack.gitbook.io/sandbox/). \ No newline at end of file diff --git a/docs/demo.md b/docs/demo.md index 89e7614..b64a529 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -6,12 +6,12 @@ Public access will be coming soon. Stay tuned. ## Unconditional social cash transfer This use case profiles specifically the digital integration steps within the delivery journey of a generalized unconditional social cash transfer service. Unconditional cash transfers are cash payments provided to financially disadvantaged or vulnerable people or households without requiring anything in return (i.e. without conditionality). -Implementation and more details you can find in the [Mock-SRIS repository](https://github.com/GovStackWorkingGroup/product-use-cases/blob/main/product-use-case/inst-1-unconditional-social-cash-transfer.md). +Implementation and more details in the [Mock-SRIS repository](https://github.com/GovStackWorkingGroup/product-use-cases/blob/main/product-use-case/inst-1-unconditional-social-cash-transfer.md). ## Building Permits This use case profiles the implementation process of a construction permit. A service that automates the entire construction permit approval process - from enabling online application submissions of building construction plans, to initiating verification and final approval by the local government authorities. -[More details](https://github.com/GovStackWorkingGroup/product-use-cases/blob/aec2c37c97579a6abafc3034f404de00f6145c52/product-use-case/inf-1-construction-permit.md). +For more information, see [product-use-cases repository](https://github.com/GovStackWorkingGroup/product-use-cases/blob/aec2c37c97579a6abafc3034f404de00f6145c52/product-use-case/inf-1-construction-permit.md). {% embed url="https://www.figma.com/file/dVDSKvR2RY99w1zhRZbnSI/Analyses---Construction-Permit-Service?type=design&node-id=578%3A330&mode=design&t=EBRbAF4mCmNfSl3m-1" %} From c7410c012a3f49a9f7ca932956c70b83d99dd884 Mon Sep 17 00:00:00 2001 From: oleksiidn Date: Fri, 11 Aug 2023 15:31:12 +0300 Subject: [PATCH 7/7] Text style update. --- docs/SUMMARY.md | 4 ++-- docs/demo.md | 13 +++++++++---- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 3b11c41..4ee458e 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,7 +1,7 @@ # Table of contents -* [Main](README.md) +* [GovStack Sandbox](README.md) * [Public Demo - Access public demo Sandbox](demo.md) * [Built your own Sandbox - How to up and run your own Govstack](diy.md) * [Use Cases - Service design along Implementation Playbook](service-design.md) -* [Requirements for building blocks](guidelines-for-bbs.md) \ No newline at end of file +* [Guidelines for building block Sandbox deployment](guidelines-for-bbs.md) \ No newline at end of file diff --git a/docs/demo.md b/docs/demo.md index b64a529..17ca37e 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -1,21 +1,26 @@ # Public Demo - Access public demo Sandbox -{% hint style="warning" %} -Public access will be coming soon. Stay tuned. -{% endhint %} ## Unconditional social cash transfer This use case profiles specifically the digital integration steps within the delivery journey of a generalized unconditional social cash transfer service. Unconditional cash transfers are cash payments provided to financially disadvantaged or vulnerable people or households without requiring anything in return (i.e. without conditionality). Implementation and more details in the [Mock-SRIS repository](https://github.com/GovStackWorkingGroup/product-use-cases/blob/main/product-use-case/inst-1-unconditional-social-cash-transfer.md). +{% hint style="warning" %} +Release of the demo is expected for September 2023 +{% endhint %} + ## Building Permits This use case profiles the implementation process of a construction permit. A service that automates the entire construction permit approval process - from enabling online application submissions of building construction plans, to initiating verification and final approval by the local government authorities. For more information, see [product-use-cases repository](https://github.com/GovStackWorkingGroup/product-use-cases/blob/aec2c37c97579a6abafc3034f404de00f6145c52/product-use-case/inf-1-construction-permit.md). +{% hint style="warning" %} +This use case demo is under development and expected to be released in Q4/2023. +{% endhint %} + {% embed url="https://www.figma.com/file/dVDSKvR2RY99w1zhRZbnSI/Analyses---Construction-Permit-Service?type=design&node-id=578%3A330&mode=design&t=EBRbAF4mCmNfSl3m-1" %} ## High school certificates {% hint style="warning" %} -This section is under development. +This use case demo is under development and expected to be released in Q1/2024. {% endhint %} \ No newline at end of file