Developer's Note
This project is an Open Source project started by Alexander Viala Bellander and is under an MIT license found at the bottom of the page.
A link to the Git repository can be found on every changelog update - Feel free to have a look and fork it
This is run as a sparetime project and is not highly prioritised.
To find the EFSS go to www.grubse.com/efss-app
To generate a tag press on the Departure || Arrivals title
To remove a tag drop the tag on the Taxi title
Version 0.4.0 | 2019-03-08
- Feature: Advanced options menu
- Feature: New drag and drop system for wider device support (touch)
- Feature: Feedback icon for ICAO input
- Feature: Tag colour codes
Departure and arrival traffic
Concerned states for runway ops (landing, take-off, tgo, lpass, etc.)
Semi Concerned states (lineup)
- Feature: Different action lists depending on arr/dep
- Feature: Runway Incursion Warning System (RIWS)
- Developer: Re-worked the code
New data-structure for html-block code
Many optimised and re-written functions
- FIXED: Clicking on the arrivals title spawns a tag under departures
- CHECKED: Take a look at IVAC 2 and see if there is a way to export data from the software
After discussion with T2S, there is no API or way to retrieve data from IvAc 2
Known issues
- Contextmenu selection not working when the rightclick target is the RWY list or Aircraft State List
- The only way to re-open the airport selection menu is to reaload the page
- Runways are displayed in the oposite order in comparison to the contextmenu
- Session not saved when page is refreshed
Roadmap
- Sorting tags
- Improved colour codes for the tags
- Make the whole UI resizeable
- Re-structure and re-work airport database for improved performance
- Automatic generation of tags
- Create server solution for cooperation
- Save session on client
Current Version: https://github.com/AlexVialaBellander/efss/tree/master/
ID Version: https://github.com/AlexVialaBellander/efss/tree/dev/
Version 0.2 | 2019-01-02
- Feature: Partial touch support - rightclick on tag to open the "move" menu
- Feature: Newly designed scrollbar for overflow
- Feature: Started implementation of modal window for aiport selection menu
- Developer: Added comments in code for clarity
- FIXED: When pressing on a field on the tag and then moving the tag to another section, the selected field will be reset
Known issues
- Drag and drop not working on touch devices
- Session not saved when page is refreshed
Roadmap (in order)
- Support for other airports than EKCH
- Automatic generation of tags
- Create server solution for cooperation
- Save session on client
- Touch support for drag and drop
Current Version: https://github.com/AlexVialaBellander/efss/tree/master/
ID Version: https://github.com/AlexVialaBellander/efss/tree/dev/
Version 0.1 | 2018-12-28
- New layout
- Clearance renamed to Departure
- Added Arrivals section
- P/B renamed to Apron Traffic -P/B S/U
- Split Runway section to 3 separate sections for each runway at EKCH
- BugFix: Tags can no longer be dropped on tags
- BugFix: Tags under Departures will no longer be reset when requesting a new tag
- Feature: Tags can now be removed by dropping them on any section title except for the Arrivals and Departures section
- Feature: Initial setup for touch support - new contextmenu when right clicking on a tag. (pressing anywhere in the contextmenu does nothing)
- Feature: Added scrollbar when section is overflown
Known issues
- Drag and drop not working on touch devices
- Session not saved when page is refreshed
- When pressing on a field on the tag and then moving the tag to another section, the selected field will be reset
Roadmap
- Touch support
- Automatic generation of tags
- Support for other airports than EKCH
- Save session on client
- Create server solution for cooperation
Current Version: https://github.com/AlexVialaBellander/efss/tree/master/
ID Version: https://github.com/AlexVialaBellander/efss/tree/dev/
Copyright 2018 Alexander Viala Bellander
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.