-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d46cfcc
commit eb4ebfa
Showing
64 changed files
with
208 additions
and
204 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/Spd.Presentation.Screening/ClientApp/src/app/app-routes.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import { CrrpRoutes } from './modules/crrp-portal/crrp-routes'; | ||
import { CrrpaRoutes } from './modules/crrpa-portal/crrpa-routes'; | ||
import { OrgRegistrationRoutes } from './modules/org-registration-portal/org-registration-routes'; | ||
import { PssoRoutes } from './modules/psso-portal/psso-routes'; | ||
import { PssoaRoutes } from './modules/pssoa-portal/pssoa-routes'; | ||
import { SecurityScreeningRoutes } from './modules/security-screening-portal/security-screening-routes'; | ||
|
||
export class AppRoutes { | ||
public static readonly ORG_REGISTRATION = OrgRegistrationRoutes.MODULE_PATH; | ||
public static readonly CRRP_APPLICATION = CrrpRoutes.MODULE_PATH; | ||
public static readonly CRRPA_APPLICATION = CrrpaRoutes.MODULE_PATH; | ||
public static readonly PSSO_APPLICATION = PssoRoutes.MODULE_PATH; | ||
public static readonly PSSOA_APPLICATION = PssoaRoutes.MODULE_PATH; | ||
public static readonly SECURITY_SCREENING_APPLICATION = SecurityScreeningRoutes.MODULE_PATH; | ||
public static readonly LANDING = ''; | ||
public static readonly ACCESS_DENIED = 'access-denied'; | ||
public static readonly LOGIN_FAILURE = 'login-failure'; | ||
public static readonly INVITATION_DENIED = 'invitation-denied'; | ||
|
||
public static path(route: string): string { | ||
return `/${route}`; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/Spd.Presentation.Screening/ClientApp/src/app/landing.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...eening/ClientApp/src/app/modules/crrp-portal/components/application-statuses.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ning/ClientApp/src/app/modules/crrp-portal/components/criminal-record-checks.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...creening/ClientApp/src/app/modules/crrp-portal/components/crrp-payment-error.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ening/ClientApp/src/app/modules/crrp-portal/components/identify-verification.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Screening/ClientApp/src/app/modules/crrp-portal/components/manual-submission.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...eening/ClientApp/src/app/modules/crrp-portal/crrp-first-time-terms-and-conds.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
src/Spd.Presentation.Screening/ClientApp/src/app/modules/crrp-portal/crrp-routes.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export class CrrpRoutes { | ||
public static HOME = 'home'; | ||
public static CRIMINAL_RECORD_CHECKS = 'criminal-record-checks'; | ||
public static APPLICATION_STATUSES = 'application-statuses'; | ||
public static EXPIRING_CHECKS = 'expiring-checks'; | ||
public static GENERIC_UPLOADS = 'generic-uploads'; | ||
public static IDENTITY_VERIFICATION = 'identity-verification'; | ||
public static MANUAL_SUBMISSIONS = 'manual-submissions'; | ||
public static ORGANIZATION_PROFILE = 'organization-profile'; | ||
public static TERMS_AND_CONDITIONS = 'terms-and-conditions'; | ||
public static PAYMENTS = 'payments'; | ||
public static PAYMENT_SUCCESS = 'payment-success'; | ||
public static PAYMENT_FAIL = 'payment-fail'; | ||
public static PAYMENT_MANUAL = 'payment-manual'; | ||
public static PAYMENT_ERROR = 'payment-error'; | ||
public static INVITATION = 'invitation'; | ||
public static INVITATION_LINK_ORG = 'invitation-link-bceid'; | ||
public static INVITATION_ACCEPT = 'invitation-accept'; | ||
public static REPORTS = 'reports'; | ||
public static USERS = 'users'; | ||
public static ORG_TERMS_AND_CONDITIONS = 'org-terms-and-conditions'; | ||
|
||
public static MODULE_PATH = 'crrp'; | ||
|
||
public static path(route: string | null = null): string { | ||
return route ? `/${CrrpRoutes.MODULE_PATH}/${route}` : `/${CrrpRoutes.MODULE_PATH}`; | ||
} | ||
} |
Oops, something went wrong.