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

Address Bug Reports from PE-D #191

Merged
merged 8 commits into from
Apr 13, 2024

Conversation

gerteck
Copy link

@gerteck gerteck commented Apr 12, 2024

Closes #181 , explicitly added mention that extra params in help will be ignored.
Closes #176 , added planned enhancement to allow flexible logedit
Closes #174 , Closes #142 find UG updated in previous PR (ty chuanen)
Closes #172 , added planned enhancement in DG
Closes #169 , added a general overarching disclaimer under Features in UG that index 0 throws invalid command format (ideally, closes #146 duplicate issue as well)

Closes #159 , add planned enhance
Closes #153 , widen scope of message and not give time for logedit
Closes #140 , add note that invalid filters ignored

Also adds some instructions for manual testing.

gerteck added 4 commits April 13, 2024 02:45
Added missing whitespace that causes copied message to fail.
Added use cases, updated glossary
to match UG and added a planned
enhancement
Make returned success message for logedit more general.
Update appropriately to address
bug reports raised in PE-D by
adding planned enhancements
and clarifications.
@gerteck gerteck requested a review from a team April 12, 2024 20:08
gerteck added 2 commits April 13, 2024 04:16
Add multi-way pairing
Add instructions for manual testing.
Copy link

@CJerrong CJerrong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few parts I'm not too clear on, but the rest looks good, should be ready to merge once the small potential typos are fixed.

Copy link

@CJerrong CJerrong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.97%. Comparing base (55b8cde) to head (0ead922).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #191      +/-   ##
============================================
+ Coverage     76.95%   76.97%   +0.01%     
  Complexity      760      760              
============================================
  Files            98       98              
  Lines          2660     2662       +2     
  Branches        304      304              
============================================
+ Hits           2047     2049       +2     
  Misses          494      494              
  Partials        119      119              

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

@CJerrong CJerrong merged commit 42880ba into AY2324S2-CS2103T-T09-3:master Apr 13, 2024
5 checks passed
@gerteck gerteck added this to the v1.4 milestone Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment