Open signekb opened 2 months ago
This PR adds include_podiatrist_services().
include_podiatrist_services()
For this, I have:
algorithm.csv
_targets/
data/
get_algorithm()
Notes: This PR is stacked on #138 to avoid merge conflicts in algorithm.csv
@lwjohnst86 Since this is a stacked PR, it doesn't require reviews to be merged. Should we add a protection rule for stacked PRs like we have for PRs to main?
Note: This PR is a work in progress. I will split it up into smaller/atomic PRs when we return to this project
Description
This PR adds
include_podiatrist_services()
.For this, I have:
algorithm.csv
_targets/
anddata/
)get_algorithm()
to include regex logic that's in a parenthesisinclude_podiatrist_services()
with testsNotes: This PR is stacked on #138 to avoid merge conflicts in
algorithm.csv