Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also make Glider, not only Model usable in the flight filters #245

Open
CarstenSon opened this issue Jul 18, 2023 · 1 comment
Open

Also make Glider, not only Model usable in the flight filters #245

CarstenSon opened this issue Jul 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@CarstenSon
Copy link

CarstenSon commented Jul 18, 2023

Describe the Feature
Sometimes you want to search for flights of specific gliders. Whether those gliders are jet, electric or not powered at all might not matter the most for you in those cases if you just want to have a look for flights of that type.

To achieve that it would be very nice to be able to use the glider-column from the gliderlist.csv as a filter for that glider.

examples:
JS3 15m -> JS3 15m, JS3 RES 15m, JS3 TJ 15m
Ventus 3 15m -> Ventus 3 15m, Ventus 3F 15m, Ventus 3M 15m, Ventus 3T 15m

To be able to distinguish between the two values (actual glider type (actual type) vs "airframe"-value) you might have to create a small new symbol for those but maybe you can just layer more gliders for the "airframe" family (which is the glider-value from the gliderlist.csv)

Screenshots
n/a

from csv-header in https://github.com/weglide/GliderList/blob/master/gliderlist.csv

this would be the column to include:
ID,Glider,Model,Manufacturer,Competition Class,Kind,Double Seater,Winglets,Exclude Live,Vintage,Self-Launcher,2016,2017,2018,2019,2020,2021,2022,2023

@CarstenSon CarstenSon added the enhancement New feature or request label Jul 18, 2023
@deltafox44
Copy link

You can already filter all JS3 15 m this way though I agree it's not very convenient

It would be better if all JS 3 15 m flights (including RES and TJ) could be obtained filtering by "JS3 15m*" - or all JS3 by "JS3*", all JS by "JS*" etc.

@flyingjoe flyingjoe self-assigned this Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants