headrun / SWIFT

2 stars 0 forks source link

UI for Liftoff Crawlers #74

Closed SreenivasDega closed 4 years ago

SreenivasDega commented 4 years ago

To create UI for Liftoff Crawlers. Reference site is intermiles.com

jaffrinkirthiga96 commented 4 years ago

Have started a Flask App for the Flight Application. As mentioned I have kept From,To,Depart date and submit button as of now. I have checked the API as well. Will integrate the API with Application and try to populate the data into table. image

jaffrinkirthiga96 commented 4 years ago
jaffrinkirthiga96 commented 4 years ago

Have got the API KT from Mohana and have populated the data into Table plugin. Columns Added : (Airline,No of Stops,Cabin,Flight,Departure,Departure Time,Arrival,Arrival Time,Taxes,Miles,Program,Aircraft Model) image

jaffrinkirthiga96 commented 4 years ago
  1. Have added a Book Now Button in the routes.
  2. Have created template for booking review page. image image Needs to integrate the Book now button and the review page to populate the data.
jaffrinkirthiga96 commented 4 years ago
  1. Worked on tuning and indexing of the ecommerce site DB.
  2. Worked on the LiftOff Application to navigate the data from datatable to html page on clicking book now button. I am able to redirect the button to html page and have to work on the data transfer.
jaffrinkirthiga96 commented 4 years ago

Tried populating the table data into HTML Template. But I am getting 2 ajax GET requests triggered on clicking BookNow Button and hence I am not getting the data. image

jaffrinkirthiga96 commented 4 years ago

@karthikbala , @SreenivasDega , As per the discussion on evening standup, I have done the below.

  1. I Have created the Pop up to show the flight details on clicking on any routes.
  2. I Have removed the Vertical and Horizontal Scroll Bar in the table.
  3. I Have Removed the pagination from Table and populated all the routes in the same page. image

image

jaffrinkirthiga96 commented 4 years ago

worked on dynamic loading of data into Pop up based on number of stops available. Note: Still have t work on the allignment of the data into pop up. image

jaffrinkirthiga96 commented 4 years ago
  1. Have changed the script to dynamically load routes based on number of available stops in Backend.
  2. Also have changed the Date format from 2020-09-15T17:20:00.000-07:00 to 06:00, 15 September, 2020.
  3. Removed the duplicate list of routes that was coming into the table view.
jaffrinkirthiga96 commented 4 years ago

Replace IATA codes with newly generated codes and Filters are coming fine with proper City-Airport(Codes) format. image