Ting Xiao's Project Portfolio Page
Project: LogOnce
LogOnce is a one-stop logistics tracker app for clerks to monitor shipping statuses of all clients and perform common logistics operations. It is optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
Given below are my contributions to the project.
- New Feature: Added the ability to search for orders using
find-order
and optional tokens. #65 #86- What it does: allows the user to search for specific orders quickly by its description, associated client, delivery address and delivery date.
- Justification: This feature improves the product significantly because a user can now quickly search for a specific order based on different criteria. It is especially useful when the user has a list of many orders and it becomes difficult to scroll through a list to pinpoint a single order.
- Highlights: This implementation was based on an enhancement of the original
find
which I also wrote (found under Enhancements). The usage of optional tokens meant that I had to significantly change the implementation of basicfind
andfind-order
features. Multiple predicate classes had to be added including 2 new predicate wrapper classes to allow for the use of optional tokens. - Credits: The basic implementation was inspired by the original
find
in AB3.
- New Feature: Added a done command to allow users to mark certain orders as done
#46
#157
- What it does: allows the user to mark orders as completed or done by using their unique order ID
- Justification: It is a basic feature of our application that is meant to help logistic clerks to track outstanding orders.
-
Code contributed: RepoSense link
- Project management:
- Managed releases
v1.2.1
-v1.4
(4 releases) on GitHub - Created GitHub team and team repository on GitHub
- Created labels used for issues on GitHub
- Helped out with label indicators and pull requests on GitHub
- Managed releases
- Enhancements to existing features:
- Enhanced and adapted the original find command in AB3 for finding persons to find clients instead and allow for the use of optional tokens to narrow down the search range #86
- Documentation:
- Community: