Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 710 Bytes

File metadata and controls

34 lines (23 loc) · 710 Bytes

Summary

Related Issue

Closes #

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactor / code cleanup
  • CI / build / tooling change

Key Changes

Testing

  • Unit tests pass locally (pytest tests/)
  • Manual API test (curl / OpenAPI docs)
  • Frontend smoke test (npm run dev)
  • New tests added for this change

Checklist

  • Code follows project style (black/ruff for Python, eslint for frontend)
  • Self-review completed
  • Documentation updated where needed
  • PR targets the develop branch (not main)