Sagar Sureka's Project Portfolio
Project: SimplyKitchen
Overview
SimplyKitchen is a desktop application for food inventory management. More importantly, SimplyKitchen is optimised for users who prefer working with a Command Line Interface (CLI), while still having the benefits of a Graphical User Interface (GUI). With intuitive and user-friendly features, SimplyKitchen facilitates food management tasks which can be done faster and more efficiently than traditional GUI applications. The GUI for SimplyKitchen has been created with JavaFX. It is written in Java, and has about 12K LoC.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
Summary of contributions
-
Code contributed: Link to RepoSense
- Enhancements:
- Added a quantity field for food items:
- What it does:
Allows the user to track the quantity of each food item. - Justification:
The features improves the application significantly as it helps manage another entity relevant to food items. - Highlights:
This enhancement involved consideration of multiple alternatives of implementation. Keeping to the criteria of making it user friendly, theunit
of quantity field was made optional and customisable. Instead of giving some specific options, the user can have any word as the unit.
- What it does:
- Adding a list for expiring food items:
- What it does:
Displays a list panel consisting of food items expiring within 7 days, in ascending order of expiry date. - Justification:
Keeping with the motivation of reducing food wastage by food inventory management, the expiring food list allows the user to make informed choices in their meals and avoid having to waste expired food. - Highlights:
This enhancement required the introduction of another list into the GUI of the app. In order to keep the GUI clean and not make it too clustered, the expiring food list panel was kept smaller and the food cards in the list had only the minimum details required to properly differentiate the items from each other.
- What it does:
- Added a quantity field for food items:
- Minor Enhancements:
- Project Management and contribution to team-based tasks:
- Participated in the planning of the project idea (Management of food inventory to reduce food wastage).
- Participated in drafting the initial requirements for SimplyKitchen - Product Scope, Glossary, User Stories, Use Cases and Non-Functional Requirements. This can be found in our Developer Guide appendix.
- Compiled the comments received on the team’s User and Developer Guides from peers.
- Responsible for proper integration of the various parts of the software to form a whole.
- Responsible for ensuring that the project code maintains high coding standards.
- Documentation:
- User Guide:
- Made updates to all the features affected by the implementation of the
quantity
field. #90 - Added the
Introduction
,About this document
andQuick start
sections. Also improved navigability of the guide by linking the headings and subheadings to the table of contents and vice versa. #123 - Added to the sections of
Notes about the command format
and theFAQs
. #174
- Made updates to all the features affected by the implementation of the
- Developer Guide:
- User Guide:
- Community:
- Tools:
- Initial setup of project tools - GitHub Organisation.
- Participated in the managing of GitHub project board and issue tracker for project management, milestones and bugs.