refactor: replace Wizard with CoopBuilder in navigation, enhance budget store structure, and streamline template components for improved user experience

This commit is contained in:
Jennie Robinson Faber 2025-08-17 17:25:04 +01:00
parent eede87a273
commit f67b138d95
33 changed files with 4970 additions and 2451 deletions

View file

@ -58,7 +58,7 @@ export const useFixtures = () => {
category: 'Services',
subcategory: 'Development',
targetPct: 65,
targetMonthlyAmount: 0,
targetMonthlyAmount: 13000,
certainty: 'Committed',
payoutDelayDays: 30,
terms: 'Net 30',
@ -73,7 +73,7 @@ export const useFixtures = () => {
category: 'Product',
subcategory: 'Digital Tools',
targetPct: 20,
targetMonthlyAmount: 0,
targetMonthlyAmount: 4000,
certainty: 'Probable',
payoutDelayDays: 14,
terms: 'Platform payout',
@ -88,7 +88,7 @@ export const useFixtures = () => {
category: 'Grant',
subcategory: 'Government',
targetPct: 10,
targetMonthlyAmount: 0,
targetMonthlyAmount: 2000,
certainty: 'Committed',
payoutDelayDays: 45,
terms: 'Quarterly disbursement',
@ -103,7 +103,7 @@ export const useFixtures = () => {
category: 'Donation',
subcategory: 'Individual',
targetPct: 3,
targetMonthlyAmount: 0,
targetMonthlyAmount: 600,
certainty: 'Aspirational',
payoutDelayDays: 3,
terms: 'Immediate',
@ -118,7 +118,7 @@ export const useFixtures = () => {
category: 'Other',
subcategory: 'Professional Services',
targetPct: 2,
targetMonthlyAmount: 0,
targetMonthlyAmount: 400,
certainty: 'Probable',
payoutDelayDays: 21,
terms: 'Net 21',