-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CS2103T-T12-3] LogiLink #73
Open
Eru111
wants to merge
469
commits into
nus-cs2103-AY2425S1:master
Choose a base branch
from
AY2425S1-CS2103T-T12-3:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CS2103T-T12-3] LogiLink #73
Eru111
wants to merge
469
commits into
nus-cs2103-AY2425S1:master
from
AY2425S1-CS2103T-T12-3:master
+18,998
−1,831
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Implement sort command and functionality for deliveries
…into add-archive-command # Conflicts: # src/main/java/seedu/address/logic/commands/EditCommand.java # src/main/java/seedu/address/model/person/Person.java
* 'master' of https://github.com/Eru111/tp: Fix checkstyle issues Remove unused variable Fix checkstyle issues Add extra test case for parseAttribute Implement minor fixes and improvements as per PR review Stage the rest of the tests Add tests for DeliveryList class Add tests for parseAttribute in ParserUtil class Add JavaDocs and fix checkstyle issues Fix integration issue with updated master Add ascending and descending sort functionality for deliveries Add basic framework for implementing sort command logic
* master: Fix checkstyle issues Remove unused variable Fix checkstyle issues Add extra test case for parseAttribute Implement minor fixes and improvements as per PR review Stage the rest of the tests Add tests for DeliveryList class Add tests for parseAttribute in ParserUtil class Add JavaDocs and fix checkstyle issues Fix integration issue with updated master Add ascending and descending sort functionality for deliveries Add basic framework for implementing sort command logic # Conflicts: # src/main/java/seedu/address/logic/parser/CliSyntax.java
into Add-item-list-to-delivery * 'Add-item-list-to-delivery' of https://github.com/Eru111/tp:
Add an item list to each delivery
* 'master' of https://github.com/Eru111/tp: Fix some errors in test cases Resolve merge conflicts Fix style issues Add an item list to each delivery
…into add-archive-command # Conflicts: # src/main/resources/view/DeliveryListCard.fxml
Add archive command
potaotototo
pushed a commit
to potaotototo/tp
that referenced
this pull request
Oct 22, 2024
…y-command Add display command, display command parser and their tests
* 'master' of https://github.com/Eru111/tp: Update add command format in UG Change more files to reflect app name
* master: (73 commits) Update add command format in UG Change more files to reflect app name Add br tag Fix checkstyle Update developer guide Update user centric language for the remaining commands Update user centric language for delete command Update user centric language for asort and dsort Update user centric language for archive and unarchive command Change some files to reflect app name Update user centric language for help command Update user centric language for add command Update user centric language for list command Update user centric language for find command Update user centric language for edit command Update implementation section to be specific for LogiLink Update links for components Update DG for UI component Fix checkstyle error Fix failing test cases ...
Update UG with new features
…d-viewing-delivery-history-for-worker
Add list commands to filter clients and employees
Update user guide with new features
# Conflicts: # docs/UserGuide.md
* 'master' of https://github.com/Eru111/tp: Debug issues with checkstyle and JUnit Update user guide with new features Add ListCommandParser to allow parser for list Update user guide with new features
Fix minimize window issue
Update app version
…d-viewing-delivery-history-for-worker
Update UG with more user centric language
Update table of contents for UG
…mands Update HelpWindow with new commands
…story-for-worker Add viewing delivery history for worker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
LogiLink helps logistic coordinators for logistic companies have an organized way to track all their shipments, plan their deliveries, calculate shipping, etc., as well as an easy and fast way to access information of all their customers and clients.