Benjamin Petetot

Results 43 comments of Benjamin Petetot

Yes seems a good idea. If it's done, I think it should follow the git syntax.

Maybe a higher issue should be : "Create a public API (with key management)" Same needs with #108

Maybe this could help: https://spdx.org/licenses/ It contains all official license identifiers. These identifiers must be used in the `license` attribute of the `package.json` as explained in [npm documentation](https://docs.npmjs.com/files/package.json#license)

En effet actuellement on affiche toujours dans le menu de gauche et la navbar la derniere conference consultée. Je comprend qu'il y a un flou, il faudrait revoir ce comportement.

Also be able to set as mandatory formats and categories when submitting This one will be done in #646

Maybe compute the average AND the median could be a solution, wdyt?

Thanks for the proposal. You're right, it can be useful. I mark the issue as feature, and translate the issue title in english.

**A simplier data model for meetup agenda:** ``` events/{id}/meetups/{id} - name - description - date (datetime) - location - sessions: [{ - proposalId - duration (number: minutes) }] ``` And...