Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDPS-480: Update service names #55

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions server/data/dpsServicesDataStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const getTasks = (
},
{
id: 'manage-prisoner-whereabouts',
heading: 'Manage prisoner whereabouts',
heading: 'Prisoner whereabouts',
description: 'View unlock lists, all appointments and COVID units, manage attendance and add bulk appointments.',
href: `${config.serviceUrls.digitalPrisons}/manage-prisoner-whereabouts`,
roles: [] as string[],
Expand All @@ -83,8 +83,8 @@ export const getTasks = (
},
{
id: 'incentives',
heading: 'Manage incentives',
description: 'See prisoner incentive information by residential location and view incentive data visualisations.',
heading: 'Incentives',
description: 'Manage incentive level reviews by residential location and view incentives data charts.',
href: config.apis.incentives.ui_url,
roles: [] as string[],
enabled: () =>
Expand Down Expand Up @@ -147,7 +147,7 @@ export const getTasks = (
},
{
id: 'manage-key-workers',
heading: 'Manage key workers',
heading: 'Key workers',
description: 'Add and remove key workers from prisoners and manage individuals.',
href: config.apis.omic.url,
enabled: () => isManageKeyWorkers,
Expand Down