• Joined on 2026-05-12
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-16 10:55:32 -04:00
7b94e0daa0 Remove unused sorting parameters from AJAX response in bib range actions, streamlining the data returned for improved performance. This change simplifies the response structure while maintaining the necessary HTML output. Increment version code to 4.72.834.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-16 10:42:37 -04:00
e9752ddcb7 MSIN-4456 — Enhance sorting functionality for team names in bib assignments. Introduce new functions to ensure reliable ordering by team name and implement PHP-based sorting for participants when the primary sort criterion is a team. Update AJAX responses to include additional sorting parameters. Increment version code to 4.72.833.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-16 10:07:11 -04:00
26b85d1892 MSIN-4446 — Enhance AJAX responses for bib range actions by including summary HTML and sequence counts. Update JavaScript functions to handle new response structure, ensuring accurate display of sequence information after create, delete, and refresh actions. Increment version code to 4.72.832.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-16 10:02:32 -04:00
527e3909e8 MSIN-4445 — Refine free assignment logic by enhancing duplicate bib number checks and improving feedback mechanisms for overlapping ranges. Update backend functions to ensure accurate detection of assigned bibs within specified ranges and adjust UI components to reflect these changes. Increment version code to 4.72.830.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-16 09:58:13 -04:00
ce63b9325e MSIN-4445 — Enhance free assignment functionality by adding duplicate bib number warnings for overlapping ranges. Implement backend checks for bibs already assigned to other events and update UI components to display relevant feedback. Increment version code to 4.72.829.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-16 09:51:51 -04:00
77799add6d MSIN-4445 — Implement free assignment functionality for solo events without sequence creation. Add new actions for analysis, simulation, and planning of free ranges. Update UI components and JavaScript logic to support the new features, including feedback mechanisms for quantity validation. Increment version code to 4.72.828.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 13:21:19 -04:00
b72ea70242 MSIN-4464 — Update audit history button styles for improved visibility and user experience. Change button design to a more discreet circular format, adjusting colors and dimensions for better integration into the UI. Increment version code to 4.72.827.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 13:18:48 -04:00
d23d471de4 MSIN-4464 — Implement audit history feature for participant fields. Add functionality to retrieve and display recent changes for specific fields, enhancing traceability of modifications. Introduce a new button in the UI to access the audit history, along with corresponding styles and JavaScript logic for improved user interaction. Update relevant backend functions to support this feature, ensuring proper access control and data retrieval.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 13:08:23 -04:00
3ac01a6f00 MSIN-4464 — Revamp event selection form in audit logs. Replace dropdown with a search input and direct ID entry for improved usability. Enhance event filtering with live search capabilities and update layout for better accessibility, ensuring a more intuitive experience for users managing audit logs.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 13:06:08 -04:00
ffb679626e MSIN-4464 — Refactor audit event selection in admin interface. Update SQL query to improve sorting logic for events and enhance the event selection form with a live search feature. Adjust layout and add direct input for event IDs, improving usability and accessibility for users managing audit logs.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 13:04:18 -04:00
c8aa6394f5 MSIN-4464 — Enhance audit logging functionality for participant management. Introduce new functions to track last touch events and handle cancellation/restoration of participant registrations. Update admin interface to display recent logs and improve oversight of audit activities, ensuring better traceability of changes made to participant records.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 13:00:05 -04:00
1260270c7d MSIN-4464 — Implement audit logging for participant updates. Introduce functions to track changes to 'no_bib', 'no_bib_remis', and participant status, ensuring traceability of modifications. Enhance the admin interface to support these audit features, improving oversight and accountability in participant management.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:57:22 -04:00
97ac1807b0 MSIN-4464 — Add configuration for fiche audit traceability in admin interface. Introduce a new sidebar section for audited fields and retention, enhancing the user experience by providing easy access to audit-related features.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:40:04 -04:00
260c617e35 Remove reference to MSIN-4460 from UI messaging in admin kit management. Clarify text regarding delegable kits to enhance user understanding without altering functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:38:21 -04:00
689b0a12f7 MSIN-4460 — Update delegation logic for kits in admin interface. Remove restrictions on delegable kits, allowing super admins to decide on delegation per kit. Clarify UI messaging regarding kit assignments and delegation options for improved user understanding.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:32:08 -04:00
dbe25c8a77 MSIN-4457 — Adjust layout of event access form by modifying column sizes for improved responsiveness. Update label for days input to enhance clarity, ensuring a better user experience in the event management interface.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:28:51 -04:00
7b881be0a7 MSIN-4457 — Refactor event selection UI to improve usability by removing absolute positioning and implementing a responsive height for result lists. This change enhances the visibility of event options and prevents clipping issues, ensuring a better user experience during event searches.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:26:42 -04:00
44241a5010 MSIN-4457 — Enhance event selection UI by adding scrollable result lists for better usability. Update input fields to include position-relative styling and adjust result limits in SQL queries to accommodate more historical events, improving the overall user experience in event searches.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:22:54 -04:00
6202665862 MSIN-4457 — Update event search logic to prioritize recent events. Modify SQL query to sort by event end date and ID, improving the visibility of upcoming events in search results. Increase result limit to enhance user experience.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-15 12:17:03 -04:00
9cf4367521 MSIN-4430 — Add button for bib confirmation in inscriptions management interface. This change introduces a new button for confirming bib entries, enhancing user interaction and streamlining the process. The previous button implementation has been removed to avoid duplication.