issues
search
fealaer
/
flightStatus
Simple flight status checker based on information from http://www.flightstats.com/
MIT License
0
stars
0
forks
source link
Client improvement v1: Repeat request to server until done status
#5
Open
fealaer
opened
10 years ago
fealaer
commented
10 years ago
Need to change client logic to:
User fills both fields and press 'Check Status'
App makes request to server REST api
App cleans form
App adds pending status to processing results list
When response on request receives (new part):
if response status "done" - app changes pending result to real result
if response status "in progress" - app sets timeout and repeat request to server again
Need to change client logic to: