middlewarehq / middleware

✨ Open-source DORA metrics platform for engineering teams ✨
https://middlewarehq.com
Apache License 2.0
1.05k stars 66 forks source link

CSV download should include selected (or all) columns #552

Open kholbekj opened 4 days ago

kholbekj commented 4 days ago

Why do we need this ?

Currently, you cannot offline analyse anything except for the "default" columns of the pull request insights. That means I'm forced to scrape the page in order to get the CSV.

Acceptance Criteria

When I hit 'Download CSV', I get a csv with either a) the columns currently configured or b) all possible columns

Further Comments / References

I hope it's ok to just make a feature request like this, I was very confused how it works :D

jayantbh commented 4 days ago

Thanks for the feature request!

The experience you're having is unexpected because I would guess that it was already working exactly how you describe it in the acceptance criteria. 😄

We'll look into this.