gdgfresno / valleydevfest2018

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.
https://delorean-demo.firebaseapp.com
MIT License
0 stars 1 forks source link

Being able to specify multiple roles for a speaker #20

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 4 years ago

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.

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce

1. 2. 3. 4.

Context (Environment)

Detailed Description

Possible Implementation