Update the Dashboard filter dropdown to allow users to: View polls they’ve voted in before (label these as “Participated”). View polls they have created (label these as “Created”). use these routes `GET /api/polls/participated` `GET /api/polls/created`
Update the Dashboard filter dropdown to allow users to:
View polls they’ve voted in before (label these as “Participated”).
View polls they have created (label these as “Created”).
use these routes
GET /api/polls/participatedGET /api/polls/created