TemaDeveloper / TemaDeveloper/personal_planner
feat: Dissolve baked-in assumptions (currency, fuel, gym cadence) into the profile
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Size: L — SP-3, needs design spec.
CAD currency, fuel-deduction, and gym-5-day assumptions are still hardcoded (src/lib/constants.ts, metric-resolver.ts, and some models), so a non-default life "opens the same app and most of it is wrong."
Scope
Drive currency, the work-cost model, and attendance cadence from profile facets with per-user settings + a data migration. Per adaptive M0 §1 and SP-3. Dissolving these baked-in assumptions is a prerequisite for the profile fully owning the app's shape.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading adaptive M0 §1 and SP-3, then inspect src/lib/constants.ts, metric-resolver.ts, and the affected models to map the baked-in assumptions. The work is done when currency, work-cost behavior, and attendance cadence come from per-user profile settings and existing data is migrated without retaining the defaults as universal behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100