Frontend de template-saas - Workspace V2
Go to file
Adrian Flores Cortes 891689a4f4 [SPRINT-2] feat: Complete Portfolio, MLM and Goals UI modules
## ST-2.1 Portfolio UI (5 SP)
- Add CategoryDetailPage for category details and products
- Add ProductDetailPage with variants and prices management
- Add ProductFormPage for create/edit products
- Add 7 components: CategoryTree, CategoryForm, ProductCard, ProductForm,
  VariantList, PriceTable, ProductFilters
- Add Portfolio link to sidebar

## ST-2.2 MLM UI (8 SP)
- Add NodesPage with filters and status management
- Add 8 components: NetworkTree, StructureCard, NodeCard, RankBadge,
  NodeStatusBadge, MLMStatsCard, DownlineList, CommissionsSummary
- Complete MLM navigation structure

## ST-2.3 Goals UI (8 SP)
- Add AssignmentsPage for goal assignments list
- Add DefinitionFormPage for create/edit goal definitions
- Add 9 components: GoalProgressBar, GoalCard, GoalAssignmentCard,
  GoalFilters, GoalForm, ProgressLogList, ProgressLogForm, GoalsKPIGrid
- Complete Goals navigation with all routes

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 20:10:38 -06:00
public Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
src [SPRINT-2] feat: Complete Portfolio, MLM and Goals UI modules 2026-02-03 20:10:38 -06:00
tests/e2e test(e2e): Add E2E tests for Sales, MLM and Goals modules 2026-02-03 16:13:28 -06:00
.dockerignore Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
.env.example Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
.gitignore Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
Dockerfile Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
eslint.config.js Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
index.html Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
nginx.conf Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
package-lock.json Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
package.json Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
playwright.config.ts Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
postcss.config.js Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
README.md Initial commit 2026-01-16 14:04:05 +00:00
tailwind.config.js Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
tsconfig.json Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
tsconfig.tsbuildinfo [WORKSPACE] chore: Update tsconfig build info 2026-01-29 17:57:01 -06:00
vite.config.ts Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00
vitest.config.ts Initial commit - Frontend de template-saas migrado desde monorepo 2026-01-16 08:07:16 -06:00

template-saas-frontend-v2

Frontend de template-saas - Workspace V2