docs: artifact field change activity with before/after values [sc-16552] - #1446
Merged
Conversation
sc-16552] Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
cachafla
marked this pull request as ready for review
July 29, 2026 23:14
Contributor
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Contributor
Lighthouse check results✓ INFO: Average accessibility score is 0.92 (required: ≥0.9) — View the workflow run Audit mode: changed pages (2 URL(s)) Show Lighthouse scoresCommit SHA: 26b50c7 For a thorough audit, run the Lighthouse check workflow manually (Actions → Lighthouse check → Run workflow) with depth 0–2, or add the
|
Contributor
Author
|
Preview links (validate ✅):
Training decks consuming the shared include (updated slide): |
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.
Pull Request Description
Shortcut: https://app.shortcut.com/validmind/story/16552
Implementation: validmind/backend#3313, validmind/frontend#2675
What and why?
[sc-16552] shipped artifact Activity parity: artifact custom field edits now emit
updated-fieldevents with before/after values, shown on the artifact Activity tab, in a per-field change history popover ({{< fa clock >}} on hover), and filterable on record Activity via a new Artifact Fields event category. Restricted artifact fields are hidden from activity for users without access. None of this was documented.Before: Docs only mentioned coarse "Artifacts added, updated, or removed" on record activity; no artifact-scoped activity coverage at all.
After:
guide/validation/update-artifacts.qmd— new View artifact activity section: the Activity tab, View Details before/after expansion, per-field change history on hover, and the permission-redaction limitation.guide/reporting/view-record-activity.qmd— Artifact Fields added to both the Event Category and Filter by Value tabsets, with footnotes to the new section.guide/reporting/_view-record-activity-overview.qmd(shared include) — added artifact field changes with before/after values to what record activity tracks.Pages to review
Updated content appears on these rendered pages (hosted preview,
validate✅):How to test
All five pages (the two guides plus the three training consumers of the shared include) render cleanly. The only warning (
Unable to resolve link target: validmind/validmind.qmdin the validator training deck) is pre-existing and unrelated to these lines.What needs special review?
update-artifacts.qmd(between commenting and tracking resolution).Dependencies, breaking changes, and deployment notes
None. Docs-only.
Release notes
Artifact field changes are now fully auditable: view before and after values on the artifact Activity tab, hover over any artifact field to see its change history, and filter record activity by the new Artifact Fields category. Learn more ...
Checklist
🤖 Generated with Claude Code