Evaluating bids

Taxi app

Published on the May 25, 2016 in IT & Programming

About this project

Open

Proyecto tipo uber solo desarollar la parte ios el back end esataria listo para conectar con la app.

success: “true” | “false”

status: “UNKNOWN” | “NEW” | “ACTIVATED” | “SUSPENDED”

statusClient: "REQUESTING" | "WAITING" | "CANCELED" | "TRAVELLING" | "FINISHED"

statusDriver: "DISCONECTED" | "WAITING_FOR_REQUEST" | "GOING_TO_USER" |

"CANCELED" | "WAITING_FOR_USER" | "TRAVELLING" | "FINISHED"

rate: "1", "2", "3", "4", "5"

statusRequest: "ACCEPTED", "REJECTED"

String register(name, tel, email, password)

{

return (success)

}

String login(email, password)

{

return (status)

}

String toActivate(email, password, activationKey)

{

return success

}

String getTaxisNearby(idUser, locationUser)

{

return success, arrayIdDrivers_locations

}

String toRequest(idUser, idDriver, userLocation)

{

return statusRequest, idTrip

}

String getTaxiDriverData(idDriver)

{

return driverName, urlDriverThumbnail, plate

}

String cancelDriverSelected(idDriver, idUser, idTrip)

{

return status;

}

String getDriverInfoForClientWaiting(idDriver, idClient)

{

return statusDriver, driverLocation

}

String finishTripByUser(idUser, idDriver, idTrip)

{

return success

}

String getSecondsToMapUpdate()

{

return seconds

}

String getFinalData(idTrip)

{

return totalTime, totalDistance, amount

}

String getQuote(origin, destination)

{

return time, distance, amount

}

String setRateAndComment(rate, [comment])

{

return success

Category IT & Programming
Subcategory Apps programming. Android, iOS and others
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
Experience in this type of projects No (I haven’t managed this kind of project before)
Required platforms iPhone

Delivery term: Not specified

Skills needed

iOS