match4everyone / match4everything

Other
7 stars 0 forks source link

Here is a pretty signup page #213

Closed feeds closed 3 years ago

feeds commented 3 years ago

Go and check it out, fixes #212

feeds commented 3 years ago

Known bug: JS does not fade out if the checkbox is not selected. @maltezacharias How can one fix this? -- fixed

feeds commented 3 years ago

Major feedback on the layout can be submitted, but small tweaks are not for now ;)

bjrne commented 3 years ago

I know you said small tweaks are not for now, but maybe they are fixed in a minute, otherwise just consider this a a note to myself ;)

This looks weird when loading the page Screenshot from 2020-08-13 09-07-00 Its layout however works when unchecked: Screenshot from 2020-08-13 09-08-23

Minor thing, this could use a bit of spacing: Screenshot from 2020-08-13 09-08-59

bjrne commented 3 years ago

Notes for you:

feeds commented 3 years ago

The preselection is actually intendend ` m4e.OrderedSingleChoiceProperty( name="experience", label="Experience Level",

no_choice_option=True,

                        # no_choice_label="None chosen",
                        choices=[
                            (0, "Preclinical Section"),
                            (1, "Last Year Student"),
                            (2, "Assistant Doctor"),
                            (3, "Consultant"),
                        ],
                        default=0,
                    ),

`