Contribute
eCamp v3 is the re-development of eCamp with the goal of reimplementing the functionality of eCamp v2 using modern technologies and an extensible architecture. Currently, an MVP (minimum viable product) is in operation. Next, we will focus on course planning, and further extensions will follow later.
The following commonly requested improvements over eCamp v2 are already implemented:
- Improved saving features - where possible, data are auto-saved on the fly.
- Usability on mobile phones - the design is mobile-first.
- Login via MiData account of the Swiss Guide and Scouts Movement is possible
- Switching the user interface language
- Formatting texts (bold, italic, bullet lists etc.)
eCamp v3 is made up of a backend based on the PHP framework API Platform (Symfony), which offers an API, as well as a Vue.js frontend and some other smaller services.
How can I help?
Thanks for helping! There are a few ways to get started.
- Visit our test environment at https://dev.ecamp3.ch. If you discover a bug, open a new issue for it.
- To help us translate eCamp v3 into other languages, visit our translation tool.
- To run the project locally on your computer, follow one of the installation guides:
- If you encounter issues during setup or have questions, don’t worry, you’re not alone. You can ask for help on our community discord server and we’ll do our best to help you get up and running.
- Before you start coding, read our contributing guidelines.
- Familiarize yourself with the documentation in the Wiki.
- Choose an issue labeled “good first issue” and try to solve it.