Release prep docs for issue 198#199
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
✅ Files skipped from review due to trivial changes (9)
📝 WalkthroughWalkthroughThis PR adds a release announcement blog post, updates user guides documenting eight features (N‑wise generation, PICT constraints, grid→enum, inline enums, import trimming, export transport options, grid context menu, row counts), and updates changelogs/package versions for the release. ChangesRelease Documentation Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds release-prep documentation for issue #198, covering eight new features: N-wise combinatorial generation, PICT-style
Confidence Score: 5/5Documentation-only change with version bumps; no logic or runtime code is modified. All changes are Markdown docs, static images, changelog entries, and package version bumps. Doc links resolve to existing pages, all referenced screenshots are present, and version bumps are consistent across packages. No code paths are touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Import data or hand-edit grid] -->|Trim via Import Settings| B[Clean data in main grid]
B -->|Grid to Enum Schema| C[Auto-generated enum schema]
C -->|Add IF THEN constraints| D[Constrained schema]
D -->|Choose 2-wise 3-wise N-wise| E[Combinatorial generation]
E -->|View row count summary| F{Correct coverage?}
F -->|No| D
F -->|Yes| G[Configure line endings and BOM]
G --> H[Downloaded file]
Reviews (2): Last reviewed commit: "version updates" | Re-trigger Greptile |
| Theme: Light,Dark | ||
| ``` | ||
|
|
||
| Both formats are supported, and you can mix them in the same schema. |
There was a problem hiding this comment.
After adding the new
name: values inline form, there are now three supported schema formats described in this section (two-line, name: enum(...), and name: values), but the closing sentence still says "Both formats are supported." A reader could reasonably conclude that only two of the three examples they just read are actually valid.
| Both formats are supported, and you can mix them in the same schema. | |
| All formats are supported, and you can mix them in the same schema. |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
There was a problem hiding this comment.
Pull request overview
Adds release-prep documentation and a blog post for Issue #198, describing recently completed combinatorial generation and grid workflow features, and extending end-user guidance across schema authoring, import trimming, export encoding/line endings, and grid UX.
Changes:
- Documented PICT-style
name: valuesinline enum syntax in Schema Definition docs. - Expanded Data Grid Editable docs with examples for Grid-to-Enum schema generation, main-grid context menu actions, and row count summaries.
- Added import/export documentation for trim controls and file transport settings, plus a release-prep blog post with screenshots and doc links.
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| docs-src/docs/040-test-data/018-Schema-Definition.md | Adds documentation for the compact name: values enum schema form. |
| docs-src/docs/040-test-data/015-data-grid-editable.md | Expands app workflow docs with Grid-to-Enum example, context menu notes, and row count summary behavior. |
| docs-src/docs/020-editing-data/040-exporting-data.md | Documents export download transport settings (line endings + optional BOM). |
| docs-src/docs/020-editing-data/020-import-from-file.md | Adds import trimming settings documentation (trim all vs selected fields) and scope notes. |
| docs-src/blog/2026-06-12-release-prep-combinatorial-grid-workflows.md | New release-prep blog post summarizing Issue #198 features with screenshots and links to the updated docs. |
Summary
Validation
pnpm run verify:localSummary by CodeRabbit