Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
497 stars 145 forks source link

replace roles multi-select with checkboxes #662

Closed DetachHead closed 3 years ago

DetachHead commented 3 years ago

Description

i turned the multiple select field on the registration screen into checkboxes since it's more user friendly than a standard html multiple select. it's not clear to a normal user that you're supposed to ctrl+click in order to select multiple options. it was also letting users pick "Select all the roles that apply to you" as an option.

old

image

new

image

Test process

  1. sign up and select checkboxes for your selected role
  2. go to profile and click edit
  3. ensure the selected checkboxes are the same ones signed up with

Requirements to merge