You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: