opnform-host-nginx/api/app/Service/Forms
Chirag Chhatrala 838ab8d846
Refactor Discord and Slack Integration Handlers for Improved Data Formatting (#736)
- Moved the instantiation of FormSubmissionFormatter to ensure consistent handling of submission data across both DiscordIntegration and SlackIntegration classes.
- Updated the logic to show hidden fields based on settings, enhancing the flexibility of data presentation in notifications.
- Modified StoreFormSubmissionJob to ensure UUIDs are properly converted to strings, improving data integrity.
- Simplified the redirect URL field check in FormSubmissionProcessor for better readability.

These changes aim to enhance the maintainability and functionality of integration handlers and form submission processing.

Co-authored-by: Julien Nahum <julien@nahum.net>
2025-04-02 11:10:35 +02:00
..
FormCleaner.php Separated laravel app to its own folder (#540) 2024-08-26 18:24:56 +02:00
FormLogicConditionChecker.php Replace env() usage within app (#735) 2025-03-26 14:42:41 +01:00
FormLogicPropertyResolver.php Enhance form logic property resolver and validation UI 2025-02-11 15:09:21 +01:00
FormSubmissionDataFactory.php Refactor FormSubmissionDataFactory to use TestHelpers trait 2025-03-04 13:38:33 +08:00
FormSubmissionFormatter.php Add localized 'Yes' and 'No' translations for checkbox fields (#710) 2025-02-24 17:08:37 +08:00
FormSubmissionProcessor.php Refactor Discord and Slack Integration Handlers for Improved Data Formatting (#736) 2025-04-02 11:10:35 +02:00