Skip to content

Latest commit

 

History

History
80 lines (36 loc) · 1.38 KB

todo.md

File metadata and controls

80 lines (36 loc) · 1.38 KB

Context 🖼

There are many many questions and problems to solve when using QR code on a big scale. So professional users like advertising agencies need an equally professional and this "QR-Services" is there to help you out.

Problems 🤔

We List a main problems from highest to lowest priority.

  1. _Problem - _High performance QR code generator.
  2. _Problem - C_ustomize a QR code logo.
  3. Problem - Create QR code all main file formats (PNG, JPEG, PDF, EPS and SVG).

**What we need to do **

We need to generate QR code graphics with QR code generator from web API at api.domain.com.

Create an image

Call the URL https://api.domain.com/v1/qr/create/?size=150&data=Example

Create a modern web interface :

qr.domain.com/

using react. view wireframe.


**Research **🔬

https://github.com/zxing/zxing/wiki/Barcode-Contents_ _

Backend web service:

https://github.com/endroid/qr-code

Backend testing :

http://behat.org/en/latest/

https://symfony.com/doc/current/testing.html

Frontend:

https://github.com/facebook/react


Exploration

💡_Link to brainstorms, Wireframes._

Inspiration:

https://www.qrstuff.com/

Wireframes

https://whimsical.co/AWZdkz7x3jqqmmWtLiY5x1


Goals 🎯

_— Create height performance well tested Micro-service — _

_— Build a simple good looking web app using React — _