From 9a66aeb589357a61fac26428119ee81726b096f1 Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Wed, 2 Aug 2023 15:10:10 +1000 Subject: [PATCH] Add note about why we only removed navigation and not all the code --- src/components/UserSidebar/UserSidebar.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/UserSidebar/UserSidebar.jsx b/src/components/UserSidebar/UserSidebar.jsx index 3f8af1bbd..aa3a14bee 100644 --- a/src/components/UserSidebar/UserSidebar.jsx +++ b/src/components/UserSidebar/UserSidebar.jsx @@ -33,6 +33,11 @@ const navLinks = [{ to: '/settings/profile', Icon: MyProfileIcon, iconClassName: 'fill', + // NOTE - we have removed the ability to update profiles in Connect to + // force everyone to use the new profiles app. There is still the *code* + // to update the profiles in Connect, but we have removed navigation to it + // TODO: Remove all the profile update code, views, services etc... + // https://topcoder.atlassian.net/browse/MP-294?focusedCommentId=57460 children: [ { label: 'NOTIFICATION SETTINGS',