roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Add a "feedback_requested" flag to the plan response in the v0 API

Open TheScienceotter opened this issue 6 months ago • 0 comments

Currently, there is no way to tell from the API whether a specific plan is awaiting feedback or not. The only way to know if someone has requested feedback on a plan is if you receive the automated email, or if you parse the organisation plans page. This makes it difficult to access this information from a script as you need to either have access to the email inbox, or you have to separately scrape the plans webpage and find the DMP in question.

For organisations with larger data support needs, managing the inbox to send the requests to the right member of staff is a time-consuming process, which we would like to automate. The inability to check if a plan needs feedback without needing to access another service is the last remaining hurdle.

The ideal solution would be to add a field to the v0 API response for the plan object which indicates if feedback has been requested (similar to how the isTest flag is handled). It looks like this is already tracked in the plan object, it would just need exposing. Is this possible?

TheScienceotter avatar Jul 09 '25 09:07 TheScienceotter