Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create workshop type #418

Open
kevinsimper opened this issue Dec 30, 2019 · 2 comments
Open

Create workshop type #418

kevinsimper opened this issue Dec 30, 2019 · 2 comments

Comments

@kevinsimper
Copy link
Member

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:

  • is there space left
  • has the event passed
@kevinsimper
Copy link
Member Author

Have begun working on it here
#436

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

@kevinsimper
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant