OpenVAA / voting-advice-application

An open-source platform for creating Voting Advice Applications (VAAs)
https://openvaa.org/en
GNU General Public License v3.0
10 stars 0 forks source link

refactor: Candidate App questions display #556

Open kaljarv opened 3 months ago

kaljarv commented 3 months ago

The Candidate App currently has two almost identical routes /questions/[questionId] and /questions/edit/[questionId], which could easily be combined. Also, the <UnAnsweredQuestion> and <AnsweredQuestion> components contain overlapping code, which would be better avoided.

Other things to consider at the same time: