TaxiDash / Server

A web app for permit management and quality control of taxi drivers
0 stars 0 forks source link

Driver Might Need ID Field #27

Closed sethfri closed 10 years ago

sethfri commented 10 years ago

When hydrating a Driver object on the iOS client from the JSON that drivers/1.json spits out, it would be helpful if I could keep the driver's ID ("1" or whatever) around to work with later - for instance, when I want to POST a rating for a Driver object but don't have that ID anymore. If you could add this to the JSON output, that would be really helpful.

sethfri commented 10 years ago

Just did it myself :) Let me know if you guys have any problem with this from a design perspective!