fix: feedback author display, sidebar scroll, stage sort by start date

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-05 22:55:11 +09:00
parent fa8ed76e22
commit 4960fe7352
6 changed files with 26 additions and 17 deletions

View File

@@ -99,6 +99,7 @@ model TaskDetail {
taskId String
milestoneId String?
content String
authorName String? // 피드백 작성자 표시명 (자유 입력)
updatedBy String
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt