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

Remove edit command #236

Merged

Conversation

samuelim01
Copy link

The edit command is deprecated and should not be kept in the code base. Fixes #211.

Let's,

  • Remove any EditCommand related code
  • Remove TracingCode.md, which traces through the edit command

Let's update the VendorCommandParserTest edit test to use VendorUtil#getEditVendorDescriptorDetails
Let's update the GuestCommandParserTest edit test to use GuestUtil#getEditGuestDescriptorDetails
The `edit` command is deprecated and should not be kept in the code base.

Let's,
* Remove any EditCommand related code
* Remove TracingCode.md, which traces through the edit command
@samuelim01 samuelim01 added this to the v1.4 milestone Nov 7, 2023
@samuelim01 samuelim01 requested a review from keaganpzh November 7, 2023 08:53
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (db3a5c3) 90.30% compared to head (7814598) 90.13%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #236      +/-   ##
============================================
- Coverage     90.30%   90.13%   -0.18%     
+ Complexity      860      834      -26     
============================================
  Files           106      104       -2     
  Lines          2393     2280     -113     
  Branches        326      305      -21     
============================================
- Hits           2161     2055     -106     
  Misses          164      164              
+ Partials         68       61       -7     
Files Coverage Δ
src/main/java/wedlog/address/logic/Messages.java 91.48% <ø> (-0.97%) ⬇️
...wedlog/address/logic/parser/AddressBookParser.java 100.00% <ø> (ø)

... and 2 files with indirect coverage changes

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

samuelim01 and others added 3 commits November 7, 2023 17:04
According to the [forum](nus-cs2103-AY2324S1/forum#316), the tutorials do not need to be updated or removed.

Let's add the TracingCode tutorial back to the docs.
keaganpzh

This comment was marked as outdated.

@keaganpzh keaganpzh merged commit c8f7ecf into AY2324S1-CS2103T-F11-2:master Nov 7, 2023
@samuelim01 samuelim01 mentioned this pull request Nov 9, 2023
10 tasks
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.

[PE-D][Tester E] Edit command which is not in your features edits unknown data
2 participants