Dev/question service#23
Open
jhwan0707 wants to merge 22 commits intofeature/question-service-microservicefrom
Open
Dev/question service#23jhwan0707 wants to merge 22 commits intofeature/question-service-microservicefrom
jhwan0707 wants to merge 22 commits intofeature/question-service-microservicefrom
Conversation
- 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
User service microservice
Dev/question service
merge ui with staging
merge user service to staging
Seperated the jsx files from styling and added collaboration page.
- Add complete chatbot microservice with CRUD operations - RESTful API endpoints for chat, conversations, and conversation management - OpenAI integration support with multiple chatbot modes - Performance monitoring and health checks - Docker configuration and containerization - Enhance question service for production readiness - Add database health check to health endpoint - Add comprehensive API response fields (testCases, examples, hints) - Improve error handling and validation - Add 17+ questions with test cases for code verification - Production-ready features: - Complete API responses with all relevant information - Database persistence for questions in MongoDB - Conversation management for chatbot - Health monitoring endpoints - Error handling and input validation - Security headers and rate limiting - Add Docker support for chatbot service - Add comprehensive documentation and test scripts
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.
Summary
This PR adds a complete chatbot microservice and enhances the question service for production readiness.
What's New
🤖 Chatbot Microservice
📚 Question Service Enhancements
Features
Testing
verify-production-ready.mdfor API documentationDocker
Both services can be run with Docker:
docker-compose upinquestion-service/docker-compose upinchatbot-service/