Skip to content

Conversation

@Vaibhav701161
Copy link

This PR introduces a Google Classroom API integration under Lms/Google-Classroom/ as part of the LFX Mentorship project. The implementation includes:

fixes #120

  • Complete RESTful API server (server.js) providing endpoints to authenticate with Google, list, create, and fetch courses, manage teachers and students, handle coursework (assignments), and manage student submissions.

  • Endpoints exposed for: course and user management, coursework creation/fetch, submissions, grading, and authentication status.

  • OAuth2 integration with Google for secure user authentication and authorization.

  • Environment configuration template (.env.example) and package dependencies for rapid onboarding and local development.

  • Comprehensive test suite (test.js) demonstrating end-to-end API functionality covering authentication, course/assignment management, and data retrieval operations, as required for unified LMS backend integration and continuous validation.

@Vaibhav701161 Vaibhav701161 requested a review from a team as a code owner September 1, 2025 13:45
@Vaibhav701161 Vaibhav701161 changed the title Add Google Classroom API with REST endpoints for LFX Mentorship LMS integration Google Classroom LMS Sep 1, 2025
@NeoZ666
Copy link
Contributor

NeoZ666 commented Sep 29, 2025

@Vaibhav701161 use git commit -S -s -m "" sign the commit for the DCO check. Soft reset and append the commit.

@@ -0,0 +1,8 @@
GOOGLE_CLIENT_ID=
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need not make a new folder. Use the current npm_package ltsdk folder for all lms code. Rename server.js to your lms.
Move the test to tests module inside aforementioned folder.
You don't need the rest, hence remove the redundant files.
If there's new libraries being used, use it in the same package.json file.

Vaibhav701161 and others added 4 commits October 13, 2025 16:37
Signed-off-by: Vaibhav mittal <vaibhavmittal929@gmail.com>
Signed-off-by: Vaibhav Mittal <mittal.shaluatul@gmail.com>
Signed-off-by: Neo <115883668+NeoZ666@users.noreply.github.com>
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.

D14. Development. Specific templates for Google Classroom

2 participants