Difference between revisions of "Tech Team"
Jump to navigation
Jump to search
m |
|||
Line 6: | Line 6: | ||
=== Project we're working on === | === Project we're working on === | ||
+ | (see also https://github.com/openfoodfacts/) | ||
* Server backend (Perl and MongoDB); | * Server backend (Perl and MongoDB); | ||
* Web site (HTML5, JS, Foundation, within the backend code as templates); | * Web site (HTML5, JS, Foundation, within the backend code as templates); | ||
Line 16: | Line 17: | ||
=== Topics you can work on === | === Topics you can work on === | ||
− | |||
− | |||
*[https://github.com/openfoodfacts/smooth-app/issues/525 Flutter app (Dart)] | *[https://github.com/openfoodfacts/smooth-app/issues/525 Flutter app (Dart)] | ||
*[https://github.com/openfoodfacts/openfoodfacts-dart/issues/218 Dart package] | *[https://github.com/openfoodfacts/openfoodfacts-dart/issues/218 Dart package] | ||
Line 24: | Line 23: | ||
*[https://github.com/openfoodfacts/openfoodfacts-server/issues/5529 Server (HTML,CSS, JS + Perl)] | *[https://github.com/openfoodfacts/openfoodfacts-server/issues/5529 Server (HTML,CSS, JS + Perl)] | ||
*[https://github.com/openfoodfacts/openfoodfacts-hungergames/issues/234 Hunger Games (VueJS)] | *[https://github.com/openfoodfacts/openfoodfacts-hungergames/issues/234 Hunger Games (VueJS)] | ||
+ | *[https://github.com/openfoodfacts/openfoodfacts-androidapp/issues/4169 Android app (Kotlin)] | ||
+ | *[https://github.com/openfoodfacts/openfoodfacts-ios/issues/912 iPhone app (Swift)] | ||
''Software development page on the website: https://world.openfoodfacts.org/development'' | ''Software development page on the website: https://world.openfoodfacts.org/development'' |
Revision as of 11:32, 4 March 2022
The Open Food Facts software is developed collaboratively by hackers from all around the world.
All developement happens on GitHub: https://github.com/openfoodfacts/
We have a lot of development work to do:
Project we're working on
(see also https://github.com/openfoodfacts/)
- Server backend (Perl and MongoDB);
- Web site (HTML5, JS, Foundation, within the backend code as templates);
- iOS native (Swift);
- Android native (Kotlin);
- Robotoff, our machine learning service (Python);
- Hunger Games, our annotation web app (VueJS);
- Our various SDKs (Python, Ruby, Dart, PHP…);
- ... your idea ...
Topics you can work on
- Flutter app (Dart)
- Dart package
- API Documentation (Familiarity with APIs, good pedagogy and writing skills)
- Robotoff (Python)
- Server (HTML,CSS, JS + Perl)
- Hunger Games (VueJS)
- Android app (Kotlin)
- iPhone app (Swift)
Software development page on the website: https://world.openfoodfacts.org/development
Needs
There is many issues, categorized by topics, see:
- Website, backend and API issues
- For beginners see First Good Issue category
- For those who love i18n see translations category
- See all the categories
- Android app issues
- iOS app issues
- Open Food Facts AI issues
Principles
Our goal is to follow and keep few and simple guidelines.
- Discuss the topics or issues or functionalities you want to work on. The slack workspace is the best choice for it.
- If not already done, open an issue on Github to explain the problem you want to solve or the functionality you want to work on.
- If you want to work on an existing issue, tell everyone in the issue's Github comments.
- Fork the project and create one branch per issue or functionality you want to work on.
- It's cool to name a branch:
issue/[issue_number]-[name]
; ex.:issue/1630-name-of-the-issue
- When you're ready to propose something, send a Pull Request. Be patient, sometimes it takes time to the core team to review PRs.
- It's cool to name a branch:
- The coding style is defined in the
.editorconfig
file. Many editors support EditorConfig, check yours: https://editorconfig.org
Inspirations
- https://www.mediawiki.org/wiki/How_to_contribute
- Inspirations from https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker
- Wikimedia makes a difference between:
- policies, what people MUST do: https://www.mediawiki.org/wiki/Development_policy
- guidelines, what people SHOULD do: https://www.mediawiki.org/wiki/Development_guideline