Giter Site home page Giter Site logo

skyexplorer1's People

Contributors

pkkj avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

skyexplorer1's Issues

Refactor the carrier table to resolve airline code conflict problem

As the list increase, we found that some codes are conflict. Currently, "JW" has conflict.

To resolve this problem, we might have to define new columns called "displayed code" and "real code".

display code is used for display.
real code is used for identify the airline.

Define the availability matrix, create the web page template

To simplified the description of "availability" of different data sources, we need to define a availability matrix.

For example: a "by-region" matrix for T100:
x:
US domestic route
International route
F-F route
y:
Time-lag:
Available airline:
Segment data:
Market data:
Airline?
Aircraft?
Month?
Passenger?
Freight?
Seat?
Departure?
Double-direction?

Change the implementation of carrier data in WebService

  1. We can put the carrier data file under "serverdata" without manipulation.
  2. Pythton generates individual "carrier availability" file for different data sources. (Be carefull for UK data). We also put these files under "serverdata".

Move T100 FF into an independent data source

Since T100 FF has special available time and different notes, it should be an independent data source.
We don't need to change the database. The web service could determine whether a record is T100 or T100 FF.
Then the client codes can handle it.

We need to refactor the code handling airport table

Now we are using IATA code as the index of airports.
However, some airports don't have IATA code.
Therefore, we need to use the internal unique code to distinguish airports.

  1. change the Python code, which generate the data. (the code should be compatible)
  2. change the TypeScript code, change the definition of "Airport". We can still display IATA code and ICAO code.
  3. change the C# code. Read the data from the airport file. Be able to query the airport from internal code.
  4. For the airport without IATA, we should use ICAO in the map. Otherwise, maybe we don't need to display its code.

Expand the DataSourceInfo class and use it to describe all data sources

We should expand the DataSourceInfo class. It should support:

  1. the available time period of data source
  2. important notes for the destinations. multiple notes should be available. Such note will be displayed in dest bar
  3. current country
  4. short name and full name. Consume the value in localization classes.
  5. the webpage URL to the description page.

And then all the data sources will have a sub class. We should create the page for T100 data, T100 FF data and CAA data

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.