Dynamic overview

We’re trying to create a view that is very similar to the existing Overview app, except that it can be dynamically filtered to show certain boards. We’ve been able to pull the boards we want, but now need to replicate some of the fields that are available in the overview, such as status and progress, and aren’t certain how to get those. Any advice?

We do not have this data accessible in our api as we are doing the calculation on the overview widget itself. You can implement the same calculation in your app, or any other way that make sense to you. In the dates field we take the minimum and the maximum date from the entire column. The progress is the % of done tasks out of all the tasks. And the status takes check if the progress % is bigger than the % time passed.