MohaStranger / sheel-ma3aya

Automatically exported from code.google.com/p/sheel-ma3aya
0 stars 0 forks source link

MS16T07 / MS21T07 #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
================
User story
================
16)As a registered user, I should be able to search for all the people who want 
to give luggage (flight number, departure date, flight destination, no. of kgs 
or price/kg)

21) As a registered user, I should be able to search for all the people who 
want to carry luggage (flight number, departure date, flight destination, no. 
of kgs or price/kg)

================
Task
================
Taking input from user: flight number + checking for existing flights 
(auto-complete text view)

Original issue reported on code.google.com by passant....@gmail.com on 4 Nov 2011 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by magued.george1990@gmail.com on 15 Nov 2011 at 3:45

GoogleCodeExporter commented 9 years ago
Auto completing flight numbers cannot be done as it causes very high internet 
consumption as whenever the user enters or deletes only one letter, an http 
request is issued to the server to get the flights starting with this letter 
which is not possible. Instead, the user can enter anything he wants and only 
one request is sent to check for results and if the flight number doesn't 
exist, any empty list of offers is returned. 

Original comment by magued.george1990@gmail.com on 18 Nov 2011 at 7:19