Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused components in codebase #101

Open
neilsquinn opened this issue Apr 30, 2020 · 1 comment
Open

Unused components in codebase #101

neilsquinn opened this issue Apr 30, 2020 · 1 comment

Comments

@neilsquinn
Copy link

The codebase has some now unused components:
rfj_expungement/libs/state-machines.js is not being used, as the logic is all in evaluator.js, and the
rfj_expungement/examples dir only contains an example for this library.

There are also a few UI components that aren't being imported or used anywhere:
NoteEditor
EvaluatorInfoTable
EvaluatorCommentsTable
ClientInfoTable

Removing these - or marking them as no longer used - would make the codebase less confusing for newbies.

@cmazzullo
Copy link
Collaborator

Agreed! Working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants