From 5f00b2ac2ec45bf0ca509217df649ea6c4ce6244 Mon Sep 17 00:00:00 2001 From: Rajandeep Date: Thu, 19 Dec 2024 16:55:25 -0800 Subject: [PATCH 1/2] card content update --- web/site/app/components/Sbc/Docs/ProductCard.vue | 2 +- web/site/app/locales/en-CA.ts | 3 ++- web/site/content/en-CA/products/mhr/card.yml | 5 +++-- web/site/content/en-CA/products/pay/card.yml | 2 +- web/site/content/en-CA/products/rs/card.yml | 7 ++++--- web/site/package.json | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/web/site/app/components/Sbc/Docs/ProductCard.vue b/web/site/app/components/Sbc/Docs/ProductCard.vue index 19d2c597..2a5c9521 100644 --- a/web/site/app/components/Sbc/Docs/ProductCard.vue +++ b/web/site/app/components/Sbc/Docs/ProductCard.vue @@ -56,7 +56,7 @@ function goToProduct () {
- {{ $t('SbcProductCard.goTo') }} {{ name }} + {{ $t('SbcProductCard.goTo') }} {{ name }} {{ name === 'Pay API and Catalog Services' ? '' : $t('SbcProductCard.api') }} diff --git a/web/site/app/locales/en-CA.ts b/web/site/app/locales/en-CA.ts index 588bb9d2..0957e58e 100644 --- a/web/site/app/locales/en-CA.ts +++ b/web/site/app/locales/en-CA.ts @@ -90,7 +90,8 @@ export default { learnMore: 'Learn More' }, SbcProductCard: { - goTo: 'Go to' + goTo: 'Go to', + api: 'API' }, SbcNavigation: { intro: 'Introduction', diff --git a/web/site/content/en-CA/products/mhr/card.yml b/web/site/content/en-CA/products/mhr/card.yml index a1da8661..d3aab571 100644 --- a/web/site/content/en-CA/products/mhr/card.yml +++ b/web/site/content/en-CA/products/mhr/card.yml @@ -3,5 +3,6 @@ name: Manufactured Home Registry description: In the Manufactured Home Registry, you are currently able to badge: NEW bulletPoints: - - Search for, and download reports for, manufactured homes and personal property liens on manufactured homes. - - Search by owner name, organization, registration or serial number. \ No newline at end of file + - Search and download reports for manufactured homes + - Search for personal property liens on manufactured homes + - Search by owner name, organization name, registration or serial number \ No newline at end of file diff --git a/web/site/content/en-CA/products/pay/card.yml b/web/site/content/en-CA/products/pay/card.yml index e15415a7..d9482488 100644 --- a/web/site/content/en-CA/products/pay/card.yml +++ b/web/site/content/en-CA/products/pay/card.yml @@ -1,5 +1,5 @@ # Used to populate product card components -name: Platform Payment and Catalog Services +name: Pay API and Catalog Services description: The payment and catalog services for the sbc-connect platform badge: BETA bulletPoints: diff --git a/web/site/content/en-CA/products/rs/card.yml b/web/site/content/en-CA/products/rs/card.yml index 8b37da3d..7930e018 100644 --- a/web/site/content/en-CA/products/rs/card.yml +++ b/web/site/content/en-CA/products/rs/card.yml @@ -3,6 +3,7 @@ name: Business Search description: Search for businesses registered in B.C. and request copies of business documents. badge: BETA bulletPoints: - - Search for businesses by name or number. - - Search for firms by their owner. - - Download business documents. \ No newline at end of file + - Currently search only includes BC Benefit Companies, Cooperative Associations, Sole Proprietorships and General Partnerships + - Search by business name or number + - Search for firms by their owner + - Access business documents \ No newline at end of file diff --git a/web/site/package.json b/web/site/package.json index d943edfe..41b9cd97 100644 --- a/web/site/package.json +++ b/web/site/package.json @@ -2,7 +2,7 @@ "name": "developer-connect-site", "private": true, "type": "module", - "version": "1.0.5", + "version": "1.0.6", "scripts": { "build-check": "nuxt build", "build": "nuxt generate", From 8a23742121607717fa48e2062459230ae2a480b9 Mon Sep 17 00:00:00 2001 From: Rajandeep Date: Fri, 20 Dec 2024 08:55:35 -0800 Subject: [PATCH 2/2] tile arrow updated --- web/site/app/components/Sbc/Docs/ProductCard.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/site/app/components/Sbc/Docs/ProductCard.vue b/web/site/app/components/Sbc/Docs/ProductCard.vue index 2a5c9521..d9e59388 100644 --- a/web/site/app/components/Sbc/Docs/ProductCard.vue +++ b/web/site/app/components/Sbc/Docs/ProductCard.vue @@ -54,12 +54,10 @@ function goToProduct () {
- + {{ $t('SbcProductCard.goTo') }} {{ name }} {{ name === 'Pay API and Catalog Services' ? '' : $t('SbcProductCard.api') }} - - - +