frontend-monorepo icon indicating copy to clipboard operation
frontend-monorepo copied to clipboard

Add filtering to the proposals page and support URL based filtering

Open JonRay15 opened this issue 1 year ago • 0 comments

Blocked by #2990

The Chore

This would help us to support users in Console that need to see any proposals impacting a single market for instance.

Tasks

  • [ ] Proposal page should accept a query string eg /proposals?type=UpdateMarket&marketId=xyz&votePubkey=123 so that a link can be shared or available on other apps
  • [ ] Add UI to set type
  • [ ] Should include:
    • [ ] Ability to filter by market ID on market updates
      • There is no market Id filter this will need to be done client side
    • [ ] Type
    • [ ] Un-voted vs voted (votepubKey)

Additional details / background info

JonRay15 avatar Dec 05 '23 17:12 JonRay15