https://github.com/openfoodfacts/facets-knowledge-panels
Providing knowledge panels for a particular open food fact facet (category, brand, etc...)
https://github.com/openfoodfacts/facets-knowledge-panels
fastapi hacktoberfest openfoodfacts python
Last synced: 8 months ago
JSON representation
Providing knowledge panels for a particular open food fact facet (category, brand, etc...)
- Host: GitHub
- URL: https://github.com/openfoodfacts/facets-knowledge-panels
- Owner: openfoodfacts
- License: agpl-3.0
- Created: 2022-07-05T14:12:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T14:59:35.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T21:56:00.843Z (over 1 year ago)
- Topics: fastapi, hacktoberfest, openfoodfacts, python
- Language: Python
- Homepage: https://openfoodfacts.github.io/facets-knowledge-panels/
- Size: 2.66 MB
- Stars: 6
- Watchers: 6
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## About Repo




# facets-knowledge-panels
Providing knowledge panels for a particular Open Food Facts facet (category, brand, etc...)
## Why facets-knowledge-panels?
- Provides applications with a set of informative or actionable items which are contextual to a specific facet.
- The primary goal is to allow high level contributions by users that maybe interested in a particular subset of the database, like a particular food category, a brand, a location etc.
- We reuse the knowledge panel format, which remove the need for the application to change as the server side code change, or to implement specific business logic.
## How do I get started?
- Join us on [Slack](https://openfoodfacts.slack.com/archives/C03LFRKLVBQ)
- Developer documentation
- [Project setup](./docs/how-to-guides/Project-setup-locally.md)
- [Testing](./docs/how-to-guides/Testing.md)
- [Contributing Guidelines](./docs/how-to-guides/CONTRIBUTING.md)
- [API Documentation](./docs/references/API%20references.md)
## 🎨 Design & User interface
- We strive to thoughtfully design every feature before we move on to implementation, so that we respect Open Food Facts' graphic charter and nascent design system, while having efficient user flows.
- [ Knowledge panels folder](xxx)
- Knowledge panels in the app
- Knowledge panels in openfoodfacts-explorer
- Knowledge panels in the Website
- Knowledge panels for facets
- Knowledge panels for the product page
## Contributors