feat: Implement project management with new models, repositories, and API endpoints, and enhance character management with project association and DTOs.

This commit is contained in:
xds
2026-02-09 16:06:54 +03:00
parent 668aadcdc9
commit 458b6ebfc3
42 changed files with 728 additions and 60 deletions

View File

@@ -59,6 +59,7 @@ class Token(BaseModel):
class UserResponse(BaseModel):
id: str
username: str
full_name: str | None = None
status: str