-
Couldn't load subscription status.
- Fork 0
Dev : Fix by QA #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev : Fix by QA #83
Conversation
-added staff scan qr page
added staff-qr page
- Fixed Staff-qr handling error - Fix error type assertions in staff/event/index.astro - Remove unused imports and variables
…/fdrpkm68-frontend into feat/firstdate/staff-qr
- Added auth functions getAuthToken() and getAuthHeaders() in api.ts - Fixed body stream error when scan qr code - Added handle error when user is not exist and when user scan wrong qr
- fix ButtonFd not send data
- Fixed no events active layout
…/fdrpkm68-frontend into feat/firstdate/staff-qr
* feat: added staff scan qr page -added staff scan qr page * fix: firstdate staff bg * feat: add @yudiel/react-qr-scanner * Feat: added staff-qr page added staff-qr page * chore: fix middleware doesn't work * feat: Implement qr scan with api * fix: staff-qr code - Fixed Staff-qr handling error - Fix error type assertions in staff/event/index.astro - Remove unused imports and variables * fix: qr scan error, body stream err, cannot send cookie to backend err - Added auth functions getAuthToken() and getAuthHeaders() in api.ts - Fixed body stream error when scan qr code - Added handle error when user is not exist and when user scan wrong qr * Fix: alternative form handle error - fix ButtonFd not send data * fix: no event active layout - Fixed no events active layout * fix: qrcode --------- Co-authored-by: neennera <[email protected]> Co-authored-by: Thukdanai Thaothawin <[email protected]> Co-authored-by: Borworntat Dendumrongkul <[email protected]>
(cherry picked from commit 77bf8bf)
Fix/qr code not scan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements bug fixes and UI improvements identified during QA testing. The changes address QR code refresh behavior, error handling logic, footer alignment, and profile data processing.
- Modified QR code auto-reload from 30 seconds to 1 second with enhanced interval management
- Simplified error handling by removing "Check-in not found" condition
- Updated footer layout to center-align contact information elements
- Fixed profile data processing to properly handle allergy/medication flags and use empty strings instead of null values
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/pages/firstdate/qrcode/index.astro | Updated QR code auto-reload timing and added interval management comment |
| src/lib/eventAPI.ts | Removed "Check-in not found" error condition from event status check |
| src/components/firstdate/Footer.astro | Added center alignment to contact information sections |
| src/components/common/profile/EditProfile.tsx | Enhanced profile data processing with proper boolean flags and empty string handling |
[Feat][RPKM] Group API
Uh oh!
There was an error while loading. Please reload this page.