Skip to content

Conversation

github-classroom[bot]
Copy link

@github-classroom github-classroom bot commented Aug 31, 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: @jiakai-17 @tanshiyu1999 @Sebtey @richiehx @TobyCyan

github-classroom bot and others added 7 commits August 31, 2025 12:36
* feat: create rsbuild project

* chore: update lint rules

* chore: update dev server

* feat: add tailwindcss

* feat: add shadcn

* chore: fix formatting

* add auth initiation

* remove comment

* feat: add tanstack router

* chore: update lint file patterns

* feat: add landing page

* add width to frontend

* chore: add remote font

* feat: add more routes

* feat: add basic navbar

* add auth

* add .env

* add protected route

* add session data example

* show raw session data

* remove relative path

* chore: add ai usage log

* feat: add matching ui

* chore: add ai attribution header

* initalize schema

* feat: add resizable layout for editor

* feat: add markdown question description

* style: update monospace font

* chore: update AI usage log scripts

* chore: remove package-lock

- we are using pnpm

* add profile

* fix: handle long question texts

* feat: add monaco editor

* feat: add pyodide worker to run code

* feat: allow interrupting execution

* feat: add execution time

---------

Co-authored-by: tanshiyu <[email protected]>
* feat: create rsbuild project

* chore: update lint rules

* chore: update dev server

* feat: add tailwindcss

* feat: add shadcn

* chore: fix formatting

* add auth initiation

* remove comment

* feat: add tanstack router

* chore: update lint file patterns

* feat: add landing page

* add width to frontend

* chore: add remote font

* feat: add more routes

* feat: add basic navbar

* add auth

* add .env

* add protected route

* add session data example

* show raw session data

* remove relative path

* chore: add ai usage log

* feat: add matching ui

* chore: add ai attribution header

* initalize schema

* feat: add resizable layout for editor

* feat: add markdown question description

* style: update monospace font

* chore: update AI usage log scripts

* chore: remove package-lock

- we are using pnpm

* add profile

* fix: handle long question texts

* feat: add monaco editor

* feat: add pyodide worker to run code

* feat: allow interrupting execution

* feat: add execution time

* Setup kafka and empty matching service and add gitignore

* Create producer, consumer, and message handler

* Add new types and set up matcher

* Implement event emitter to produce message when match found

* Extract out match criteria into its own class

* Update services/matching-service/consumer-message-handler.ts

Co-authored-by: Copilot <[email protected]>

* Update services/kafka-service/admin.ts

Co-authored-by: Copilot <[email protected]>

* Apply match result type for param

* fix: revert frontend package json changes

This partially reverts commit 2730657.

* Update services/matching-service/matcher.ts

Co-authored-by: Copilot <[email protected]>

* Setup kafka and empty matching service and add gitignore

* Create producer, consumer, and message handler

* Add new types and set up matcher

* Implement event emitter to produce message when match found

* Extract out match criteria into its own class

* Apply match result type for param

* Update services/matching-service/consumer-message-handler.ts

Co-authored-by: Copilot <[email protected]>

* Update services/kafka-service/admin.ts

Co-authored-by: Copilot <[email protected]>

* fix: revert frontend package json changes

This partially reverts commit 2730657.

* Update services/matching-service/matcher.ts

Co-authored-by: Copilot <[email protected]>

* Produce match preferences with match found

* Call matcher enqueue and dequeue directly

* Produce one match success message

* Time out user

---------

Co-authored-by: jiakai-17 <[email protected]>
Co-authored-by: tanshiyu <[email protected]>
Co-authored-by: Copilot <[email protected]>
* chore: add question-service backend

* add question schema

* chore: change core schema, and add api endpoint for user

* feat: add user profile update

* chore: add question frontend

* feat: create add question feature

* feat: add question edit and getting feature

* fix: fix navbar bug

* fix: fix route

* feat: add route protection

* Update question-service/src/repositories/questionRepository.ts

Co-authored-by: Copilot <[email protected]>

* Update frontend/src/routes/admin/questions/add.tsx

Co-authored-by: Copilot <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
* refactor: optimise auth-server dockerfile

- follow HonoJS's recommended NodeJS dockerfile template at
https://hono.dev/docs/getting-started/nodejs#building-deployment
- update port number in dockerfile to 5002

* feat: add dockerfile for question service

- add dockerfile following HonoJS
https://hono.dev/docs/getting-started/nodejs#building-deployment

- add dockerignore
- set port to 5001
- remove unused userService file

* feat: add dockerfile and nginx config for frontend

- update ai usage log
- ignore package-lock.json in frontend, we are using pnpm here.

* feat: update main docker compose file

* refactor: change monaco editor

- fix font alignment issue in ms edge
- move monaco plugin to devDependency

* style: fix hyphen

U+2011 : NON-BREAKING HYPHEN -> U+002D : HYPHEN-MINUS {hyphen, dash; minus sign}
* feat: update proxy routes for frontend

* feat: update frontend api paths

* feat: update auth-server paths

* feat: update question service paths

* fix: change question service paths to plural
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.

3 participants