skylines icon indicating copy to clipboard operation
skylines copied to clipboard

Live tracking, flight database and competition framework

Results 86 skylines issues
Sort by recently updated
recently updated
newest added

Related to #538 (#563 ?) In vagrant, try to import manually airspaces: `./manage.py import airspace --country at --filetype openair --url https://www.austrocontrol.at/jart/prj3/austro_control/data/dokumente/aV5XF_AustriaAirspaceMainFileeffdate01052015-27052015V.1.00.txt` Got: ``` Traceback (most recent call last): File "./manage.py",...

bug
api
beginner-friendly

maybe it would be a good idea to validate the club name, when a new club is created ;) ![invalide-club-names](https://user-images.githubusercontent.com/7561362/36844993-303b93a4-1d55-11e8-9720-f29eaa9ac789.png)

bug
api

At the moment we keep live tracking information indefinitely. This not only makes our database slow, it is also incompatible with the GDPR rules, that require us to "automatically delete...

api
internal
high-priority

GDPR demands that a user can export all their related data in a machine-readable format. We will need to add a button that allows that. ### Todo - [ ]...

enhancement
frontend
api
high-priority

Hello, the date format for the English version of the site is MM/DD/YY which is actually the american format. Is it possible to have the "European" format for date and...

bug

After changing the competition ID of an already uploaded flight, the ID in at the overview pannel is changed, but the one at the barogram panel is not. ![skylines_compid_bug](https://user-images.githubusercontent.com/7561362/31449967-89610a8e-aea8-11e7-8801-7bcf5bdde73b.png)

bug

If aircraft model is not set, use aircraft model written in the IGC file. If nothing, use a letter or a number (especially when the map display several flights) ?

bug
frontend
beginner-friendly

- [/ember/app/components/share-button.js#L13](https://github.com/skylines-project/skylines/blob/master/ember/app/components/share-button.js#L13) [#L14](https://github.com/skylines-project/skylines/blob/master/ember/app/components/share-button.js#L14) [#L15](https://github.com/skylines-project/skylines/blob/master/ember/app/components/share-button.js#L15) [#L28](https://github.com/skylines-project/skylines/blob/master/ember/app/components/share-button.js#L28) - [/ember/app/components/base-map.js#L76](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L76) [#L132](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L132) [#L144](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L144) [#L162](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L162) [#L178](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L178) [#L188](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L188) [#L205](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L205) [#L219](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L219) [#L242](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L242) [#L258](https://github.com/skylines-project/skylines/blob/master/ember/app/components/base-map.js#L258) - [/ember/app/components/flight-path-layer.js#L16](https://github.com/skylines-project/skylines/blob/master/ember/app/components/flight-path-layer.js#L16) ? - [/ember/app/components/pin-star.js#L17](https://github.com/skylines-project/skylines/blob/master/ember/app/components/pin-star.js#L17) - [/ember/app/components/takeoffs-layer.js#L19 ](https://github.com/skylines-project/skylines/blob/master/ember/app/components/takeoffs-layer.js#L19 )

bug
frontend
beginner-friendly

How to reproduce it: 1. Load [flight 48503](https://skylines.aero/flights/48503/#tab-wingmen) 2. For each flight, click on it to add it to the map (Colors are different) 3. For each flight Remove it...

bug
frontend

As soon as new live tracking data is received the barogram time range should be updated, but it seems that this is currently broken.

bug
frontend