Commit d46c4c3
committed
Enhance example apps with help pages & dashboards
Add help pages, dashboards, demo data, and UI polish across example projects.
Highlights:
- CRM: add crm_help page, help nav item, app description and branding; minor navigation update.
- Opportunity: add missing "Qualification" stage to the select options.
- Kitchen-sink: rename app to "Showcase", add branding, new showcase_dashboard (metrics, charts, trend), showcase_help page, seeded demo records, and a daysFromNow helper. Add list_views to the KitchenSink object (all/active).
- Todo: rename app to "Task Tracker", add branding, task_dashboard (metrics & charts), todo_help page, daysFromNow helper, expanded manifest seed data. Update TodoTask schema: rename label to "Task", add status/assignee/category/estimated_hours/description fields, adjust compactLayout, and add list_views (all, board, calendar, active).
These changes improve the example apps' UX and provide richer sample data and views for demos.1 parent d00842f commit d46c4c3
File tree
6 files changed
+489
-297
lines changed- examples
- crm
- src/objects
- kitchen-sink
- src/objects
- todo
- src/domains/todo
6 files changed
+489
-297
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
24 | 54 | | |
25 | 55 | | |
26 | 56 | | |
27 | 57 | | |
28 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
29 | 63 | | |
30 | 64 | | |
31 | 65 | | |
| |||
90 | 124 | | |
91 | 125 | | |
92 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
93 | 134 | | |
94 | 135 | | |
95 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments