Skip to content

Commit 6c17d35

Browse files
authored
Merge pull request #23 from StormASC20/StormASC20-patch-1
sxrBlogFood
2 parents 10e531f + f5cb6d5 commit 6c17d35

File tree

5 files changed

+61
-0
lines changed

5 files changed

+61
-0
lines changed

_posts/2024-04-06-Open-Food-Facts.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
layout: post
3+
# If your post title is longer or more complicated
4+
# than can be represented in the filename, uncomment the following line
5+
# and specify a custom title
6+
title: "Adding Food Facts to Open Food Facts"
7+
8+
categories:
9+
- Contribution
10+
11+
# Enter your name below
12+
author: Storm Rivera
13+
---
14+
15+
# Open Food Facts and Why I Picked It
16+
17+
For my contribution, I made some changes to the Open Source Project, Open Food Facts. This project is a database that plans to compile as much
18+
information about food products as it can. It lists many important pieces of information regarding food, such as ingredients, allergens, country of origin, etc.
19+
Its goal is to give people a place to look up many different types of food they may be interested in and immediatedly know if it's, say, vegan, vegetarian, or contains
20+
an ingredient they can't consume.
21+
22+
When I found this project, it looked very interesting simply for what it set out to do. I personally know a lot of people who have many allergies, and this seems like a useful place
23+
that they would be able to use if they weren't quite sure if a snack was ok for them to eat. I saw this project and saw that there was a lot of things to contribute to since
24+
this doesn't seem to be that **out** there.
25+
26+
Despite some messy documentation about contributions and how to get started, it's fairly well equipped to get you on your way very quickly. And contributing itself can be
27+
very simple, making it pretty beginner-friendly.
28+
29+
![Main Menu of the Open Food Facts Project](/hfoss2025-blogs/assets/images/sxr/foodMenu.png)
30+
31+
32+
# Contribution
33+
34+
I decided to find one of the foods listed on the site and make edits to it. They have an entire list of items that are only partially complete or need review, which you
35+
can go right in and edit. In addition, their GitHub has many different bug fixes and the like, so there's a little more to find there as well!
36+
37+
### Starting Out
38+
I chose Mug Root Beer, one of the items on display that needed edits. There's a lot of things they want filled out, like the manufacturer, expiration date (the idea seems to
39+
be to constantly update the expiration date for data tracking and to get a sense of how long it lasts), and nutrition facts, to name a few.
40+
41+
![Editing Page for Root Beer](/hfoss2025-blogs/assets/images/sxr/foodEdits.png)
42+
43+
### Making Edits
44+
Since this is open to anyone, some information is already listed out on the actual page, although some of it had some grammatical errors and mistakes that needed correcting.
45+
For example, there is a table of information that wants the nutrition facts, but the previous contributor used grams instead of milligrams as the unit of measure, which
46+
is one of the reasons the root beer was flagged for correction.
47+
48+
![Editing Page Part 2 for Root Beer](/hfoss2025-blogs/assets/images/sxr/foodChart.png)
49+
50+
### Submission
51+
After I was done with my edits, I hit save and submit, and it seemed to go through well enough. This site apparently doesn't need any sort of moderator verification
52+
nor do you have to have it approved. It added my changes to the changelog and that was that. You don't need to go through the GitHub, which seems to be reserved
53+
strictly for bugs and/or new features. Overall a pretty fun project to contribute to due to how information like this can be incredibly important for so many people.
54+
55+
![Open Food Facts GitHub Repo](/hfoss2025-blogs/assets/images/sxr/foodRepo.png)
56+
57+
58+
59+
60+
61+
[Open Food Facts Homepage]: https://world.openfoodfacts.org/discover

assets/images/sxr/foodChart.png

26.7 KB
Loading

assets/images/sxr/foodEdits.png

56.8 KB
Loading

assets/images/sxr/foodMenu.png

184 KB
Loading

assets/images/sxr/foodRepo.png

187 KB
Loading

0 commit comments

Comments
 (0)