modules icon indicating copy to clipboard operation
modules copied to clipboard

Qr Code Gen

Open pedromorgan opened this issue 8 years ago • 6 comments

I've basically got this working, on a RL application in a warehouse

Its atmo 2 parts..

  1. the image params as input
  2. the image gen

Problem is making a good interface..

pedromorgan avatar Mar 15 '17 00:03 pedromorgan

Refs

  • https://github.com/skip2/go-qrcode
  • https://github.com/samwierema/go-qr-generator << am using

pedromorgan avatar Mar 15 '17 00:03 pedromorgan

Wohoo ! qr code generation would be great add

notzippy avatar Mar 15 '17 04:03 notzippy

https://gstl.co.uk/qrcode/qrcode.png

pedromorgan avatar Mar 19 '17 01:03 pedromorgan

@pedromorgan is there a branch for this? If the code is not ready, we should move this to v0.15

shawncatz avatar Mar 21 '17 23:03 shawncatz

@pedromorgan Notes to self (looking at production py code and into revel.future)

  • qr code needs a border
  • data density limits vs error check
  • adding a labels in position (nsew + font bitmap)
  • data to converter is bytes of a string et all
  • abuse of error checkeking embedding a logo in middle
  • using svg to format image+labels and linked qr.url
  • sending GET requests can be a problem.for encoding eg length(bu simple for user dlema)
  • output into pdf for sending to a label printer (MAIN GOAL)

pedromorgan avatar Mar 25 '17 19:03 pedromorgan

Moved to backlog until we have the time to pick this up again

notzippy avatar May 31 '17 03:05 notzippy