Skip to content

Conversation

@yordan-st
Copy link
Contributor

@yordan-st yordan-st commented Oct 10, 2025

Pull request type

New feature (non-breaking change which adds functionality)


Description

  • This PR introduces the initial MVP implementation of the BarcodeGenerator widget for Mendix web widgets. The widget allows users to generate Barcodes and QR codes based on input data, making it easy to display scannable codes in Mendix applications.

Features

  • QR Code Generation: Generates Barcodes and QR codes from string input, supporting various use cases (URLs, text, etc.).
  • Configurable Size: Allows customization of code size to fit different UI needs.
  • Performance: Efficient rendering with minimal dependencies.

What should be covered while testing?

  • Widget renders barcodes successfully.
  • Input data binding works as expected.
  • Basic configuration options works as expected.

How to Use

  1. Add the BarcodeGenerator widget to your page.
  2. Bind the input data property to the value you want to encode.
  3. Adjust size and style properties as needed.

@yordan-st yordan-st force-pushed the feat/WC-3103_QRcode-generator-mvp branch 2 times, most recently from e4fc868 to 7eba835 Compare October 10, 2025 14:15
@yordan-st yordan-st marked this pull request as ready for review October 10, 2025 14:15
@yordan-st yordan-st requested a review from a team as a code owner October 10, 2025 14:15
@gjulivan
Copy link
Collaborator

widget name should be "barcode-generator"

@yordan-st yordan-st force-pushed the feat/WC-3103_QRcode-generator-mvp branch 4 times, most recently from ea581ec to 6c3d11c Compare October 17, 2025 08:47
@yordan-st yordan-st force-pushed the feat/WC-3103_QRcode-generator-mvp branch from 597aa25 to 517817a Compare October 17, 2025 13:07
@yordan-st yordan-st changed the title [WC-3103] QrCodeGenerator: MVP [WC-3103] BarcodeGenerator: MVP Oct 17, 2025
@yordan-st yordan-st force-pushed the feat/WC-3103_QRcode-generator-mvp branch from 517817a to dfedea0 Compare October 29, 2025 08:23
@yordan-st yordan-st closed this Oct 29, 2025
@yordan-st yordan-st reopened this Oct 29, 2025
@yordan-st yordan-st force-pushed the feat/WC-3103_QRcode-generator-mvp branch from d067348 to ff53d7c Compare October 29, 2025 09:17
@yordan-st yordan-st force-pushed the feat/WC-3103_QRcode-generator-mvp branch from 1bfd06a to 6f601e3 Compare October 29, 2025 10:06
@yordan-st yordan-st closed this Oct 29, 2025
@yordan-st yordan-st reopened this Oct 29, 2025
@gjulivan gjulivan force-pushed the feat/WC-3103_QRcode-generator-mvp branch from 6f601e3 to 1b0ce0e Compare October 29, 2025 13:24
@gjulivan gjulivan force-pushed the feat/WC-3103_QRcode-generator-mvp branch from 33a7223 to 6c51805 Compare October 30, 2025 11:25
@gjulivan gjulivan force-pushed the feat/WC-3103_QRcode-generator-mvp branch from 6c51805 to c8a0830 Compare October 30, 2025 11:34
@gjulivan gjulivan enabled auto-merge (rebase) October 30, 2025 11:43
@gjulivan gjulivan merged commit 7d91f12 into main Oct 30, 2025
14 checks passed
@gjulivan gjulivan deleted the feat/WC-3103_QRcode-generator-mvp branch October 30, 2025 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants