Maybe: implement a refresh button that just does a refresh of the investigation and notes without a hard refresh of the page (stretch goal)
With the work being done with React Context, it should be pretty straightforward to implement, if we provide access to the refetch method of the get investigation hook.
Summary
Maybe: implement a refresh button that just does a refresh of the investigation and notes without a hard refresh of the page (stretch goal)
With the work being done with React Context, it should be pretty straightforward to implement, if we provide access to the
refetch
method of the get investigation hook.