bcgov / cas-reporting

This is for the Clean Growth Digital Services team for work related to reporting.
Apache License 2.0
0 stars 0 forks source link

Explore Shared API workflow #157

Closed mikevespi closed 7 months ago

mikevespi commented 7 months ago

Describe the task

Explore how our team can most effectively work on a shared API layer in a common repo. Django Apps allow for separation of concern within the same Django instance. This approach has been shown to scale, however it is not the only approach that could be taken. The other question to assess here is including it in the repo with our frontend code, or separating it into its own repository.

Document this work somewhere visible to the team so that they can follow along and contribute any feedback during the process.

Acceptance Criteria