From 01b0ee016a913e3ee06480bc3f226571942dc350 Mon Sep 17 00:00:00 2001 From: Peter Pinch <430126+pdpinch@users.noreply.github.com> Date: Thu, 18 Jun 2020 08:30:08 -0400 Subject: [PATCH] move staffing and enrollment to the remove section --- .../0002-deprecate-sysadmin-dashboard-adr.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst b/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst index 395ab936a2..5dd44c6490 100644 --- a/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst +++ b/lms/djangoapps/dashboard/decisions/0002-deprecate-sysadmin-dashboard-adr.rst @@ -33,11 +33,6 @@ would need to be added and/or moved into the cms application https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/sysadmin.py#L383-L408 -4. Staffing and Enrollment (TBD) - - https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/sysadmin.py#L419-L477 - - This functionality may be redundant to features in the Insights application These APIs can be removed entirely, as they are adequately covered by existing functionality: @@ -46,5 +41,10 @@ These APIs can be removed entirely, as they are adequately covered by existing f This functionality should be removed entirely. CMS user accounts should be retired using the existing `edX User Retirement Feature`_. +2. Staffing and Enrollment (TBD) + + https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/sysadmin.py#L419-L477 + + This functionality may be redundant to features in the Insights application