ReadyResponder / ReadyResponder

Local Incident Management System - This is used for tracking resources for Local Emergency Management
GNU Affero General Public License v3.0
107 stars 138 forks source link

QR Code for people #2

Closed kgf closed 7 years ago

kgf commented 11 years ago

I would like to have a QR code show on the person show page, so that someone can use their phone to scan and have them added to their contacts. This would probably involve the utility qrencode. It is available in most linux repos, and is available in Mac OSX via brew install qrencode. The toughest part of this may be to determine WHAT should be encoded so that both Android and iPhone devices recognize it as something to be added to the contacts list.

kgf commented 8 years ago

Be sure to also review #9 and #93

Spandana-Sai commented 8 years ago

@kgf Work in progress

kgf commented 8 years ago

Wow, excellent

ivdma commented 8 years ago

Should this also be printable and attachable to people like in #93 ? 😜

kgf commented 8 years ago

Should certainly be printable, for use on a bulletin board, for example. As to attachable, might depend on how quick they are....

@ivdma Are you interested ? #93 still unclaimed... Kevin

kgf commented 7 years ago

@ivdma Are you still interested ? Tidying up in prep of Hacktoberfest

ivdma commented 7 years ago

@kgf sure!

kgf commented 7 years ago

Excellent, @ivdma ! One key thing is that the implementation should generate the qr image locally, vs something like google charts. Please note the license of any library you would like to use. Thanks for your help !

kgf commented 7 years ago

@ivdma Have you had any success ?

ivdma commented 7 years ago

Not yet, will be looking the next week: lot's of traveling time ahead =)

Op do 5 okt. 2017 om 21:54 schreef Kevin Fallon notifications@github.com:

@ivdma https://github.com/ivdma Have you had any success ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ReadyResponder/ReadyResponder/issues/2#issuecomment-334574319, or mute the thread https://github.com/notifications/unsubscribe-auth/AACKvZj3DPSwi56CDhJ_41g_D9PrBc03ks5spTQJgaJpZM4ArCAc .

-- Met vriendelijke groet,

Ivan Malykh

kgf commented 7 years ago

Ok, thanks. Let us know if you have any questions.

kgf commented 7 years ago

@ivdma Any updates ? Any questions ?

kurotyan514 commented 7 years ago

@kgf may i work on it? i have some solution for it

kgf commented 7 years ago

@kurotyan514 We haven't heard from Ivan in two weeks, so, go for it. Any questions ? Apologies to @ivdma if you have already started.

kurotyan514 commented 7 years ago

@kgf ok thanks! and sorry for my english isn't good , i have a question, according to vCard 3.0 what information do you want to add to QRcode? i think phone, name, email, gender is possible for ios

2017-10-20 1 08 32
kgf commented 7 years ago

That looks great so far ! I had no trouble reading it on my phone right from the screen. We don't need gender. Can we have group ? That could be the short name of the department. Ideally, it should position itself below the portrait, which is just below the blue buttons. Thanks for your help ! Kevin

kurotyan514 commented 7 years ago

@kgf i created a pr for this issue, please review it thanks https://github.com/ReadyResponder/ReadyResponder/pull/573