Skip to content
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
wants to merge 469 commits into
base: master
Choose a base branch
from

Conversation

Eru111
Copy link

@Eru111 Eru111 commented Sep 19, 2024

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.

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 46.66130% with 663 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...va/seedu/address/logic/commands/RemoveCommand.java 0.00% 58 Missing ⚠️
...a/seedu/address/logic/commands/ArchiveCommand.java 57.72% 41 Missing and 11 partials ⚠️
src/main/java/seedu/address/ui/InspectWindow.java 0.00% 51 Missing ⚠️
...seedu/address/logic/commands/UnarchiveCommand.java 58.03% 36 Missing and 11 partials ⚠️
...java/seedu/address/logic/commands/EditCommand.java 26.53% 34 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 31 Missing ⚠️
...va/seedu/address/logic/commands/AssignCommand.java 0.00% 30 Missing ⚠️
...rc/main/java/seedu/address/ui/CommandHelpCard.java 0.00% 27 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 23 Missing ⚠️
...java/seedu/address/logic/commands/SortCommand.java 55.55% 19 Missing and 1 partial ⚠️
... and 47 more
Files with missing lines Coverage Δ Complexity Δ
...n/java/seedu/address/commons/core/GuiSettings.java 76.92% <100.00%> (ø) 8.00 <0.00> (ø)
...in/java/seedu/address/commons/util/StringUtil.java 96.15% <100.00%> (+1.41%) 10.00 <3.00> (+3.00)
...java/seedu/address/logic/commands/BackCommand.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...edu/address/logic/parser/ArchiveCommandParser.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
...ain/java/seedu/address/logic/parser/CliSyntax.java 91.66% <100.00%> (+8.33%) 1.00 <0.00> (ø)
...edu/address/logic/parser/FinddelCommandParser.java 100.00% <100.00%> (ø) 3.00 <3.00> (?)
...u/address/logic/parser/UnarchiveCommandParser.java 100.00% <100.00%> (ø) 2.00 <2.00> (?)
src/main/java/seedu/address/model/AddressBook.java 89.36% <100.00%> (+6.02%) 20.00 <7.00> (+9.00)
src/main/java/seedu/address/model/Model.java 100.00% <100.00%> (ø) 1.00 <0.00> (ø)
src/main/java/seedu/address/model/UserPrefs.java 81.81% <100.00%> (+1.81%) 10.00 <0.00> (ø)
... and 63 more

hm-yang1 and others added 18 commits October 22, 2024 20:37
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:
* '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
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
Elyas Alqasim and others added 30 commits November 7, 2024 21:49
* '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
  ...
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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants