Skip to content

Commit 2891135

Browse files
Copilothotlong
andcommitted
Address code review feedback: clarify geolocation alias and add QR code format descriptions
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e6e70a9 commit 2891135

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

content/docs/guides/field-types.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,10 +687,16 @@ ticket_code: Field.qrcode({
687687
```
688688

689689
**Supported Formats:**
690-
- `qr` - QR Code
691-
- `barcode` - Standard barcode
692-
- `ean13` - EAN-13 barcode
693-
- `code128` - Code 128 barcode
690+
- `qr` - QR Code (2D matrix barcode, best for URLs, text, and complex data)
691+
- `barcode` - Standard 1D barcode (linear format for simple numeric/text data)
692+
- `ean13` - EAN-13 barcode (13-digit product identifier, commonly used in retail)
693+
- `code128` - Code 128 barcode (high-density 1D format supporting full ASCII character set)
694+
695+
**Use Cases:**
696+
- Product SKUs and inventory management (ean13, code128)
697+
- Event tickets and access control (qr)
698+
- Document tracking and verification (qr)
699+
- Shipping labels and logistics (code128)
694700

695701
---
696702

content/docs/specifications/architecture/data-layer.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Defines data properties with 35 types:
3434
- **Basic**: text, textarea, number, boolean, date, datetime
3535
- **Advanced**: lookup, master_detail, formula, summary, autonumber
3636
- **Rich**: email, phone, url, currency, percent, markdown, html, richtext
37-
- **Complex**: address, location, geolocation, file, image, avatar
37+
- **Complex**: address, location (aka geolocation), file, image, avatar
3838
- **Enhanced**: code, color, rating, slider, signature, qrcode
3939

4040
### 2. Query Protocol (`src/data/query/`)

0 commit comments

Comments
 (0)