This repository was archived by the owner on Aug 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Staging #24
Merged
Merged
Staging #24
Conversation
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
Update staging branch to production
- Unify and clarify environment variable usage across apps - Replace subdomain-based path config with explicit app URLs - Update Next.js app ports for landing, docs, learn, and scout - Add .env.example for easier setup - Improve cookie and cross-domain config in auth - Fix login redirect and magic link callback handling - Update dependencies and lockfile
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…om/Team293/SpikeCenter into bugfix/auth-and-paths-config-local
Fix auth and paths for local development
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
…pikeCenter into feat/attendance-system
….tsx Co-authored-by: Copilot <[email protected]>
….tsx Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Feat/attendance system
Contributor
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 pull request adds a comprehensive attendance tracking system along with documentation and admin functionality. The PR introduces a new attendance application as a Progressive Web App (PWA) with user check-in/check-out capabilities, administrative dashboard for managing attendance records, and configurable shop days.
- Adds attendance tracking PWA with user authentication integration
- Implements admin dashboard with user management and attendance editing capabilities
- Introduces automated attendance processing via cron jobs
Reviewed Changes
Copilot reviewed 80 out of 82 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/env/src/env.shared.ts | Updates environment configuration to support multiple service URLs |
| packages/db/src/db/platforms/attendance.ts | Adds database schema for attendance tracking and shop days |
| apps/attendance/ | Complete new attendance tracking application with PWA capabilities |
| apps/auth/components/login-form.tsx | Updates login flow to work with new URL structure |
| packages/config/src/paths.config.ts | Refactors path configuration to use explicit app URLs |
Comments suppressed due to low confidence (1)
apps/attendance/app/admin/dashboard/_components/user-detail/user-detail-sheet.tsx:67
- Using @ts-expect-error to suppress type checking for the 'role' field indicates a type definition issue. Consider updating the database schema types to include the 'role' field instead of suppressing the error.
}
Co-authored-by: Copilot <[email protected]>
PillageDev
approved these changes
Aug 12, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Addition of docs, admin starter, attendance system
Changes
Checklist