A Professional Template for large GDG events. This project has been designed to continue to be your DevFest/IWD website solution without having to create a new site or Firebase project every year.
The first implementation of #19 only allowed single roles to be selected. It turns out some speakers are mentors too, so to avoid redundancy I'll convert the role field into roles field, which is still a string, but it'll be able to contain multiple roles (comma or other separated). We'll loose however the safety of the popup picker, so someone might mistype roles.
The first implementation of #19 only allowed single roles to be selected. It turns out some speakers are mentors too, so to avoid redundancy I'll convert the
role
field intoroles
field, which is still a string, but it'll be able to contain multiple roles (comma or other separated). We'll loose however the safety of the popup picker, so someone might mistype roles.Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
1. 2. 3. 4.
Context (Environment)
Detailed Description
Possible Implementation