Add Portfolio and Bookshop QR types with tailored landing pages.
Deploy Ladill QR Plus / deploy (push) Successful in 58s

Portfolio showcases freelancer work projects; Bookshop lists author titles with multi-platform purchase links. Includes create/edit forms, public assets, and tests.
This commit is contained in:
isaacclad
2026-07-16 20:56:52 +00:00
parent 95d73d1367
commit d83a314bee
13 changed files with 989 additions and 1 deletions
+4
View File
@@ -23,6 +23,8 @@ class QrCode extends Model
public const TYPE_SHOP = 'shop';
public const TYPE_APP = 'app';
public const TYPE_BOOK = 'book';
public const TYPE_PORTFOLIO = 'portfolio';
public const TYPE_BOOKSHOP = 'bookshop';
public const TYPE_WIFI = 'wifi';
public const TYPE_COUPON = 'coupon';
public const TYPE_EVENT = 'event';
@@ -200,6 +202,8 @@ class QrCode extends Model
self::TYPE_SHOP,
self::TYPE_APP,
self::TYPE_BOOK,
self::TYPE_PORTFOLIO,
self::TYPE_BOOKSHOP,
self::TYPE_WIFI,
self::TYPE_EVENT,
self::TYPE_ITINERARY,