Skip to content

feat: implement Trade Log tracking on Dashboard - #62

Open
poketonova wants to merge 2 commits into
novaoc:mainfrom
poketonova:feat/trade-log
Open

feat: implement Trade Log tracking on Dashboard#62
poketonova wants to merge 2 commits into
novaoc:mainfrom
poketonova:feat/trade-log

Conversation

@poketonova

Copy link
Copy Markdown
Collaborator

This PR implements a "Trade History Tracking" feature as researched from competitors like Collectr.

Changes:

  • Portfolio Store: Added tradeLog state, logTrade action, and deleteTrade action. These are persisted to IndexedDB along with other user data.
  • Dashboard View: Added a new "Trade Log" section to the user dashboard. Users can now:
    • Log manual trades (items given vs items received).
    • Track the value difference of their trades.
    • View a history of recent trades directly on their dashboard.
    • Delete past trade entries.

This feature aligns with Rarebox's mobile-first design by providing a lightweight way to track collection evolution without complex server-side requirements.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

@poketonova is attempting to deploy a commit to the novaoc's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant