bpetetot / conference-hall-beta

📣 An open SaaS platform to manage call for papers
https://conference-hall.io
MIT License
133 stars 46 forks source link

Manage meetups #761

Open bpetetot opened 4 years ago

bpetetot commented 4 years ago

Description

Be able to manage my meetups in Conference Hall.

As organizers, I want to:

As a speaker or attendee, I want to:

bpetetot commented 4 years ago

On this feature I would like to try a new development pattern based on pure React and without using k-ramel. The main goal is to have a high level context of the feature containing the data and crud functions. It will use the useReducer hook to dispatch actions.