ProjectListView + DashboardView: mostrar ID del proyecto (#305) junto al nombre

- pushDraft: épica usa JSON con client_taker + status=false
- ToastNotification: sistema de notificaciones toast global
- useToast: composable singleton para mostrar/descartar toasts
This commit is contained in:
2026-05-29 12:01:11 -05:00
parent 19c6fb3153
commit b45caee583
6 changed files with 125 additions and 39 deletions
+1
View File
@@ -52,6 +52,7 @@ export interface HuDraftRecord {
description: string
acceptanceCriteria: string
priority: string
story_points?: number
type: string // 'U' = HU, 'E' = Epic, 'F' = Feature, 'T' = Task, 'B' = Bug
metadata: string // JSON opcional: { linkedHuTitles?: string[], estimatedStart?: string, estimatedEnd?: string }
sourceSessionId?: number