deploy: merge dev to staging#243
Merged
Merged
Conversation
… admin-users reformat
…matting in email templates for better readability
…nd payment-successful
These three transactional emails told users to "open SEIL" or confirmed a
payment but gave no way back into the app. They now render a clickable CTA
pointing at the dashboard.
- funnel-ready and weekly-digest: wrap "SEIL" in an inline {{dashboardUrl}}
link, matching the existing stage-unlocked / stage-completed pattern
- payment-successful: add a full-width "Go to dashboard" button below the
receipt, matching the button style used in payment-failed
- no service change needed: dashboardUrl is already injected from FRONTEND_URL
- extend template.service.spec to assert the CTA renders in all three
Refs #225
…config-refactor chore: fix truncated HBS templates, env config for admin seeding, and…
…55-funnel-generation-bugs
feat(email): add dashboard CTA links to funnel-ready, weekly-digest and payment-successful emails
…55-funnel-generation-bugs
fix(funnels): #155 fix multi-doc context truncation and onFailed double-write
…prove test assertions
…and improve conflict handling
…ts and improve conflict error handling
feat(recording): implement voice input onboarding, audio transcription & funnel generation pipeline
…scriptions feat(llm): generate longer, more detailed funnel task descriptions
fix(auth): BE-153 block OAuth silent overwrite and soft-deleted email conflicts
…cation-preferences feat(admin): add admin notification preferences endpoints and wiring
Add a nullable user_agent column to admin_logs and capture the request User-Agent header in LogService at write time (the request object is recycled before the deferred insert, so it must be read synchronously). Stored raw and capped at 512 chars; the admin logs read side parses it into a device label. Non-HTTP actions and absent headers store null.
GET /admin/logs now returns two derived fields per entry: - device: the stored user agent parsed into a 'Browser Major . OS Version' label by a dependency-free parser (Chrome, Firefox, Safari, Edge, Opera across Windows, macOS, iOS, Android, Linux). - location: a 'Region, CC' label resolved from ip_address via freeipapi.com, a keyless HTTPS endpoint, over the built-in fetch. Cached per IP and degrades to null on any failure so the feed never breaks. The offline geo-IP database that would avoid the network call is a banned dependency. Both fields are null when they cannot be resolved (no IP, no user agent, private/loopback address, or provider unreachable).
…ion-device feat(admin/logs): expose location and device on admin logs feed
…-agent feat(admin/logs): capture request user agent on log entries
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
ibraheembello
approved these changes
Jun 12, 2026
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
deploy latest dev to staging