Release v2025.2.0 - Admin Check-In DateTime Change Feature#128
Merged
joelmeaders merged 1 commit intomasterfrom Nov 15, 2025
Merged
Release v2025.2.0 - Admin Check-In DateTime Change Feature#128joelmeaders merged 1 commit intomasterfrom
joelmeaders merged 1 commit intomasterfrom
Conversation
- Add ability for admins to change registration date/time during check-in - Add date-time modal component with available time slots - Enhance changeRegistrationDateTime function for admin operations - Add PROGRAM_YEAR configuration to admin app - Update firebase.json with function rewrites - Update review page UI with change date/time button
|
Visit the preview URL for this PR (updated for commit 8b398a1): https://santas-workshop-193b5--pr128-admin-bext-6btonz12.web.app (expires Sat, 22 Nov 2025 23:16:11 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f0b558a974aa363796441c7f650ec9cb56399c9 |
|
Visit the preview URL for this PR (updated for commit 8b398a1): https://santas-workshop-admin--pr128-admin-bext-40v59mrf.web.app (expires Sat, 22 Nov 2025 23:16:16 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 6a29d691f177424b494fa72b582e37a775a8a23c |
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.
Release v2025.2.0
🚀 New Features
Admin Check-In DateTime Change
Admins can now modify registration date/time during the check-in review process, providing flexibility when customers need to reschedule.
Key capabilities:
Enhanced Backend Support
changeRegistrationDateTimeFirebase function with admin permissionsConfiguration Updates
PROGRAM_YEARinjection token (set to 2025)changeRegistrationDateTimefunction🔧 Changes
Review Page UI Improvements:
🐛 Fixes
changeRegistrationDateTimefunction📦 Files Changed
CHANGELOG.md- Updated with v2025.2.0 release notespackage.json(root, admin, app) - Version bumped to 2025.2.0firebase.json- Added function rewritedate-time-modalcomponent (component, service, spec, styles)main.ts- Added PROGRAM_YEAR providerchangeRegistrationDateTimefunctionTesting Checklist