Skip to content

Feedback#1

Open
github-classroom[bot] wants to merge 127 commits intofeedbackfrom
master
Open

Feedback#1
github-classroom[bot] wants to merge 127 commits intofeedbackfrom
master

Conversation

@github-classroom
Copy link

@github-classroom github-classroom bot commented Sep 7, 2025

👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.

Notes for teachers

Use this PR to leave feedback. Here are some tips:

  • Click the Files changed tab to see all of the changes pushed to the default branch since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.
  • Click the Commits tab to see the commits pushed to the default branch. Click a commit to see specific changes.
  • If you turned on autograding, then click the Checks tab to see the results.
  • This page is an overview. It shows commits, line comments, and general comments. You can leave a general comment below.
    For more information about this pull request, read “Leaving assignment feedback in GitHub”.

Subscribed: @jhwan0707 @LF1928 @senshir @YINZE66 @ChocoRagdoll

github-classroom bot and others added 30 commits September 7, 2025 13:42
Changed group number
🚀 Features:
- Full CRUD operations for questions (Create, Read, Update, Delete)
- Real LeetCode questions database with 10+ questions
- AI-powered question generation with OpenAI integration
- Advanced filtering, search, and pagination
- Performance monitoring and caching
- Comprehensive testing suite (Jest + Supertest)
- Docker containerization support
- Production-ready with security middleware

📊 Database:
- MongoDB with Mongoose ODM
- Optimized indexes for fast queries
- Real LeetCode questions (Two Sum, Binary Search, etc.)
- Statistics and analytics endpoints

🔧 Technical Stack:
- Node.js + Express + TypeScript
- MongoDB + Mongoose
- OpenAI API integration
- Docker + Docker Compose
- Jest testing framework
- Helmet security, compression, rate limiting

🎯 API Endpoints:
- GET /api/questions - List questions with filters
- POST /api/questions - Create question
- GET /api/questions/:id - Get specific question
- PUT /api/questions/:id - Update question
- DELETE /api/questions/:id - Delete question
- GET /api/questions/random - Random question
- GET /api/questions/statistics - Database stats
- POST /api/questions/generate - AI generation
- GET /health - Health check
- GET /metrics - Performance metrics

✅ Ready for production deployment and GitHub PR
- Add CONTAINERIZATION_GUIDE.md with complete setup instructions
- Fix Dockerfile to include sample-questions.json in build context
- Update Docker build process for proper TypeScript compilation
- Add network configuration and API integration examples
- Include troubleshooting and deployment instructions
- Update validators, models, and types for better functionality
- Add DEVELOPMENT.md with branch structure and workflow
- Establish formal development process
- Document current branch status and commit history
- Rename development branch to dev/question-service for better organization
- Update documentation to reflect new branch structure
- Clean up branch naming convention
ChocoRagdoll and others added 30 commits November 9, 2025 11:47
* Remove failing relax criteria buttons
* Update readme
… able to see password or not.

Added support for disabling profile page in collaboration page.
Added README for user-service.
Dev/collaboration readme
Staging matching service in to user-service
Dev/added support for some features
* Removed earlier due to errors
* Fix with the ordering of difficulties within question service
Add relax difficulty functionality
Rename src file and removed tests for user-service
Fixed the problem due to renaming and removed irrelevant components.
Updated project title and group information in README.
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.

4 participants