Skip to content

Add optional webhook for summary submission data after survey is submitted#18

Open
iisystems wants to merge 4 commits intoEqualExperts:mainfrom
LucasLBelle:webhook
Open

Add optional webhook for summary submission data after survey is submitted#18
iisystems wants to merge 4 commits intoEqualExperts:mainfrom
LucasLBelle:webhook

Conversation

@iisystems
Copy link

Summary

Implements webhook HTTP POST notifications when surveys are submitted. Enables external integrations to receive real-time survey completion events.

Changes

  • Created webhook module with async dispatch service
  • Survey submissions trigger POST to configured WEBHOOK_URL
  • Comprehensive payload with response data and metadata
  • Fire-and-forget pattern (webhook failures don't block submissions)
  • Full test coverage

Test Plan

  • Copy .env.example to .env
  • Set WEBHOOK_URL to a webhook.site URL
  • Submit a survey
  • Verify webhook received POST with valid JSON payload

Ashish Desai and others added 4 commits December 6, 2025 15:14
… toggle

Add comprehensive dark mode support to the survey application with the following features:

- Theme toggle component with sun/moon icons for manual switching
- Automatic system preference detection on first visit
- Persistent theme preference via localStorage
- Flash prevention script in HTML head for instant theme loading
- Theme toggle integrated across all pages (Survey, Thank You, Admin Dashboard)
- Updated Mantine theme configuration for dark mode compatibility
- Full keyboard accessibility and ARIA labels for screen readers

The implementation follows STORY-047 requirements and meets WCAG AA contrast standards.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
feat: implement dark mode with system preference detection and manual…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants