aws-samples / aws-serverless-airline-booking

Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019.
MIT No Attribution
2.18k stars 1.28k forks source link

[Front-end] Implement infinite scrolling #48

Closed heitorlessa closed 4 years ago

heitorlessa commented 5 years ago

Pagination is provided out of the box in all back-ends, though we're not yet using it in the front-end.

Bookings and Flight Results are the perfect place to implement it.

heitorlessa commented 4 years ago

View is too short for infinite scrolling and due to lack of time I've implemented a button w/ pagination instead