weglide / bugtracker

WeGlide platform bug tracker.
https://www.weglide.org
11 stars 1 forks source link

feature request: Add .csv export feature for flight history #137

Closed hdrie closed 2 years ago

hdrie commented 3 years ago

Will it be possible to download a list of flights to further use in spreadsheets? I create an annual report of our clubs' flight statistics, so this would be a welcome addition.

edit: saw the feature requests issue just now, sorry

samuel-git commented 3 years ago

Hey @hdrie separate issue is fine. We are planing export features.

In the meantime you can get some neat statistics just by filtering in the list: https://weglide.org/flight?club=FSV%2520Celle,51&order_by=-scoring_date&scoring_date_start=2020-10-01&scoring_date_end=today

Or directly on the club page: https://weglide.org/club/51

Or as json files over our open API https://api.weglide.org/docs like e.g. this: Request URL: https://api.weglide.org/v1/flight?club_id_in=51&scoring_date_start=2020-10-01&scoring_date_end=2021-05-21&order_by=-scoring_date&limit=100&skip=0&contest=free&include_story=0

Hope this helps

hdrie commented 3 years ago

Hi, thanks! I will look into it!

samuel-git commented 2 years ago

This feature shipped for (filtered) lists and rankings. Enjoy!