-
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.
Merge pull request #99 from bcgov/feature/help-tab
New Help tab
- Loading branch information
Showing
5 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,11 @@ export const ACCESS_ROLES_LIST = [ | |
|
||
export const DELIMITER = '/'; | ||
|
||
export const PCNS_CONTACT = { | ||
email: '[email protected]', | ||
subject: 'Reporting an Issue with PCNS' | ||
}; | ||
|
||
export const SYSTEM_USER = NIL; | ||
|
||
export const YES_NO_LIST = [BasicResponse.YES, BasicResponse.NO]; | ||
|
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 |
---|---|---|
|
@@ -51,6 +51,11 @@ export const ENQUIRY_TYPE_LIST = [ | |
SubmissionType.INAPPLICABLE | ||
]; | ||
|
||
export const HOUSING_CONTACT = { | ||
email: '[email protected]', | ||
subject: 'Assistance with Permit Connect Navigator Service' | ||
}; | ||
|
||
export const INTAKE_STATUS_LIST = [IntakeStatus.SUBMITTED, IntakeStatus.ASSIGNED, IntakeStatus.COMPLETED]; | ||
|
||
export const NOTE_TYPE_LIST = [NoteType.GENERAL, NoteType.BRING_FORWARD, NoteType.ENQUIRY, NoteType.ROADMAP]; | ||
|
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