Skip to content

Dev#69

Merged
koishi510 merged 4 commits into
mainfrom
dev
Feb 8, 2026
Merged

Dev#69
koishi510 merged 4 commits into
mainfrom
dev

Conversation

@koishi510
Copy link
Copy Markdown
Owner

Related Issue

Summary

Change Type

  • New Feature (feat)
  • Bug Fix (fix)
  • Refactoring (refactor)
  • Performance Improvement (perf)
  • Documentation (docs)
  • Dependency / Configuration (chore)

Self-Check Checklist

Backend:

  • Code runs correctly in local environment
  • Ran uv run ruff format . and uv run ruff check . --fix
  • Ran uv run mypy app/
  • (If dependencies changed) Ran uv lock && uv export > requirements.txt and committed both files

Frontend:

  • (If frontend changed) Ran npm run lint in frontend/
  • (If frontend changed) Ran npm run build in frontend/ without errors

General:

  • Removed all temporary debug output (print/console.log)
  • No sensitive data (API keys, credentials) in the code

Test Steps

  1. Pull branch and sync environment:
    uv sync
    cd frontend && npm install && cd ..
  2. Run the application:
    # Terminal 1 - Backend
    uv run uvicorn app.main:app --reload --port 8000
    # Terminal 2 - Frontend
    cd frontend && npm run dev
  3. Verification steps:
    • ...

@koishi510 koishi510 requested a review from 4rthurCai as a code owner February 8, 2026 17:37
@koishi510 koishi510 merged commit d513adc into main Feb 8, 2026
11 checks passed
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.

1 participant