populist-vote / web

The Populist web app.
https://populist.us
3 stars 2 forks source link

Add issue tagging to question creation form #283

Open linear[bot] opened 5 months ago

linear[bot] commented 5 months ago

Questions should be able to tagged with an Issue.

Will need a new question_issue_tags table to manage the relationship.

Graphql handlers will be needed to create the question_issue_tags record

Designs here: https://www.figma.com/design/SXPusu2UutAugBlS8kfBw0/Candidate-Guide---Desktop-01?node-id=0-1&t=khgYua6S8IXH3nXE-0

wileymc commented 5 months ago

I can handle the database / graphql side if someone wants to pick up the React piece