Skip to content

fix backend#14

Merged
Naren456 merged 5 commits intomainfrom
development
Feb 27, 2026
Merged

fix backend#14
Naren456 merged 5 commits intomainfrom
development

Conversation

@Naren456
Copy link
Copy Markdown
Owner

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
async Ready Ready Preview, Comment Feb 27, 2026 6:01pm

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 27, 2026

Deploy Preview for asyncapp canceled.

Name Link
🔨 Latest commit f83a1b4
🔍 Latest deploy log https://app.netlify.com/projects/asyncapp/deploys/69a1dbf241e8fc00088c2af7

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 27, 2026

Important

Review skipped

Too many files!

This PR contains 161 files, which is 11 over the limit of 150.

📥 Commits

Reviewing files that changed from the base of the PR and between 35e0bb5 and f83a1b4.

⛔ Files ignored due to path filters (30)
  • Backend/package-lock.json is excluded by !**/package-lock.json
  • Extension/icons/icon128.png is excluded by !**/*.png
  • Extension/icons/icon16.png is excluded by !**/*.png
  • Extension/icons/icon48.png is excluded by !**/*.png
  • Extension/icons/source_icon.png is excluded by !**/*.png
  • Extension/package-lock.json is excluded by !**/package-lock.json
  • Extension/promo_marquee.jpg is excluded by !**/*.jpg
  • Extension/promo_small.jpg is excluded by !**/*.jpg
  • Extension/public/icon128.png is excluded by !**/*.png
  • Extension/public/icon16.png is excluded by !**/*.png
  • Extension/public/icon48.png is excluded by !**/*.png
  • Extension/store_screenshot_2.jpg is excluded by !**/*.jpg
  • Extension/store_screenshot_3.jpg is excluded by !**/*.jpg
  • Extension/store_screenshot_4.jpg is excluded by !**/*.jpg
  • Frontend/assets/images/adaptive-icon.png is excluded by !**/*.png
  • Frontend/assets/images/favicon.png is excluded by !**/*.png
  • Frontend/assets/images/google-logo.png is excluded by !**/*.png
  • Frontend/assets/images/icon.png is excluded by !**/*.png
  • Frontend/assets/images/splash-icon-dark.png is excluded by !**/*.png
  • Frontend/assets/images/splash-icon-light.png is excluded by !**/*.png
  • Frontend/assets/images/splash-icon.png is excluded by !**/*.png
  • Frontend/package-lock.json is excluded by !**/package-lock.json
  • LandingPage/dist/assets/index-BXGBB0Up.js is excluded by !**/dist/**
  • LandingPage/dist/assets/index-DU9iZw5W.css is excluded by !**/dist/**
  • LandingPage/dist/book-open.svg is excluded by !**/dist/**, !**/*.svg
  • LandingPage/dist/index.html is excluded by !**/dist/**
  • LandingPage/dist/vite.svg is excluded by !**/dist/**, !**/*.svg
  • LandingPage/package-lock.json is excluded by !**/package-lock.json
  • LandingPage/public/book-open.svg is excluded by !**/*.svg
  • LandingPage/public/vite.svg is excluded by !**/*.svg
📒 Files selected for processing (161)
  • .easignore
  • .github/workflows/eas-update.yml
  • .gitignore
  • .vscode/settings.json
  • Backend/.gitignore
  • Backend/README.md
  • Backend/config/cloudinary.js
  • Backend/config/db.js
  • Backend/config/token.js
  • Backend/controllers/admin.controller.js
  • Backend/controllers/assignment.controller.js
  • Backend/controllers/auth.controller.js
  • Backend/controllers/coursera.controller.js
  • Backend/controllers/note.controller.js
  • Backend/controllers/subject.controller.js
  • Backend/cron/scheduler.js
  • Backend/index.js
  • Backend/jobs/assignmentCleanUp.js
  • Backend/jobs/syncAssignment.js
  • Backend/middleware/auth.js
  • Backend/middleware/upload.js
  • Backend/package.json
  • Backend/prisma/migrations/20250912065023_init/migration.sql
  • Backend/prisma/migrations/20250918092913_add_task_model/migration.sql
  • Backend/prisma/migrations/20250918105825_init/migration.sql
  • Backend/prisma/migrations/20250919153053_update_notes_schema/migration.sql
  • Backend/prisma/migrations/20250919155115_update_notes_schema/migration.sql
  • Backend/prisma/migrations/20251203052616_sync_schema/migration.sql
  • Backend/prisma/migrations/20251203063926_add_google_id/migration.sql
  • Backend/prisma/migrations/20251203114329_add_push_token/migration.sql
  • Backend/prisma/migrations/migration_lock.toml
  • Backend/prisma/schema.prisma
  • Backend/prisma/seed.js
  • Backend/routes/admin.route.js
  • Backend/routes/assignment.route.js
  • Backend/routes/auth.route.js
  • Backend/routes/coursera.route.js
  • Backend/routes/note.route.js
  • Backend/routes/subject.route.js
  • Backend/scripts/notifyNarendra.js
  • Backend/scripts/sendBroNotification.js
  • Backend/services/admin.service.js
  • Backend/services/assignment.service.js
  • Backend/services/auth.service.js
  • Backend/services/note.service.js
  • Backend/services/subject.service.js
  • Backend/utils/SyncCoursera.js
  • Backend/utils/icsParser.js
  • Backend/utils/notification.js
  • Extension/.gitignore
  • Extension/PRIVACY_POLICY.md
  • Extension/README.md
  • Extension/background.js
  • Extension/fix-manifest.js
  • Extension/manifest.json
  • Extension/package.json
  • Extension/popup.html
  • Extension/postcss.config.js
  • Extension/public/background.js
  • Extension/src/App.jsx
  • Extension/src/components/AssignmentCard.jsx
  • Extension/src/components/AssignmentsList.jsx
  • Extension/src/components/Button.jsx
  • Extension/src/components/EmptyState.jsx
  • Extension/src/components/LoadingState.jsx
  • Extension/src/components/StatCard.jsx
  • Extension/src/context/AppContext.jsx
  • Extension/src/context/ToastContext.jsx
  • Extension/src/hooks/useAssignments.js
  • Extension/src/hooks/useAuth.js
  • Extension/src/popup.jsx
  • Extension/src/screens/Dashboard.jsx
  • Extension/src/screens/LoginScreen.jsx
  • Extension/src/services/api.js
  • Extension/src/services/auth.js
  • Extension/src/styles.css
  • Extension/tailwind.config.js
  • Extension/vite.config.js
  • Frontend/.expo/README.md
  • Frontend/.expo/devices.json
  • Frontend/.expo/types/router.d.ts
  • Frontend/.gitignore
  • Frontend/.idea/Frontend.iml
  • Frontend/.idea/markdown.xml
  • Frontend/.idea/misc.xml
  • Frontend/.idea/modules.xml
  • Frontend/.idea/vcs.xml
  • Frontend/.vscode/extensions.json
  • Frontend/.vscode/settings.json
  • Frontend/README.md
  • Frontend/api/admin.js
  • Frontend/api/apiCall.js
  • Frontend/api/client.js
  • Frontend/api/endpoints.js
  • Frontend/api/services/adminService.js
  • Frontend/api/services/assignmentService.js
  • Frontend/api/services/authService.js
  • Frontend/api/services/noteService.js
  • Frontend/api/services/subjectService.js
  • Frontend/app.config.js
  • Frontend/app/_layout.tsx
  • Frontend/app/admin/_layout.tsx
  • Frontend/app/admin/analytics.tsx
  • Frontend/app/admin/assignmentForm.tsx
  • Frontend/app/admin/assignments.tsx
  • Frontend/app/admin/index.tsx
  • Frontend/app/admin/notifications.tsx
  • Frontend/app/admin/subjectForm.tsx
  • Frontend/app/admin/subjects.tsx
  • Frontend/app/admin/uploadNotes.tsx
  • Frontend/app/admin/users.tsx
  • Frontend/app/auth/forgot-password.tsx
  • Frontend/app/auth/signin.tsx
  • Frontend/app/auth/signup.tsx
  • Frontend/app/global.css
  • Frontend/app/index.tsx
  • Frontend/app/note/[id].tsx
  • Frontend/app/pdf/[id].tsx
  • Frontend/app/user/_layout.tsx
  • Frontend/app/user/assignment.tsx
  • Frontend/app/user/home.tsx
  • Frontend/app/user/notes.tsx
  • Frontend/app/user/profile.tsx
  • Frontend/app/welcome.tsx
  • Frontend/babel.config.js
  • Frontend/components/AnimatedSplashScreen.tsx
  • Frontend/components/AssignmentCard.tsx
  • Frontend/components/EditProfileModal.tsx
  • Frontend/components/FilterBar.tsx
  • Frontend/components/ProfileItem.tsx
  • Frontend/components/ProfileSection.tsx
  • Frontend/components/SemesterModel.tsx
  • Frontend/components/StatCard.tsx
  • Frontend/components/SubjectCard.tsx
  • Frontend/components/TermModal.tsx
  • Frontend/components/Toast.tsx
  • Frontend/eas.json
  • Frontend/eslint.config.js
  • Frontend/hooks/usePushNotifications.ts
  • Frontend/metro.config.js
  • Frontend/nativewind-env.d.ts
  • Frontend/package.json
  • Frontend/store/reducer.js
  • Frontend/store/store.js
  • Frontend/tailwind.config.js
  • Frontend/tsconfig.json
  • Frontend/utils/DataManager.ts
  • Frontend/utils/notificationScheduler.ts
  • LandingPage/README.md
  • LandingPage/eslint.config.js
  • LandingPage/index.html
  • LandingPage/netlify.toml
  • LandingPage/package.json
  • LandingPage/src/App.css
  • LandingPage/src/App.jsx
  • LandingPage/src/components/FeatureCard.jsx
  • LandingPage/src/components/PreviewSection.jsx
  • LandingPage/src/index.css
  • LandingPage/src/main.jsx
  • LandingPage/vite.config.js
  • README.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch development

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Naren456 Naren456 merged commit 431de5c into main Feb 27, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants