Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Remove deprecated apps from the apps select tool #150

Merged
merged 1 commit into from
Oct 27, 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
30 changes: 0 additions & 30 deletions src/constants/apps.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ export const APP_CATEGORIES = [
{
category: "Manage",
apps: [
{
title: "TaaS Admin",
icon: appTaasAdminIcon,
path: "/taas-admin",
menu: [],
roles: ["bookingmanager", "administrator"],
},
{
title: "Documentation",
icon: appDocumentationIcon,
Expand All @@ -40,17 +33,6 @@ export const APP_CATEGORIES = [
},
],
},
{
category: "Work",
apps: [
{
title: "Self Service",
icon: earnIcon,
link: `${config.URL.PLATFORM_UI}/work/dashboard`,
menu: [],
},
],
},
{
category: "Do",
apps: [
Expand All @@ -62,16 +44,4 @@ export const APP_CATEGORIES = [
},
],
},
{
category: "Onboard",
hidden: true,
apps: [
{
title: "Member Onboarding",
path: "/onboard",
isExact: false,
menu: [],
},
],
},
];