climatereferendum / aliceingovernment.com

aliceingovernment.com
2 stars 1 forks source link

voting Form stays on top of pages when navigating away #39

Closed D-cypher closed 5 years ago

D-cypher commented 5 years ago

@elf-pavlik can you check the form, it's stays above the other pages when people don't completely finish it and navigate away.

elf-pavlik commented 5 years ago

Actually when i wrote code to manage selecting solutions, after selecting 3 it was hiding all the rest as well as navigation footer. This way person would normally would focus on completing the vote and not navigate to other page. Of course we need to support case where someone would click back button.

I think we may also need to add some kind of 'abort' option if someone changes one's mind and doesn't want to complete the vote.

Tianguistengo commented 5 years ago

I love the idea of removing all elements (solutions, nav bar, etc.) when completing the form so users can focus.

Maybe a simple X for closing should be enough to abort. It should take you to /solutions but without your solutions selected

elf-pavlik commented 5 years ago

I think we have enough space on the screen to keep showing on top which solutions someone selected, maybe just make them little more compacted. I'll look into that...