Skip to content

Commit

Permalink
Adds new card for BC registries API Gateway (#142)
Browse files Browse the repository at this point in the history
* Adds new card for BC registries API Gateway

* Updates link and adds url to vault

* Removes extra text
  • Loading branch information
orelbn authored Aug 21, 2023
1 parent 66149bb commit 01deb25
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ BCEID_URL="https://www.test.bceid.ca/os/?7686&SkipTo=Basic"
NAME_REQUEST_URL="https://dev.names.bcregistry.gov.bc.ca/"
NDS_URL="https://bcregistry-bor-dev.web.app"
ORGBOOK_URL="https://orgbook.gov.bc.ca/"
REGISTRIES_API_GATEWAY_URL="https://developer.api.bcregistry.gov.bc.ca/"
PPR_URL="https://dev.assets.bcregistry.gov.bc.ca/"
SITEMINDER_LOGOUT_URL="https://logontest7.gov.bc.ca/clp-cgi/logoff.cgi"
SUPPORT_FILING_URL="https://www2.gov.bc.ca/gov/content?id=93EE4398733C4F68A39C18259D066C7C"
Expand Down
30 changes: 30 additions & 0 deletions components/BCRegistriesAccount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,36 @@
</div>
</v-card-text>
</v-card>

<!-- BC Registries API Gateway -->
<v-card elevation="2">
<v-card-title>BC Registries API Gateway</v-card-title>

<v-card-text>
<p>
Leverage BC Registries API Gateway
& Management Services to accelerate your digital transformation.
</p>

<ul>
<li>User Account Management and Authentication</li>
<li>Payment Services</li>
<li>Access APIs: Business Registry, Personal Property Registry, and more</li>
</ul>

<div>
<a
class="link"
:href="$config.regApiGatewayURL"
target="_blank"
rel="noopener noreferrer"
>
<span>Go to BC Registries API Gateway</span>
</a>
<v-icon dense color="primary">mdi-open-in-new</v-icon>
</div>
</v-card-text>
</v-card>
</div>

<div class="payment py-7">
Expand Down
1 change: 1 addition & 0 deletions devops/vaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ BCEID_URL="op://web-url/$APP_ENV/bceid/BCEID_URL"
NAME_REQUEST_URL="op://web-url/$APP_ENV/name-request/NAME_REQUEST_URL"
NDS_URL="op://web-url/$APP_ENV/bor-ui/NDS_WEB_URL"
ORGBOOK_URL="op://web-url/$APP_ENV/orgbook/ORGBOOK_URL"
REGISTRIES_API_GATEWAY_URL="op://web-url/$APP_ENV/bcregistry/REGISTRIES_API_GATEWAY_URL"
PPR_URL="op://web-url/$APP_ENV/ppr-ui/PPR_WEB_URL"
SITEMINDER_LOGOUT_URL="op://web-url/$APP_ENV/siteminder/SITEMINDER_LOGOUT_URL"
SUPPORT_FILING_URL="op://web-url/$APP_ENV/bcregistry/SUPPORT_FILING_URL"
Expand Down
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ export default {
orgBookURL: process.env.ORGBOOK_URL,
pprURL: process.env.PPR_URL,
regAccountCreateURL: process.env.REGISTRY_ACCOUNT_CREATE_URL,
regApiGatewayURL: process.env.REGISTRIES_API_GATEWAY_URL,
rptURL: process.env.RPT_URL,
rptLearnMoreURL: process.env.RPT_LEARN_MORE_URL,
siteMinderLogoutUrl: process.env.SITEMINDER_LOGOUT_URL,
Expand Down
4 changes: 3 additions & 1 deletion utils/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ declare const window: any
* Default flag values when LD is not available.
*/
const defaultFlagSet: LDFlagSet = {
'bcregistry-ui-bca-enabled': false,
'bcregistry-ui-bus-search-enabled': true,
'bcregistry-ui-bus-search-beta-chip': false,
'bcregistry-ui-bus-search-coming-soon-chip': false,
'bcregistry-ui-cso-enabled': false,
'bcregistry-ui-esra-enabled': false,
'bcregistry-ui-mhr-enabled': false,
'bcregistry-ui-ppr-new-chip': true,
'bcregistry-ui-rpt-new-chip': true,
'bcregistry-ui-wills-new-chip': true,
'bcregistry-ui-bca-enabled': false,
'banner-text': ' ',
'whats-new': ' '
}
Expand Down

0 comments on commit 01deb25

Please sign in to comment.