xwikisas / application-xpoll

Simple poll application, Doodle like
0 stars 6 forks source link

Add support for having a different display per poll type #90

Open mflorea opened 2 years ago

mflorea commented 2 years ago

Some poll types, such as Condorcet, might need a different, dedicated, display mode in order to be efficient. See @trrenty comment on https://github.com/xwikisas/application-xpoll/issues/86#issuecomment-990044045 . Ideally we should provide a generic API that allows poll type to provide a custom display both for voting and for displaying the votes.