madhurim / Trippism

0 stars 0 forks source link

Restrict airports dropdown to 10 top ranked airports based on popularty #117

Open madhurim opened 8 years ago

madhurim commented 8 years ago
  1. Get latest 'master' branch code from TrippismUtility.
  2. I have given a rank to each airport.
  3. Get the latest airports.json file.
  4. In Javascript where airports are shown upon typing letters , add logic that sorts the final result by rank and pick the top 10. '0' rank should not be included for sorting unless all airports in the final rank are all '0' ranked.
tgsravi commented 8 years ago

Completed!