Open
Conversation
aab38ca to
2b8b25a
Compare
Matching service Implement timeout feature - Redis TTL, inform through websocket Handle websockets exceptions/errors/disconnections - retries, cleanups -> No retries needed, only resource clean up Implement new matching criteria: primary language and secondary languages Use proper FASTAPI env variable handling instead of load_dotenv Load defined list of criteria from question service - check question service specs Implement queue cancellation endpoint
…6s1-project-g19 into 24-collaboration-page-integration
Question service (New api endpoints)
…ject-g19 into 24-collaboration-page-integration
Phase 2 Resources Breakdown: RDS User Database (15 resources): ├── aws_db_instance.main ├── aws_db_parameter_group.main ├── aws_iam_role.rds_monitoring ├── aws_iam_role_policy_attachment.rds_monitoring ├── null_resource.create_databases ├── aws_cloudwatch_metric_alarm.database_cpu ├── aws_cloudwatch_metric_alarm.database_memory ├── aws_cloudwatch_metric_alarm.database_storage └── (7 internal AWS-managed resources for Multi-AZ, backups, etc.) × 4 (user, question, matching, history) = 60 resources ElastiCache Matching Redis (13 resources): ├── aws_elasticache_replication_group.main ├── aws_elasticache_cluster (node 1) ├── aws_elasticache_cluster (node 2) ├── aws_elasticache_parameter_group.main ├── aws_cloudwatch_metric_alarm.cache_cpu ├── aws_cloudwatch_metric_alarm.cache_memory ├── aws_cloudwatch_metric_alarm.cache_evictions └── (6 internal AWS-managed resources for failover, Multi-AZ, etc.) × 3 (matching, collaboration, chat) = 39 resources Shared Infrastructure (7 resources): ├── aws_db_subnet_group.main └── aws_elasticache_subnet_group.main TOTAL: 60 + 39 + 7 = 106 resources
Question service
Change get session history to retrieve user id from jwt
Reorder question difficulty via difficulty level
Add Question List and Past Session
Bug fix: relax language matching criteria if one pri lang one sec lang
Frontend matching service display update for relax status
Add verification button
Update documentation
Fix session edge case
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.
👋! 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:
For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @shaunlxw @bertrandong @kimshitong @leejaegeun-sql @JoanneHing