Skip to content

Commit

Permalink
Replace BC Registries and Online Services to Service BC Connect (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer0422 authored Feb 4, 2025
1 parent afe43b6 commit 3ca23d6
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 44 deletions.
2 changes: 1 addition & 1 deletion components/AccountsFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<nav class="text-center mt-5">
<ul class="pa-0">
<li>
<a class="link" @click="smoothScroll('bcregistries-account')">BC Registries Account</a>
<a class="link" @click="smoothScroll('bcregistries-account')">Service BC Connect Account</a>
</li>
<li>
<a class="link" @click="smoothScroll('bconline-account')">BC OnLine Account</a>
Expand Down
14 changes: 7 additions & 7 deletions components/BCOnlineAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<v-card-text>
<p>
Name Request Online is now Name Request and is
accessed through your BC Registries account.
accessed through your Service BC Connect account.
</p>
</v-card-text>
</v-card>
Expand All @@ -63,7 +63,7 @@
<p>
Personal property registrations and search for existing
registrations. The Personal Property Registry has been moved
to the BC Registries account.
to the Service BC Connect account.
</p>
</v-card-text>
</v-card>
Expand Down Expand Up @@ -94,7 +94,7 @@
<v-card-text>
<p>
File a Wills Notice or search for an existing Wills Notice.
The Wills Registry has been moved to the BC Registries account.
The Wills Registry has been moved to the Service BC Connect account.
</p>
</v-card-text>
</v-card>
Expand All @@ -112,7 +112,7 @@
obtain property assessment information or obtain residential property inventory details
for properties within British Columbia.
<span v-if="showBCAFlag">
BC Assessment has been moved to the BC Registries account.
BC Assessment has been moved to the Service BC Connect account.
</span>
</p>
</v-card-text>
Expand All @@ -130,7 +130,7 @@
<v-card-text>
<p>
Search property tax records for rural properties in B.C.
Rural Property Tax Search has been moved to the BC Registries account.
Rural Property Tax Search has been moved to the Service BC Connect account.
</p>
</v-card-text>
</v-card>
Expand All @@ -146,7 +146,7 @@
<p>
Search for information retained by the B.C. government on
the environmental condition of land. <span v-if="showESRAFlag">
Site Registry has been moved to the BC Registries account.
Site Registry has been moved to the Service BC Connect account.
</span>
</p>
</v-card-text>
Expand All @@ -163,7 +163,7 @@
<p>
Perform court file searches, purchase documents, and electronically file court
documents in all courts in B.C. <span v-if="showCSOFlag">
Court Services Online has been moved to the BC Registries account.
Court Services Online has been moved to the Service BC Connect account.
</span>
</p>
</v-card-text>
Expand Down
13 changes: 6 additions & 7 deletions components/BCRegistriesAccount.vue
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<template>
<v-container id="bcregistries-account" fluid class="account-container">
<h2 class="account-title">BC Registries Account</h2>
<h2 class="account-title">Service BC Connect Account</h2>

<v-row no-gutters class="mt-3">
<v-col cols="2"></v-col>
<v-col cols="8" class="account-info">
As we work to modernize our digital registries services, features
from other account types are gradually being moved to the new BC
Registries account system.
from other account types are gradually being moved to the new Service BC Connect account system.
</v-col>
<v-col cols="2"></v-col>
</v-row>

<v-row no-gutters class="mt-4">
<v-col cols="2"></v-col>
<v-col cols="8" class="account-info-bold">
The new BC Registries account supports the following services:
The new Service BC Connect account supports the following services:
</v-col>
<v-col cols="2"></v-col>
</v-row>
Expand Down Expand Up @@ -411,7 +410,7 @@
<v-row no-gutters class="mt-2">
<v-col class="col-1 col-md-2"></v-col>
<v-col class="col-10 col-md-8 payment-info-text">
The BC Registries account supports multiple payment options
The Service BC Connect account supports multiple payment options
depending on the account and transaction type, including credit
card, online banking, BC OnLine, and pre-authorized debit (PAD).
</v-col>
Expand All @@ -426,7 +425,7 @@
class="button-blue-on-white"
:href="$config.regAccountCreateURL"
>
Create a BC Registries Account
Create a Service BC Connect Account
</v-btn>
</div>

Expand All @@ -436,7 +435,7 @@
class="button-white-on-blue"
:to="dashboard"
>
Go to BC Registries Dashboard
Go to Service BC Connect Dashboard
</v-btn>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions components/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class Breacrumb extends Vue {
{
disabled: false,
href: `${Routes.HOME}`,
text: 'BC Registries and Online Services',
text: 'Service BC Connect',
},
{
disabled: true,
Expand All @@ -86,7 +86,7 @@ export default class Breacrumb extends Vue {
{
disabled: true,
href: null,
text: this.isSbcStaff ? 'Staff Dashboard' : 'BC Registries Dashboard',
text: this.isSbcStaff ? 'Staff Dashboard' : 'Service BC Connect Dashboard',
},
]
Expand All @@ -95,7 +95,7 @@ export default class Breacrumb extends Vue {
{
disabled: true,
href: null,
text: 'BC Registries and Online Services',
text: 'Service BC Connect',
},
]
}
Expand Down
4 changes: 2 additions & 2 deletions components/ContactInfoBcros.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<div class="col-md-7 col-sm-12 col-12">
<h3 class="wide-16">Need more information?</h3>
<p class="mt-6 mb-0 wide-16">
To learn more about BC Registries and Online Services, please
To learn more about Service BC Connect, please
<a
:href="BCROS_HREF"
target="_blank"
rel="noopener noreferrer"
>
<span>visit the BC Registries and Online Services information page</span>
<span>visit the Service BC Connect information page</span>
</a>
<v-icon small color="white">mdi-open-in-new</v-icon>.
</p>
Expand Down
4 changes: 2 additions & 2 deletions components/DirectAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<v-col cols="8" class="account-info">
Specific sites dedicated to incorporating, registering and
maintaining corporations, businesses and societies. In the future,
these services will be moved to the new BC Registries account
these services will be moved to the new Service BC Connect account
system.
</v-col>
<v-col cols="2"></v-col>
Expand Down Expand Up @@ -58,7 +58,7 @@
<v-card-text>
<p>
OneStop Business Registry is now part of Business Registry and can be
accessed through the BC Registries account.
accessed through the Service BC Connect account.
</p>
</v-card-text>
</v-card>
Expand Down
2 changes: 1 addition & 1 deletion components/SbcSigninButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
v-bind="attrs"
v-on="on"
>
<span>Log in to my BC Registries Account</span>
<span>Log in to my Service BC Connect Account</span>
<v-icon class="mr-n1 pl-2">mdi-menu-down</v-icon>
</v-btn>
</template>
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {

// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: 'BC Registries and Online Services',
title: 'Service BC Connect',
htmlAttrs: {
lang: 'en',
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bc-registry",
"version": "2.1.14",
"version": "2.1.15",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
8 changes: 4 additions & 4 deletions pages/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<v-overlay v-model="loadingProducts">
<v-progress-circular color="primary" size="50" indeterminate />
</v-overlay>
<h1 class="dash-header">{{ isSbcStaff ? 'SBC Staff' : 'BC' }} Registries Dashboard</h1>
<h1 class="dash-header">{{ isSbcStaff ? 'SBC Staff' : 'Service BC Connect' }} Dashboard</h1>

<p class="dash-header-info ma-0 pt-3">Access to your BC Registries account product and services</p>
<p class="dash-header-info ma-0 pt-3">Access to your Service BC Connect account product and services</p>

<template v-if="!loadingProducts">
<h3 class="dash-sub-header">
Expand All @@ -28,7 +28,7 @@
<h4>Add Product and Services</h4>
<p class="ma-0 pt-3">
To request access to additional products and services, contact the account
Administrator of your BC Registries account.
Administrator of your Service BC Connect account.
</p>
</v-container>
<a
Expand All @@ -38,7 +38,7 @@
:href="'https://www2.gov.bc.ca/gov/content/employment-business/business/managing-a-business/'
+'permits-licences/news-updates/modernization-updates/modernization-resources'">
<v-container fluid rounded class="dash-container-info service-container mt-5 white">
<h4>Help with How to Use BC Registries Products and Services</h4>
<h4>Help with How to Use Service BC Connect Products and Services</h4>
<p class="ma-0 pt-3">
Learn about the registries and how to use the applications through step-by-step guides,
online videos, and downloadable quick guides.
Expand Down
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<v-container>
<v-row no-gutters>
<v-col class="col-md-6 col-xl-7">
<h1>Access and manage your BC Registries and Online Services</h1>
<h1>Access and manage your Service BC Connect</h1>
</v-col>
</v-row>

Expand All @@ -13,14 +13,14 @@
<p>
All registrations of businesses, not-for-profit societies, cooperative
associations, personal property and manufactured homes are administered
and supported by BC Registries and Online Services.
and supported by Service BC Connect.
</p>
<p>
As our online modernization initiative continues, refer to this page for
updates on ways to manage registration information.
</p>
<p>
For up-to-date data analytics on our products and services, <a class="link" href="https://www.analytics.bcregistry.gov.bc.ca/">visit our BC Registries
For up-to-date data analytics on our products and services, <a class="link" href="https://www.analytics.bcregistry.gov.bc.ca/">visit our Service BC Connect
Statistics and Insights page</a>.
</p>
</v-col>
Expand Down
4 changes: 2 additions & 2 deletions pages/login.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-container class="view-container d-flex justify-center py-16">
<div>
<h1 class="text-center">BC Registries Account Login</h1>
<h1 class="text-center">Service BC Connect Account Login</h1>

<v-card max-width="460" class="mt-10 pa-7">
<v-card-title class="pa-0">
Expand Down Expand Up @@ -31,7 +31,7 @@ const RETURN_PARAM = 'return'
/**
* This is a generic login page. It can be displayed after the user has signed out
* so that they know they have successfully logged out. It can be bookmarked for
* future use. Other BC Registries Account apps can redirect here (with an optional
* future use. Other Service BC Connect Account apps can redirect here (with an optional
* "return" URL parameter) so they don't have to implement this themselves.
*/
export default Vue.extend ({
Expand Down
13 changes: 6 additions & 7 deletions pages/ppr-marketing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

<v-row v-if="!isLoggedIn" class="py-6" no-gutters>
<v-col class="body-text">
New to BC Registries?
New to Service BC Connect?
<a
class="link"
:href="$config.createBcRegistriesAccount"
>
<span>Create a BC Registries Account</span>
<span>Create a Service BC Connect Account</span>
</a>
</v-col>
</v-row>
Expand All @@ -43,7 +43,7 @@
class="button-white-on-blue"
:to="Routes.DASHBOARD"
>
Go to BC Registries Dashboard
Go to Service BC Connect Dashboard
</v-btn>
</v-col>
</v-row>
Expand All @@ -57,8 +57,7 @@

<v-row class="pt-3 pb-8">
<v-col cols="12" class="text-center">
The Personal Property Registry is now one of BC Registries and Online
Services' new modernized applications.
The Personal Property Registry is now one of Service BC Connect new modernized applications.
</v-col>
</v-row>

Expand Down Expand Up @@ -91,7 +90,7 @@
<br />
<h4>Account Integration</h4>
<p>
Access to all of your BC Registries products and services from one
Access to all of your Service BC Connect products and services from one
location.
</p>
</v-col>
Expand Down Expand Up @@ -379,7 +378,7 @@
class="button-white-on-blue"
:href="$config.createBcRegistriesAccount"
>
Create a BC Registries Account
Create a Service BC Connect Account
</v-btn>
</template>
<v-btn
Expand Down
2 changes: 1 addition & 1 deletion test/Dashboard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Dashboard tests', () => {
.toEqual(getProductInfo(wrapper.vm.$config, ProductCode.BUSINESS))
// check layout
expect(wrapper.find('.dash-header').exists()).toBe(true)
expect(wrapper.find('.dash-header').text()).toBe('BC Registries Dashboard')
expect(wrapper.find('.dash-header').text()).toBe('Service BC Connect Dashboard')
expect(wrapper.find('.dash-header-info').exists()).toBe(true)
expect(wrapper.find('.dash-sub-header').exists()).toBe(true)
expect(wrapper.find('.dash-sub-header').text()).toContain('My Products and Services')
Expand Down

0 comments on commit 3ca23d6

Please sign in to comment.