feat: showProgress toggle and auto display flags on task type move

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-02 16:53:57 +09:00
parent 395680ea20
commit 849897b141
9 changed files with 62 additions and 16 deletions

View File

@@ -56,6 +56,7 @@ model Task {
showDescription Boolean @default(true)
showStatus Boolean @default(true)
showIssue Boolean @default(true)
showProgress Boolean @default(true)
keywords String?
creatorId String
assigneeId String?