Project

General

Profile

Actions

Improvements #12870

open

Generate convenience method for creation of QR codes

Added by Matthias Van Ceulebroeck 5 months ago. Updated 23 days ago.

Status:
Review
Priority:
Normal
Assignee:
-
Target version:
Start date:
08/01/2024
Due date:
% Done:

0%

Estimated time:

Description

In #11705 we have added a library to generate QR codes.
This library is shipped with Wt, but needs to be called manually by developers.

Often the encoded value will hold a specific reference to the use-case it is tied to. For example, sharing a QR code for WiFi access will result in a format of WIFI:S:<SSID>;T:<WEP|WPA|nopass>;P:<PASSWORD>;H:<true|false|blank>;;.
Likewise otp has its own format specified for this as well, as do many others.

We would not implement all possible standards here, but look for a nice middle ground.
We simply accept a string, that the developer may or may not have used to encode data in.

The error level correction, and the size of the grid need to be specified. For these we can add some defaults, but they ought to be configurable.

Actions #1

Updated by Matthias Van Ceulebroeck 2 months ago

  • Target version changed from 4.11.1 to 4.11.3
Actions #2

Updated by Romain Mardulyn 27 days ago

  • Status changed from New to InProgress
  • Assignee set to Romain Mardulyn
Actions #3

Updated by Romain Mardulyn 26 days ago

  • Status changed from InProgress to Review
  • Assignee deleted (Romain Mardulyn)
Actions #4

Updated by Romain Mardulyn 26 days ago

  • Status changed from Review to InProgress
  • Assignee set to Romain Mardulyn
Actions #5

Updated by Romain Mardulyn 23 days ago

  • Status changed from InProgress to Review
  • Assignee deleted (Romain Mardulyn)
Actions

Also available in: Atom PDF