codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
30 stars 26 forks source link

[Enhancement/Refactor] - Issue 506/cleanup utils #507

Closed leekahung closed 10 months ago

leekahung commented 10 months ago

This PR:

Resolves Issue #506 . With this PR, the unused legacy functions that remained in utils (namely inside session-helper.js) have been removed. Those functions removed already had their functionalities migrated out and in use from our custom hooks, model-helpers, or React Contexts. So this removal would have no impact on PASS.

Other changes include minor edits util functions still in use. This PR is focused on removing older unused code rather than optimizing/refactoring existing functions.

Future Steps/Considerations