From 96150f4827e0566e6db6dea2d1657957f69ca0f7 Mon Sep 17 00:00:00 2001 From: Shivanganii <60671629+Shivanganii@users.noreply.github.com> Date: Wed, 4 Feb 2026 07:48:19 -0800 Subject: [PATCH 1/2] Revise quickstart guide for DevHub Wizards - Created namespace section --- .../quickstart-for-openshift-wizard.md | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/wizards/quickstart-for-openshift-wizard.md b/docs/wizards/quickstart-for-openshift-wizard.md index 3215487..5edc2c6 100644 --- a/docs/wizards/quickstart-for-openshift-wizard.md +++ b/docs/wizards/quickstart-for-openshift-wizard.md @@ -1,37 +1,40 @@ # DevHub Wizards -Welcome to the DevHub Wizard! +Welcome to the DevHub Wizard, a tool that streamlines application deployment to OpenShift! We built it based on the starter application of NRS' QuickStart for OpenShift, which you can find [here](). -Based on the starter application of NRS’ QuickStart for OpenShift, [DevHub Wizard](https://developer.gov.bc.ca/create/templates/default/quickstart-openshift) reduces time to get an application deployed to OpenShift. After filling the form, users can create a new GitHub repo within ten seconds. +DevHub Wizards works in tandem with Product Registry. Filling out a quick form creates a new GitHub repo within ten seconds. -It works in tandem with Platform Services’ Product Registry. Before deploying a product, users must create an entry in the product registry. The process gives the namespace in OpenShift. Then, users can create an app wireframe that deploys into that name space. Namespaces follow the same convention as the Product Registry, such as your product set licence plate followed by "-dev", "-test", "-prod", or "-tools. -Aside from generated namespaces, we don’t have standardized naming conventions for GitHub repositories. +

Product Registry: Namespace

-We created both a video and a step-by-step walkthrough below, so users feel prepared beforehand. +A user **must** create an entry in Product Registry before using DevHub Wizards because the process gives the namespace in OpenShift. + +The naming convention is standardized, following the same format as Product Registry: a product set licence plate followed by "-dev", "-test", "-prod", or "-tools". Once completed, users can deploy an app wireframe through DevHub Wizards. + +Aside from generated namespaces, we don’t have standardized naming conventions for GitHub repositories. ## Video demo of DevHub Wizards +We created both a video and a step-by-step walkthrough below, so users feel prepared beforehand. + ## Walkthrough -Visit the [QuickStart for OpenShift's wizard](https://developer.gov.bc.ca/create/templates/default/quickstart-openshift). It and other startup resources are available from the `[+]` in the sidebar. - ### Step 1 -Mandatory information from the title, description, product category, and product lifecycle become part of the GitHub repository read.me and become **metadata**. The catalogue **.yaml** file stores the metadata in the new repository. +Mandatory information from the title, description, product category, and product lifecycle integrates into the GitHub repo read.me and become **metadata**. The catalogue **.yaml** file stores the metadata in the new repo. -![Step 1 of Wizards showing fields of metadata fields like Title, Description, Product category and Product lifecycle](images/Wizards-Step%201.PNG) +![Step 1 of Wizards showing fields of metadata fields of Title, Description, Product category and Product lifecycle](images/Wizards-Step%201.PNG) ### Step 2 -The Ministry field helps with categorizing government repositories. By doing this, we don’t lose track of repositories. The metadata fields (Product name, acronym and Product owner) give needed information to link GitHub repositories with product teams. +The Ministry field categorizes government repos. By doing this, we don’t lose track of repositories. The metadata fields (Product name, acronym and Product owner) give needed information to link GitHub repositories with product teams. ![Step 2 of Wizards showing fields of Ministry, Product metadata fields like Title, Description, Product category and Product lifecycle](images/Wizards-Step%202.PNG) ### Step 3 -The ‘Select the backend stack’ field defaults to JavaScript/TypeScript because it’s bundled with the QuickStart for OpenShift project . There are other alternative backend examples that can offer starting points for your team. Currently, DevHub Wizards is only available for the Gold and Silver clusters. +The ‘Select the backend stack’ field defaults to JavaScript/TypeScript because it’s bundled with the QuickStart for OpenShift project. There are other alternative backend examples that can offer starting points for your team. Currently, DevHub Wizards is only available for the Gold and Silver clusters. Step 5 is for **dev** environment OC_Namespace and OC_Token. From 58ade2933c4169e127f60a50d13ab70b04462835 Mon Sep 17 00:00:00 2001 From: Shivanganii <60671629+Shivanganii@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:37:00 -0800 Subject: [PATCH 2/2] Fix typo in support section of working-with-data.md (#91) Corrected a typo in the word 'business' in the support section. --- docs/working-with-data.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/working-with-data.md b/docs/working-with-data.md index cc72956..c0fff39 100644 --- a/docs/working-with-data.md +++ b/docs/working-with-data.md @@ -26,8 +26,9 @@ If you are a developer or part of a government team, you can administer and mana ## Standards -* [API Guidelines](https://classic.developer.gov.bc.ca/Data-and-APIs/BC-Government-API-Guidelines) -* [OpenAPI specs](https://classic.developer.gov.bc.ca/Data-and-APIs/BC-Government-OpenAPI-Specifications) +* [API Guidelines](#bc-government-api-guidelines) +* [OpenAPI specs](https://developer.gov.bc.ca/docs/default/component/bc-developer-guide/bc-government-api-guidelines/#documentation) +* [Indigenous Languages Technology Standards](https://www2.gov.bc.ca/gov/content/data/policy-standards/data-standards-and-guidelines/ilts) ### BC Data Catalogue @@ -39,5 +40,5 @@ The province's area, varied topography and predominantly natural resource based ## Support -If you're working on a project that will hold citizen or business data, or needs to connect to an existing resource, the [Data Services Client Hub](https://dpdd.atlassian.net/servicedesk/customer/portal/1) can help connect you to the right place for support. +If you're working on a project that will hold citizen or buisness data, or needs to connect to an existing resource, the [Data Services Client Hub](https://dpdd.atlassian.net/servicedesk/customer/portal/1) can help connect you to the right place for support.