jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

"Where is José's Bicycle?" #15

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

I should see by whom and when the spot was captured

Change the title bar of the homeview controller based on the owner of the current spot.

"Where is {username's} bicycle?" or "Where is your bicycle?"

Keep in mind that right now user's can't specify their own username. So the username should be returned by the API as "User #4" etc. It's kind of lame, but still useful, and paves the way for the future where users can specify their username in some to-be-built interface in the client.

michaelkirk commented 9 years ago

there are some potentially crossing concerns witht he feature/multiple-games branch. But so long as you only interact with HomeViewController.current_spot, you should be ok.

michaelkirk commented 9 years ago

@svevang did you have any code here? I'm thinking about grabbing it.

michaelkirk commented 9 years ago

FYI, I finished this one.