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
65 stars 39 forks source link

Backend package structure updates and OpenAPI annotation first-pass for API #14354

Open jpandersen87 opened 3 weeks ago

jpandersen87 commented 3 weeks ago

In order the lay the groundwork for easier API-related changes the package structure in backend currently should be updated so that the API-intended azure functions are separate from internal azure functions. This would leave the current azure package for those internal functions and general-use objects. If possible, related objects in the package root should be organized into sub-packages. Also, some basic annotations should be applied to the functions so that we at least get a full path listing.

Acceptance Criteria