Generalize copy — remove VWCE mentions #22

Closed
opened 2026-05-01 20:45:20 +02:00 by myrmidex · 0 comments
Owner

The app was originally built for VWCE tracking but the architecture is already asset-agnostic. Remove all hardcoded VWCE references from the UI and make the copy generic.

Changes needed

  • dashboard.tsx<Head title="VWCE Tracker" /><Head title="incr" />
  • StatsBox.tsx — hardcoded VWCE: €XX.XX price label → use the asset symbol from currentAsset.symbol (already available in dashboard state, just needs to be passed as a prop)
  • dashboard.tsx — pass currentAsset?.symbol to StatsBox as a prop
  • OnboardingFlow.tsx'Define your investment goals''Define your goals'
  • README.md — rewrite description to be generic
The app was originally built for VWCE tracking but the architecture is already asset-agnostic. Remove all hardcoded VWCE references from the UI and make the copy generic. ## Changes needed - `dashboard.tsx` — `<Head title="VWCE Tracker" />` → `<Head title="incr" />` - `StatsBox.tsx` — hardcoded `VWCE: €XX.XX` price label → use the asset symbol from `currentAsset.symbol` (already available in dashboard state, just needs to be passed as a prop) - `dashboard.tsx` — pass `currentAsset?.symbol` to `StatsBox` as a prop - `OnboardingFlow.tsx` — `'Define your investment goals'` → `'Define your goals'` - `README.md` — rewrite description to be generic
myrmidex added this to the v0.3.0 milestone 2026-05-01 20:45:20 +02:00
myrmidex added the
enhancement
label 2026-05-01 20:45:20 +02:00
myrmidex self-assigned this 2026-05-01 20:45:20 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/incr#22
No description provided.