bcgov / silviculture-ipc

Forestry Sector Operator Screening for Infection Prevention and Control Protocols. Being replaced by: https://github.com/bcgov/common-forms-toolkit
https://github.com/bcgov/common-forms-toolkit
Apache License 2.0
1 stars 8 forks source link

Allow note to be added to a status in the same api call. #91

Closed usingtechnology closed 4 years ago

usingtechnology commented 4 years ago

Remove the status/notes api, related notes are returned when status is fetched. Notes are at the top level of the return (with business, location, ipcPlan, etc) AND in the InspectionStatuses if they relate to one.

I removed what are no extraneous api calls (for adding/getting notes per status). All that functionality is available elsewhere.

Description

Types of changes

New feature (non-breaking change which adds functionality)

Breaking change (fix or feature that would cause existing functionality to change)

Checklist

Further comments