feat: add nine reference samples (Build 2026 selection)#915
Draft
mtmattei wants to merge 4 commits into
Draft
Conversation
Adds nine self-contained showcase apps under reference/, each laid out as
reference/<Name>/{README.md, src/<solution>, docs/}:
- Caffe — espresso brew configurator (MVVM, responsive controls, XAML-drawn visuals)
- EnterpriseDashboard — "Observatory" analytics, 14 custom SKCanvasElement charts
- FieldOpsPro — field-service dispatcher, end-to-end MVUX + region navigation
- Liveline — reusable real-time SkiaSharp line-chart control library + demo
- Meridian — portfolio/market dashboard, exemplary MVUX models
- Nexus — industrial-SCADA dashboard, full FeedView state coverage
- Pens — beer-league hockey app, config-driven real/mock backend, responsive shell
- QuoteCraft — contractor quoting app, SQLite + QuestPDF, MVUX
- VTrack — live YOLO detection with OpenCV + custom GPU overlay
All target net10.0 with Uno.Sdk 6.5.36 (Skia renderer) and run on mock/synthetic
data. doc/samples.md updated with an entry per sample.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
One curated hero image per sample under reference/<Name>/assets/, embedded after the intro in each README. Landscape shots at 820px, portrait (Caffe, Pens) at 360px. No screen recordings — stills only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Wire each app's full-bleed icon art as the UnoIcon source (background + foreground both point at Assets/Icons/icon.png, ForegroundScale 1.0) so the custom icon renders on the desktop and WASM heads. QuoteCraft also targets Android, where the launcher masks the full-bleed art like any adaptive icon. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Nine self-contained showcase apps under
reference/, each laid out asreference/<Name>/{README.md, src/<solution>, docs/}:SKCanvasElementchartsFeedViewstate coveragedoc/samples.mdupdated with an entry per sample.Notes for reviewers
net10.0on Uno.Sdk 6.5.36 (Skia renderer). The existing reference samples were on net9 / 6.5.29 — flagging in case CI's SDK pin needs aligning.global.json+Directory.*.props) and runs on mock/synthetic data with nothing to configure..mcp.json(Uno + uno-app dev-server config) is included intentionally.🤖 Generated with Claude Code