WorkshopManager is a events manager that help you to propose, to plan and to archive events in an easy way. Created and maintained by Yannick Chartois, Rémi Goyard, Christian Alonso Chavez and Miguel Diez Garcia. It was originally design to organise Workshops in the Bordeaux SQLI agency which authorize this project to be open source.
To get started, check out http://sqlilabs.github.io/WorkshopManager!
Two quick start options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/sqlilabs/WorkshopManager.git
.
Read the Getting Started section for install information and description of the functionality.
This project was originally build to create a tools and learn Play! framework at the same time... some part of the code still smell the sandbox, but we are working to get rid of the ugly parts DONE.
It was also an internal project at that time, so some comments are in French (which will be fixed quickly) (DONE) but sadly most of the GIT commit comments too, and that can't be fixed...
Finally, the project was hosted in Bitbucket, and during the import of bug trackers some errors occurred (because of our french accents ^^), then the ID in Github are (Bitbucket ID + 2) which help to understand some GIT comments
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.
WorkshopManager's documentation, included in this repo in the gh-pages branch, is built with Jekyll and publicly hosted on GitHub Pages at http://sqlilabs.github.io/WorkshopManager.
Read the Getting Started section
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, WorkshopManager will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Yannick Chartois
Rémi Goyard
Christian Alonso Chavez
Miguel Diez Garcia
Christophe Opoix
Under the Apache 2.0 license.