Refresh privacy request activity timeline display#8140
Open
Kelsey-Ethyca wants to merge 4 commits into
Open
Conversation
Replace the bare "Fides:" prefix and snake_case dataset keys with leading icons, integration logos, and humanized labels so the activity log reads as a more user-friendly timeline. Each row now renders an icon (integration logo, user avatar, or system event glyph), drops the redundant "Fides:" author, and prefers the connection's display name when one is available. The "Request update" tag has also been renamed to "Automatically updated". Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Style timeline icons with branded backgrounds (terracotta for request received, olive for approved, marble/sandstone with minos foreground for user and policy events), bump icon size to 24px, swap to FlowData/Process/ ArrowRight/Checkmark glyphs, and pull SaaS connection logos through the ConnectionSystemTypeMap so Stripe, Mailchimp, etc. show their integration logo instead of the generic database fallback. Also add defensive guards so an unmapped privacy request status no longer crashes the badge or the bulk-action menu, drop the redundant Button wrapper around ClipboardButton in request details, and reduce the connections page size from 1000 to 100 to stay under the backend pagination cap. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Polish the activity timeline with terracotta and olive row backgrounds for error and finished states, swap user/comment glyphs (User stays for manual task entries; new Chat glyph for internal comments), tune sandstone icon tiles to be 50% lighter, and route SaaS connection logos through their ConnectionSystemTypeMap encoded_icon plus a CSS scale to compensate for built-in SVG padding. Also rename the "Access package upload" execution log to "Access package sent" (keeping a frontend shim for legacy rows), drop the now-redundant success message, and ship a refreshed manual task integration icon. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8140 +/- ##
=======================================
Coverage 85.23% 85.23%
=======================================
Files 638 638
Lines 42011 42011
Branches 4937 4937
=======================================
Hits 35808 35808
Misses 5096 5096
Partials 1107 1107 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
Reworks the activity timeline on the privacy request detail page so the log reads as something a non-engineer can scan, rather than a list of raw dataset keys prefixed with `Fides:`.
Implementation notes
Test plan
🤖 Generated with Claude Code