OpenVAA / voting-advice-application

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

feat: harmonize question types between Voter and Candidate App #555

Open kaljarv opened 3 weeks ago

kaljarv commented 3 weeks ago

The Candidate App currently uses its own implementations and types for fetching questions and filtering the ones to show. The same APIs should be used for both.

See: - $lib/api/candidate.ts