CDCgov / prime-reportstream

ReportStream is a public intermediary tool for delivery of data between different parts of the healthcare ecosystem.
https://reportstream.cdc.gov
Creative Commons Zero v1.0 Universal
72 stars 40 forks source link

Updating and documenting Unit Test and Component norms #12426

Open chris-kuryak opened 11 months ago

chris-kuryak commented 11 months ago

Problem statement

Testing components currently is difficult (requires more code to test) due to components fetching data and processing it. If we separate these into distinct responsibilities it will make it easier to test the core programming that is in the processing side.

What you need to know

Acceptance criteria

chris-kuryak commented 9 months ago

Est capacity needed to finish ~5 days

chris-kuryak commented 8 months ago

Blocked by #10850

Then need to move Settings form moved to one codebase -- this will help with all testing (including E2E testing). #12447 Followed by documenting our norms.

chris-kuryak commented 7 months ago

Pausing to waiting on conversation about moving away from our SPA framework