-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
Many features grandfathered in from screenity were already present in GoDAM's portal and they were removed. The code from such features is still present in the codebase. The features are only made unreachable by removing the respective UI elements. The code from pruned features should also be removed
Tasks
Below is an non-exhaustive list of files related to some of the pruned features provided as examples.
src/pages/Background/index.js
- Many mesages declared in the main listeners are never sent.src/pages/Sandbox/Sandbox.jsx
- Commented out code.src/pages/Content/popup/layout/announcement
- Un-reachablesrc/pages/Content/popup/popupcontainer
- Commented out codesrc/pages/Sandbox/layout/editor
- Un-reachable codesrc/pages/Sandbox/layout/player/Player.js
- Unused imports
Acceptance criteria
- Find all instances of unreachable or unused code.
- Delete unreachable or unused code.
Metadata
Metadata
Assignees
Labels
No labels