codeforpdx / PASS

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

[Enhancement] - Remove unused util functions #506

Closed leekahung closed 10 months ago

leekahung commented 10 months ago

Describe the Current Behavior/Feature:

At this time, there had been many functions that have been migrated out of utils into our custom hooks, React Contexts, and model-helpers. However, the older functions in utils remained. For those functions that had been migrated out, we could remove them from utils.

Rationale:

Cleaning up the codebase.

leekahung commented 10 months ago

PR related to issue merged into Development (PR #507). Closing issue.