Based on our team's feedback, we would like to have the nested hierarchy of three tiers like this: ${region} - ${structure} - ${reportName}. This would allow us to encapsulate province names for our team.
To complete this issue, we need to:
- Implement API versioning (
/v1/, /v2/) so that we don't make major breaking changes to live feeds.
- Switch all active APIs to the
v1 API.
- Implement a second version of
parseSubjectLine that takes into account these updates.
Based on our team's feedback, we would like to have the nested hierarchy of three tiers like this:
${region} - ${structure} - ${reportName}. This would allow us to encapsulate province names for our team.To complete this issue, we need to:
/v1/,/v2/) so that we don't make major breaking changes to live feeds.v1API.parseSubjectLinethat takes into account these updates.