microbit-foundation / microbit-swift-playgrounds

We've built a Swift Playground that lets you program the micro:bit. This also includes a Swift API for interacting with the micro:bit.
https://microbit.org/guide/swift-playgrounds/
Other
21 stars 8 forks source link

Welcome text #3

Closed microbit-mark closed 6 years ago

microbit-mark commented 6 years ago

Couldn't find this code to modify, but I would change 'Click the New Issue button...' to 'select New Issue' as it's more common terminlogy for touch device users. Also we could add 'or raise a support ticket' screen shot 2018-06-20 at 11 16 45 to this, to direct people to support as we have on the web page and KB.

gary-atkinson commented 6 years ago

To be pedantic on the correct terminology, you click with a mouse meaning press down and release and tap on a touch based device meaning touch and release. Select means something entirely different as it is the action of changing the state of either a checkbox, radio button or for toggling items in and out of a selection, the items could be characters in a string.

There is some debate about this on various forums as webpages will be seen by both desktop and touch based devices. There are a few suggestions, use click/tap which becomes clunky after a while, just stick with click as mobile users know that means tap anyway; or someone has suggested a more generic hit. My feeling is to go with click but definitely stay away from select.

On 20 Jun 2018, at 11:25, Mark notifications@github.com wrote:

Couldn't find this code to modify, but I would change 'Click the New Issue button...' to 'select New Issue' as it's more common terminlogy for touch device users. Also we could add 'or raise a support ticket https://support.microbit.org/support/tickets/new' https://user-images.githubusercontent.com/31242877/41652616-7e7ccdbc-747b-11e8-8281-b96861a07aa1.png to this, to direct people to support as we have on the web page and KB.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/microbit-foundation/microbit-swift-playgrounds/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/Al2vU1DoJQFAhW06Zb1TKAlUQDG3pwkJks5t-iMEgaJpZM4UvAeZ.

Gary J.H. Atkinson Technical Director

Stinky Kitten Ltd. www.stinkykitten.com http://www.stinkykitten.com/

microbit-mark commented 6 years ago

In that case we should either go with 'tap' as iOS is touch driven, or just have a contextual link directly through to new issue in the same way the support link would work.

gary-atkinson commented 6 years ago

I have made these two changes.

jaustin commented 6 years ago

Thanks Gary, text looks great so closing this - we can have new issues for new updates