Make price tracking optional and off by default #23
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
question
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/incr#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Price tracking (current price, profit/loss, SWR columns) makes sense as a feature but should not be on by default — it adds financial context that is irrelevant for non-financial use cases and makes the app feel more VWCE-specific than it is.
Proposed behaviour
StatsBox, hide profit/loss stats, hide SWR columns in the milestones tableNotes
UPDATE PRICEaction in the dropdown can remain but should only appear when price tracking is enabledcurrentPriceprop chain inStatsBox/dashboard.tsxcan be kept; just conditionally render based on the opt-in flagUsermodel (boolean columnprice_tracking_enabled, defaultfalse) or in a settings table