ecency / ecency-mobile

Ecency Mobile - reimagined social blogging, contribute and get rewarded (for Android and iOS)
https://ecency.com
MIT License
232 stars 69 forks source link

Nt/multiple choice #2877

Closed noumantahir closed 1 month ago

noumantahir commented 1 month ago

What does this PR?

support for select multiple choices upto number mentioned in property max_choices_votes right now, since out poll.ecency end point do not support updated schema, polls will not work as expected, for testing purposes I used poll-beta from hivehub

However, something to keep in mind, once we do update polls.ecency, our users using app variant that supports old version of polls will no longer be able to use polls as expected since updated schema returns array of choices instead of choice_num under poll_voters

UPDATE: merged poll blog icon branch into this, to show poll icon in user feed

Screenshots/Video

https://github.com/ecency/ecency-mobile/assets/6298342/9718b267-40b1-418c-8bd1-111d03bc21ff

https://github.com/ecency/ecency-mobile/assets/6298342/bc63af86-4fce-40e6-91b7-226b8ae568fd

poll blog icon display

Screenshot 2024-05-22 at 20 27 13
noumantahir commented 1 month ago

added support for POLL text/tag above title along with PROMOTED text

Screenshot 2024-05-23 at 18 25 15 Screenshot 2024-05-23 at 18 25 26 Screenshot 2024-05-23 at 18 25 38
noumantahir commented 1 month ago

UPDATE:

refined poll choices styling a bit

BEFORE

Screenshot 2024-05-23 at 19 01 39

NOW

Screenshot 2024-05-23 at 18 58 40