Commit 1cc117e
chore(crm): tidy repo + commit residual view fixes from prior session
- gitignore ephemeral verification screenshots (crm-*.png, m10-*.png,
studio-*.png, page-*.png) and example-app local storage. Long-lived
reference shots move to docs/screenshots/archive/.
- View definitions across account / case / opportunity / lead / task
drop `{TODAY()}` and `{NOW() + 4h}` template strings — the view
runtime does not interpolate them, so the filters silently matched
nothing. Replaced with operator-only predicates + ascending sort so
the user still sees "most urgent first".
- Regenerate dist/objectstack.json + src/cubes/index.ts +
src/data/index.ts to match the source edits.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent efd3b9d commit 1cc117e
47 files changed
Lines changed: 171 additions & 24 deletions
File tree
- docs/screenshots/archive
- examples/app-crm
- dist
- src
- cubes
- data
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
| |||
105 | 114 | | |
106 | 115 | | |
107 | 116 | | |
| 117 | + | |
0 commit comments