M7-02b P1 | ChatSession 新增 isArchived + isPinned #93
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
目标
isArchived 归档、isPinned 置顶。会话管理增强,不挡主流程。
Schema
完成情况
交付物
ChatSession 新增字段 (
prisma/schema.prisma):Service 层 —
updateSession方法:isPinned?/isArchived?参数PATCH /rag-chat/sessions/:id更新Controller 层:
PATCH /rag-chat/sessions/:id新端点排序规则
会话列表排序:
isPinned === true优先lastMessageAt DESC涉及文件