• Joined on 2026-05-12
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 17:38:13 -04:00
8272192815 Refactor crop handling in inscription management to improve accuracy of target area measurements. Update CSS comments for clarity on spotlight functionality. Increment version code to 4.72.813 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 17:34:22 -04:00
1c8782db3c Update inscription management query logic to handle "Sans dossard" conditions for solo and team entries. Increment version code to 4.72.812 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 17:32:12 -04:00
cc2bd15658 Refactor inscription management UI to eliminate hardcoded language strings, replacing them with dynamic keys for better localization. Update CSS for improved grid layout and visual consistency, including responsive adjustments for mobile views. Increment version code to 4.72.811 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 17:26:29 -04:00
080e8bdcd9 Enhance visual consistency for inscription management panels by standardizing color schemes and styles across various components. Update CSS for improved panel aesthetics, including border-radius adjustments and box shadows. Increment version code to 4.72.809 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 17:23:30 -04:00
0ea8a48591 Implement responsive grid layout for the inscription management form, enhancing mobile and tablet views. Update form fields for better structure and accessibility, including multi-status filters and action buttons. Increment version code to 4.72.807 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 17:17:57 -04:00
d3bb32eb97 Enhance multi-page AJAX handling by enforcing context for translations in ajax_inscr_gestion and ajax_promoteur_hub. Introduce new language keys for improved user feedback and error messages. Increment version code to 4.72.806 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 16:59:53 -04:00
af2ddba2fa Implement email resend functionality for event access invitations, including success and error handling. Update language translations for resend button and messages. Increment version code to 4.72.804 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 16:55:50 -04:00
8191970086 Implement invitation handling for account switching in mobile interface. Introduce signature validation for invite links to prevent spoofing and enhance security. Update logout redirection to support both reset and invite links. Increment version code to 4.72.803 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 16:45:18 -04:00
b948f401d1 Enhance QR scanning interface by adjusting CSS for improved layout and centering of the QR camera view on open. Introduce JavaScript function to focus the QR camera view upon opening and ensure proper sizing of the QR box. Increment version code to 4.72.802 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 16:40:53 -04:00
5f9ce3f0e7 Enhance QR scanning permissions in inscriptions management to align with V2 API. Introduce fallback logic for permissions and streamline role checks. Update SQL to reflect new permission handling for targeted roles. No version code increment required.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:58:03 -04:00
2c11be5796 Refactor permissions for inscriptions management to align with V2 API standards. Remove deprecated permission keys and update related functions for QR scanning access. No version code increment required.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:39:15 -04:00
a1a74565a4 Update CSS to allow text selection for help button and enhance JavaScript error handling by removing timeout for showing ready state. Increment version code to 4.72.801 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:28:50 -04:00
77607608e7 Enhance OCR functionality for bib numbers by introducing multipart image upload support and improving error handling. Update JavaScript to handle image processing and cropping more effectively, including a new method for converting canvas to JPEG blob. Increment version code to 4.72.800 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:25:55 -04:00
33eb70261d Increment version code to 4.72.799 to reflect recent updates in settings.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:24:42 -04:00
a1aefe7bbe Update OCR API key in settings for Google Cloud Vision integration. This change enables the OCR functionality for bib numbers by providing the necessary API credentials. No version code increment required.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:12:58 -04:00
a929a8d859 Implement OCR functionality for bib numbers using Google Cloud Vision. Introduce new methods for enabling OCR, processing images, and extracting numbers from OCR text. Update JavaScript to handle cloud-based OCR processing and improve error handling. Increment version code to 4.72.798 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 15:01:35 -04:00
e2d8dee1a6 Refactor OCR canvas processing to enhance contrast and improve cropping logic for video and image sources. Introduce a new method for capturing frames from video sessions, prioritizing ImageCapture for better clarity on mobile devices. Increment version code to 4.72.797 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 14:17:35 -04:00
e7662a304e Enhance OCR functionality by improving number extraction logic to handle various formats and ensuring better accuracy. Introduce a new method for preprocessing the OCR canvas to enhance contrast for better recognition. Update video frame capture to consider the visible rectangle for improved cropping. Increment version code to 4.72.796 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 14:07:55 -04:00
7efc81235d Update CSS styles for mobile scanning interface to improve button dimensions and positioning, ensuring better visibility and user experience. Introduce a new method in JavaScript to center the capture view within the viewport, enhancing usability during scanning. Increment version code to 4.72.795 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 14:04:14 -04:00
8efbb4c4a7 Update session handling in AJAX responses to improve user experience. Modify error messages to include session codes instead of generic messages, prompting a page reload for expired sessions. Increment version code to 4.72.794 to reflect these changes.