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
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.

2 participants