Skip to content

Releases: SLey3/RouteLookup

V2

02 Nov 03:22
Compare
Choose a tag to compare

RouteLookup Version 2

  • Added handler to check if window height changes and adjusts progress bar to remain relatively close to the center of the page (process.html lines 6-8)
  • Added CORS support (app.py, lines 5, 17)
  • Added Live Search Bar (main.html, line 169)
  • Added active_search API route to handle live search inputs (api.py lines 83-100)
  • Added Live Search Validation function to validate for alphabetical and numerical ACII characters (form_validators.py lines 44-56)
  • Added Live Search Core Functionality (main.html, lines 15-100)
  • Added Live Search Filter options (main.html, lines 173-199)
  • Modified get_airline to get airline dict from icao, iata, or name (routeparser.py, lines 66-82)
  • Changed AirlineICAORequired to AirlineRequired to best reflect validator change + description and validator core functionality (form_validators.py, lines 10-25)
  • Airline Init POST process now supports lower case inputs thru capitalizing said input before processing it to the api page (routes.py line 38)
  • removed navigraphEnabled which was an unused route which will have remained unused if left (api.py)

v1.1

18 Oct 16:35
Compare
Choose a tag to compare

bug fixes + implmentations. See CHANGELOG.md for a description of such changes.

V1

10 Oct 21:33
Compare
Choose a tag to compare
V1

Base release of Version 1.