DashboardView: integrar SCurveChart con métricas y curvas planificada/real
This commit is contained in:
@@ -12,6 +12,7 @@ import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from
|
||||
import HuDrafts from '@/components/HuDrafts.vue'
|
||||
import AiProjectChat from '@/components/AiProjectChat.vue'
|
||||
import PrioritizerCard from '@/components/PrioritizerCard.vue'
|
||||
import SCurveChart from '@/components/SCurveChart.vue'
|
||||
import { analyzeProjectEpics, analyzeProjectHUs, saveEpicDrafts, saveHUDrafts } from '@/services/project-analyzer'
|
||||
import { getDrafts, deleteDraft, type HuDraftRecord } from '@/services/hu-drafts-db'
|
||||
import { kappa } from '@/services/kappa-api'
|
||||
@@ -667,6 +668,9 @@ const statusLabel = (status: unknown) => {
|
||||
<!-- Priorizador Diario -->
|
||||
<PrioritizerCard />
|
||||
|
||||
<!-- Curva S -->
|
||||
<SCurveChart v-if="project" :project-id="project.id" />
|
||||
|
||||
<!-- AI Chat -->
|
||||
<AiProjectChat
|
||||
:project-id="project.id"
|
||||
|
||||
Reference in New Issue
Block a user