doubtfire-lms / doubtfire-web

Angular web application for the Doubtfire front-end
GNU Affero General Public License v3.0
45 stars 332 forks source link

refactor: module cleanup #823

Closed ublefo closed 4 months ago

ublefo commented 5 months ago

I have identified some unused components in the source tree that was not referenced anywhere else, let's clean them up now. I've checked whether the modules are in use or not with the following steps. When both of them return no matches, I will deem a component unused.

  1. Searching for references to the service name such as tutorGroupManager .
  2. Searching for references to the component name such as tutor-group-manager to check if the component is being used by anything else other than the import lists.

Tested in Chrome and everything seems to work, unit tests are all broken so I'm unable to run them.

The following components are currently unused but not removed, those should be migrated so we can put them back into the UI.