Background
- We need a dialog that allows the user to change the status of a suggested investigation
- This dialog needs to interact with a REST API that will perform the status change along with setting a reason
- We can implement the code that interacts with the REST API first before then using it in the dialog
Acceptance criteria
- Code exists to interact with the REST API which can be called by the dialog UI code when necessary