Push fronted and merge backend#2
Open
boyonglin wants to merge 9 commits into
Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR consolidates the project structure by merging frontend and backend into a monorepo architecture, removes deprecated web-react components, and refines Google Calendar OAuth scopes for proper API integration.
- Removed deprecated
web-reactfolder and Python OAuth helper scripts - Established monorepo structure with
client/andserver/directories - Added comprehensive UI component library based on shadcn/ui
- Implemented Google Calendar OAuth integration with refined scopes
Reviewed Changes
Copilot reviewed 79 out of 2885 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| web-react/* | Removed deprecated React demo application files |
| get_token.py, get_calendar_details.py | Removed Python OAuth helper scripts |
| shared/types.ts | Added shared TypeScript type definitions for User, CalendarEvent, and TimeSlot |
| server/* | Added Express.js backend with TypeScript configuration |
| package.json | Added root-level monorepo scripts using concurrently |
| client/* | Added new React client with Vite, TypeScript, and comprehensive UI components |
| client/src/contexts/GoogleAuthContext.tsx | Implemented Google OAuth integration with Calendar API access |
Files not reviewed (1)
- server/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
44582f1 to
8a19b4a
Compare
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 83 out of 2888 changed files in this pull request and generated 4 comments.
Files not reviewed (1)
- server/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c10f14b to
3f0a4fb
Compare
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.
Changes