Emmanuel DEMEY
Emmanuel DEMEY
It looks like an archived event with a due date in the future, is still displayed in the list of public events, when a user want to propose a talk....
**Description** We could give some feedback to the speaker when on of his talk has been refused. We could write some feedbacks via a textarea or choose a reason from...
**Description** When we review a proposal, we should display a feedback textarea in order to explain why we made this choice. We could make this textarea required (when configuring the...
**Description** _A clear and concise description of what the new feature is._ **Additional context** _Add any other context or screenshots about the feature request here._
Here is a feedback we had during the GDG Summit . Would be great to be able to post an announcement as an organizer when we are looking for a...
We should implement a page with some stats about a CFP - How many proposals ? - How many proposals per category ? - How many proposals per type of...
When using promise, we often use the `then` method with two parameters : one for success and one for error. Some guidelines explain that we should avoid the use of...
- Separate configuration for a module into its own file named after the module. A configuration file for the main `app` module is named `app.config.js` (or simply `config.js`). A configuration...