Open
Conversation
3b04331 to
46d80fc
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds email filter, newest/oldest time, distinct mailer_actions via recursive SQL, remove_by_email for GDPR, and event type metadata. Adds total_events, increment, and decrement to EventsData. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces the plain-text root route with a LiveView page that replicates gridlook's event browsing UI: stats, filter form (email, name, mailer_action, associated_record), paginated event table with gravatar and expandable data rows, and prev/next navigation. Includes layouts with CUSTOM_HTML_HEADER support, CSS converted from gridlook's SCSS, LiveView JS, and static assets (event PNGs, dinomail). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Uses auctionet_single_sign_on_plug for JWT-based SSO. Auth is skipped in dev when SSO_SECRET_KEY is not set. Production requires SSO_SECRET_KEY and SSO_REQUEST_URL env vars. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces GET / with the EventsLive LiveView behind SSO auth. Adds DELETE /api/v1/personal_data for GDPR email deletion (basic auth). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mix remove_events: deletes events beyond NUMBER_OF_MONTHS_TO_KEEP_EVENTS_FOR, SavedSearchMailer#build events older than 2 months, and all campaign events. mix remove_personal_data EMAIL: deletes all events for an email address and decrements the EventsData counter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
GET / now renders the Gridlook LiveView instead of a plain-text response. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7415765 to
8061f0b
Compare
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.
No description provided.