Skip to content

Conversation

@Rikko1204
Copy link

AronaPro aim to offer a more user-friendly command input for seamless interaction with the address book. Coupled with a cheerful interface and customisation options, they inject dynamism and transform the address book into a vibrant and engaging tool.

@codecov
Copy link

codecov bot commented Feb 28, 2024

Codecov Report

Attention: Patch coverage is 53.48101% with 147 lines in your changes are missing coverage. Please review.

Project coverage is 73.93%. Comparing base (b896eb0) to head (592901c).

❗ Current head 592901c differs from pull request most recent head 28173a5. Consider uploading reports for the commit 28173a5 to get more accurate results

Files Patch % Lines
.../seedu/address/logic/parser/FindCommandParser.java 22.50% 28 Missing and 3 partials ⚠️
src/main/java/seedu/address/ui/CommandBox.java 0.00% 28 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 18 Missing ⚠️
...va/seedu/address/logic/commands/DeleteCommand.java 62.16% 10 Missing and 4 partials ⚠️
.../main/java/seedu/address/ui/ScheduleListPanel.java 0.00% 12 Missing ⚠️
.../main/java/seedu/address/logic/CommandHistory.java 76.47% 5 Missing and 3 partials ⚠️
src/main/java/seedu/address/ui/ScheduleCard.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 4 Missing ⚠️
...du/address/model/person/NusIdMatchesPredicate.java 76.47% 2 Missing and 2 partials ⚠️
...ain/java/seedu/address/storage/StorageManager.java 20.00% 4 Missing ⚠️
... and 10 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #101      +/-   ##
============================================
- Coverage     75.26%   73.93%   -1.33%     
- Complexity      419      604     +185     
============================================
  Files            71       88      +17     
  Lines          1338     1980     +642     
  Branches        126      223      +97     
============================================
+ Hits           1007     1464     +457     
- Misses          301      444     +143     
- Partials         30       72      +42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

hjuntan and others added 29 commits March 26, 2024 22:04
Initialise up and down key presses to
show a placeholder message.

Let's
* Use some file format to store previous
commands.
* create a cursor to track which command
the up and down keys point to.
Make preliminary classes to track a user's
command history.

Let's
* load the CommandHistory into a runtime
list.
Able to delete in group for delete feature
Rename app's version number for trial release
* master:
  Update DeleteCommand.java
  resolve errors
  Update DeleteCommandParser.java
  documentationupdate
  Update DeleteCommandParser.java
  Update DeleteCommandParser.java
  Resolve review
  update testcases
  checkstyle
  Update DeleteCommand.java
  Update DeleteCommand.java
  update checkstyle
  Update DeleteCommandParser.java
  Update DeleteCommand.java
  modify-delete-command
Fix missing messages after merge conflict
Add logic required for the up and down keys
to scroll through the user's command history.

Let's
* Add a file system to make the CommandHistory
permanent.
* Ideally using the same JSON system
Pull upstream main to working branch
cheahTJ and others added 30 commits April 14, 2024 23:53
Remove instances of "g/CS2103-T15".
Intended to state parameter error
rather than format error.
Last minute update to UG and DG
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