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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user