Description
As a result of T373466 and T373467, we should remove the Type field from the instrument form.
We can also remove the Type property from the public instruments api response.
The revised instruments api response can be derived by filtering on Type === baseline.
Acceptance Criteria
- The Type field is removed from the front end of the instrument form and the public api response.
- The type field remains as a field in the instrument store and database table.
- Update instruments api endpoint to filter on Type === baseline
- Update validators
Required
- Unit/Integration tests?
- Documentation?
- Passed QA?