Closed nxtCoder19 closed 2 months ago
This pull request updates the webinar application, removes cluster-related code from the console application, and makes various other changes across multiple files. The main focus is on updating the webinar application to handle user authentication and session management, while also removing dependencies on cluster information in the console application.
Change | Details | Files |
---|---|---|
Updated webinar application to handle user authentication and session management |
|
src/apps/webinar/src/app/page.tsx src/apps/webinar/src/app/components/join-webinar.tsx src/apps/webinar/src/app/pages/meeting/page.tsx src/apps/webinar/src/app/api/get-user/route.ts |
Removed cluster-related code from console application |
|
src/apps/console/page-components/app/compute.tsx src/apps/console/routes/_main+/$account+/env+/$environment+/routers/handle-router.tsx src/apps/console/routes/_main+/$account+/env+/$environment+/new-app/app-compute.tsx src/apps/console/routes/_main+/$account+/env+/$environment+/external-apps/external-app-resource.tsx src/apps/console/routes/_main+/$account+/env+/$environment+/_layout.tsx src/apps/console/routes/_main+/$account+/env+/$environment+/apps/apps-resources-v2.tsx src/apps/console/routes/_main+/$account+/env+/$environment+/managed-resources/managed-resources-resource-v2.tsx |
Updated authentication flow in the auth application |
|
src/apps/auth/routes/_providers+/login.tsx |
Updated TypeScript configuration for webinar application |
|
src/apps/webinar/tsconfig.json |
Summary by Sourcery
Enhance the webinar application by integrating user authentication, refactor the webinar and meeting pages for better data handling and loading management, update TypeScript configuration, and clean up the codebase by commenting out unused code.
New Features:
Enhancements:
Build:
Chores: