CATcher-org / WATcher

WATcher is a sister application to CATcher to be used to monitor software projects.
https://catcher-org.github.io/WATcher/
7 stars 25 forks source link

Remove unused code from CATcher #72

Open chunweii opened 1 year ago

chunweii commented 1 year ago

Since WATcher is a fork from CATcher, there are still many instances of old and unused code from CATcher. Let's remove these codes.

There could be more unused code in the project. These are some that I have found

vigneshsankariyer1234567890 commented 1 year ago

Adding some more after my personal investigation

Perhaps we can break up the task into sub-tasks by folders? That way the tasks are much more easier to complete, rather than having to go through all the folders within one issue. Wdyt @chunweii ?

chunweii commented 1 year ago

Yes, we should break fix this issue in several PRs. Removing all unused code in 1 PR might be too big of a change.

chia-yh commented 1 year ago

I noticed profileForm in session-selection.component.ts doesn't appear to be used currently, are there any plans on utilising Profiles in WATcher in the future? There are also some methods associated with it (e.g. initProfileForm, onProfileSelect) that could be candidates for removal in the case that there are no future plans for using Profile with WATcher.