top | item 41982677

(no title)

severak_cz | 1 year ago

Feedback: Bad UX. After scanning your example code I got page which asked me to take photo and I get really confused because I thought you want me to scan QR code again but there is no way to switch to other camera of my phone.

Overall this feels too complicated. Unfriendly to people without smartphone or mobile internet. I understand this is DIY equivalent of camera doorbell, but I would definitely prefer some no-name chinese radio doorbell both as one ringing and maintaining it.

discuss

order

dirkc|1 year ago

Thanks for the feedback. I agree that the UX needs lots of improving - I'm wondering if more instructions on the QR code or the page for the doorbell would work better?

While a cheap radio doorbell might be better in many cases, there are still circumstances where it's not suitable. I'm trying to figure out which those are?

gruez|1 year ago

>I'm wondering if more instructions on the QR code or the page for the doorbell would work better?

In general you should display a prompt explaining why a permission is needed (eg. "we need access to your camera to camera to take a picture to send to the owner, click allow on the next screen to allow."), and only ask for permissions after the user accepts the first prompt.

However in this particular case you shouldn't have to request camera access directly. Using <input type="file" accept="image/*" capture="user> will display an system interface (ie. from the browser or OS) to allow the user to take/select an existing picture. It also already has preview and front/back camera selector built in, so you don't have to implement that yourself.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes...

dylan604|1 year ago

There are tons of cheap wireless units available that just use a bit of sticky tape to "install" the button to the door and then you can place the receiver/bell where ever you want. These work well and are much more understood by visitors.

Of course, you would not have learned your first iOS/Android app with that approach. Maybe that's the better lesson to learn though--not everything needs to be an app

biercarsten|1 year ago

So while I find that idea interesting, I would rather prefer knocking or texting on the doorstep of peoples homes.

I might have a situation where the QR Code makes sense though. I'm renting a location for a party at the top of a building, which is only accessible by transponder cards. So there is no door bell or anything. Instead of having someone letting the guests in, this could be an alternative.