copenhagenjs / copenhagenjs.dk

Website for CopenhagenJS - A monthly javascript meetup group
https://copenhagenjs.dk
25 stars 16 forks source link

Create workshop type #418

Open kevinsimper opened 4 years ago

kevinsimper commented 4 years ago

There should be a special workshop type that allow custom behavior It should check the capacity of the workshop

One graphql mutation will be attendWorkshop. That will check:

kevinsimper commented 4 years ago

Have begun working on it here https://github.com/copenhagenjs/copenhagenjs.dk/pull/436

We need a way to get a list of workshops first.

kevinsimper commented 4 years ago

A workshop has following properties more than events has (at the moment): price maxAttendees questions

In first iteration you will be able to make a free workshop and attend. In the future version you can apply to attend a workshop, because it is not sure you should attend if it does not fit.