Adding initial SocialWork compact codebase#1572
Conversation
|
Important Review skippedToo many files! This PR contains 284 files, which is 134 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (16)
📒 Files selected for processing (284)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
84e9704 to
ab1e519
Compare
This change includes the initial addition of the Social Work Compact to the CompactConnect codebase.
The codebase from the Cosmetology compact was replicated into the
social-work-appdirectory as a starting point to build off of, since both the Social Work and Cosmetology compacts follow the multi-state licensing model. The compact abbreviation has been updated across the configuration and tests, but the license types are still to be determined, so the tests still show references to the cosmetology license types in some areas. These will be updated once the license types are finalized in a future PR.As we are adding more compacts to the project, it is necessary for us to consolidate most of our common CDK code that will be referenced across the various compact CDK apps into a common location. We initially set up the
common-cdkfor this purpose, and this PR includes pulling in all the common CDK constructs that we have found to be used consistently across both the JCC and Cosmetology projects. Test coverage has also been added for these constructs to bring our overall coverage to 90%Requirements List
Closes #1573