feat: showDate toggle on card via task modal checkbox

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-01 14:36:57 +09:00
parent c578fbc324
commit f86fd00674
6 changed files with 24 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ model Task {
issueNote String?
startDate DateTime?
dueDate DateTime?
showDate Boolean @default(true)
creatorId String
assigneeId String?
createdAt DateTime @default(now())