jackpine / biketag-ios

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

disabled button should be clearer #71

Closed michaelkirk closed 8 years ago

michaelkirk commented 9 years ago

Currently

When I touch "I know where it is!" Then I see the "Take a picture to Prove it" screen And the "Prove it with a Photo" button is disabled until the iOS Location Manager finishes pinpointing my location. But it's not obvious from the UI that the button is disabled (e.g. it's not grayed our or anything) and it's not obvious why it's disabled.

Instead

When I touch "I know where it is!" Then I see the "Take a picture to Prove it" screen And the button text should read "Pinpointing your location..." And the button is styled so as to be obvious that it's disabled (until the iOS Location Manager finishes pinpointing my location) When the Location Manager finishes pinpointing my location Then the button text should change to "Prove it with a Photo" And the button style should change to indicate that it's enabled.

michaelkirk commented 8 years ago

@ferndopolis this might be a good story to start your swift hacking with. Are you interested? If so, we could try to pair on it.

Pairing on iOS development can be a little tricky - but it's possible, and made easier thanks to @jmoody's command line build scripts. The toughest part about pairing is the xcode specific stuff (e.g. interface builder) which we'll only need to interact with a little bit for this story.

If you're interested, when works?

ferndopolis commented 8 years ago

@michaelkirk yeah i could work on it tomorrow morning till before noon. after going to get going with jackpine portfolio layouts with john

michaelkirk commented 8 years ago

john? Jon Liebsch you mean?

On Thu, Jul 9, 2015 at 5:40 PM, Fernando Marcheselli < notifications@github.com> wrote:

@michaelkirk https://github.com/michaelkirk yeah i could work on it tomorrow morning till before noon. after going to get going with jackpine portfolio layouts with john

— Reply to this email directly or view it on GitHub https://github.com/jackpine/biketag-ios/issues/71#issuecomment-120151201 .

ferndopolis commented 8 years ago

yip auto correct switch it to john

On Thu, Jul 9, 2015 at 2:41 PM, Michael Kirk notifications@github.com wrote:

john? Jon Liebsch you mean?

On Thu, Jul 9, 2015 at 5:40 PM, Fernando Marcheselli < notifications@github.com> wrote:

@michaelkirk https://github.com/michaelkirk yeah i could work on it tomorrow morning till before noon. after going to get going with jackpine portfolio layouts with john

— Reply to this email directly or view it on GitHub < https://github.com/jackpine/biketag-ios/issues/71#issuecomment-120151201>

.

— Reply to this email directly or view it on GitHub https://github.com/jackpine/biketag-ios/issues/71#issuecomment-120151423 .

michaelkirk commented 8 years ago

fixed in #82