Exploring LibreFoodPantry and Thea’s Pantry

The LibreFoodPantry’s Mission page stood out to me for its dual focus on developing free, open-source software (FOSS) for food pantries and educating students on using tech to address social inequalities like food insecurity. By using coding as a tool for social good, the project transforms classroom learning into real-world impact for example, building inventory systems to help pantries distribute resources more efficiently. I chose this because, as I prepare to contribute until graduation, I want to see how my technical efforts can address community needs. LibreFoodPantry’s mission aligns with my goal to work on projects that prioritize purpose over profit, and it’s motivating to know my contributions at Worcester State could directly support local food pantries.

In Thea’s Pantry’s GitLab repository, I explored the Inclusive Language documentation and was surprised by its integration of the Alex linter—a tool that flags exclusionary terms in documentation, such as gendered language or ableist phrases like “crazy.” This was my first encounter with such a tool. I chose this because it reflects the project’s commitment to inclusivity at every level, ensuring contributors feel welcome. As a student entering the tech field in the future, this practice resonates deeply; it’s a reminder that ethical design isn’t just about functionality but also about creating spaces where diverse voices can thrive.

From the blog CS@Worcester – CodedBear by donna abayon and used with permission of the author. All other rights reserved by the author.

LibreFoodPantry and Thea’s Pantry

For my Software Development Capstone, I will be working on the LibreFoodPantry, a Free Open Source Software project, and more specifically, the Worcester State University food pantry, Thea’s Pantry.

After reading through the LibreFoodPantry website I found it interesting how it mixes Free Open Source Software (FOSS) with a humanitarian project, as I think those two go well together naturally, both being non-profit and for a noble cause. But another part of the LibreFoodPantry program that it also works closely with college students in the computer science field. This is another way that the entire structure of the LibreFoodPantry helps, because it allows student to learn from real software that is used in the real world and gets them involved with humanitarian causes within their major.

Going further into the specific system I will be working on, I read about Thea’s Pantry. What I found to be the most interesting thing is how the whole project is organized. With a lot of different people working on the same software and making different changes and using it for different purposes, there can be a lot of things that then don’t work with each other or become incompatible or cause communication issues. The entire project is organized in a way to allow many different iterations to exist without coming into conflict and being adaptable.

From the blog CS@Worcester – Computer Science Blog by dzona1 and used with permission of the author. All other rights reserved by the author.

LFP Blog Post

One thing I found interesting from the LibreFoodPantry was found in the “Values” section and it was the link to FOSSisms. A FOSSism is a maxim for free and open source culture, and these are used to explain the benefits of open source values in computer science education. The article lists 16 of these. The most important FOSSism is the first one listed. It references “it’s all about community” and this is most definitely the entire point of open source software. Incorporating students with open source projects involves a lot more than simply working on a software project, it requires getting involved in a community of like-minded individuals who are all contributing to the project. These projects are mostly contributing to a greater social good. I chose to write about this because community is a huge part of the workforce and emphasizing this in open source projects is really important for effective collaboration.

One thing I found interesting from the Thea’s Pantry was the “Architecture” section. If we as students in this capstone class/project are going to be contributing to this software, it is definitely important to understand its architecture and all of its individual components. It was interesting to read that the client solution is composed of systems such as:

  • GuestInfoSystem
  • InventorySystem
  • ReportingSystem
  • IAMSystem (Third-party)
  • EventSystem (Third-party),

and that each of these systems has a multitude of features. The integration and deployment diagrams were a good piece of visualization to help understand the scope of the project. I chose to write about this because I recognized the importance of understanding the architecture of a project that one is working on.

From the blog CS@Worcester – Shawn In Tech by Shawn Budzinski and used with permission of the author. All other rights reserved by the author.

Overview from LibreFoodPantry and Thea’s Pantry

In my research of the LibreFoodPantry and Thea’s Pantry, I encountered valuable insights that deepened my understanding of open-source projects and community-driven software development. Here are two specific takeaways that stood out to me:

From LibreFoodPantry

One aspect of LibreFoodPantry that I found particularly interesting was its Code of Conduct. The Code of Conduct emphasizes creating a welcoming and inclusive environment for all contributors, regardless of their background or experience level. It outlines expectations for respectful collaboration and provides clear guidelines for reporting and addressing violations.

I chose to write about this because it highlights the importance of fostering a positive and professional atmosphere in open-source communities. The Code of Conduct ensures that contributors feel safe and valued, which ultimately leads to more productive collaboration and better software outcomes. This focus on inclusivity and respect is something I plan to incorporate into any projects I work on in the future.

From Thea’s Pantry

In Thea’s Pantry, I found the User Stories to be particularly insightful and practical. These stories outline the real-world workflows of the intended users, such as staff, administrators, and guests, and guide the software’s design to meet their needs. For example, a staff member logging in to manage inventory or assist a guest is a well-documented process.

What stood out most is how the user stories emphasize accessibility and practicality. For instance, the process of logging donations or generating reports for external organizations like the Worcester County Food Bank showcases a thoughtful integration of functionality and ease of use.

I chose to write about this because it demonstrates the critical role user stories play in designing meaningful software. They provide developers with clear direction and ensure that the end product solves real-world problems. This approach aligns with my goals of creating impactful and user-friendly applications.

From the blog CS@Worcester – Software Dev Capstone by Jaylon Brodie and used with permission of the author. All other rights reserved by the author.

LibreFoodPantry and Thea’s Pantry

During this semester I’m taking my capstone in which we are working on a project for Thea’s Pantry. Before starting this project however, we had to take a look at what we would be doing a project on. This blog post is about some of the things that I found interesting and useful about the two pantries mentioned in the title.

The first thing I’m going to talk about is LibreFoodPantry. LibreFoodPantry is a community building free and open source software for food pantries. The website for this community contains six main sections that I read. These include their mission, values (such as Agile principles), code of conduct, licensing, acknowledgements, and coordinating committee. The section I found to be most interesting was the mission. They state “Our mission is to expand a community of students and faculty across multiple institutions who believe software can be used to help society. We strive to support local food pantries with quality, adaptable, free and open source software (FOSS) to help them serve their guests. Through learning opportunities within FOSS food pantry projects, we provide students with the perspective that computing can be used for social good.” I chose to talk about this because I think its really kind that an entire community has been developed and continues to work on projects for social good and to help others.

The second thing I’m going to talk about is Thea’s Pantry. Thea’s Pantry is Worcester State’s own personal food pantry. Within the README file of the Documentation repository, there are five main sections. These sections are User Stories, Architecture, Technology, Workflow, and Release Process. The section that I found to be most useful is the Architecture section. I found this section to be most useful because it describes the ReportingSystem and what the different subsections use for components and queues. On top of that, it shows the diagram for the ReportingSystem Standalone Integration Test which I think is helpful for anyone who wants to understand the architecture.

Overall, I’m really excited to start working on a project with Thea’s Pantry and I hope that I’m able to help make a difference.

From the blog CS@Worcester – One pixel at a time by gizmo10203 and used with permission of the author. All other rights reserved by the author.

Hello World

 CS@Worcester CS-443

 Hey, this is my first blog post.

From the blog George C Blog by George Chude and used with permission of the author. All other rights reserved by the author.

Hello World

 CS@Worcester CS-443

 Hey, this is my first blog post.

From the blog George C Blog by George Chude and used with permission of the author. All other rights reserved by the author.

Hello World

 CS@Worcester CS-443

 Hey, this is my first blog post.

From the blog George C Blog by George Chude and used with permission of the author. All other rights reserved by the author.

Hello World

 CS@Worcester CS-443

 Hey, this is my first blog post.

From the blog George C Blog by George Chude and used with permission of the author. All other rights reserved by the author.

Hello World

 CS@Worcester CS-443

 Hey, this is my first blog post.

From the blog George C Blog by George Chude and used with permission of the author. All other rights reserved by the author.