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

Update dg v1.1 #26

Merged
merged 5 commits into from
Mar 5, 2024
Merged

Conversation

Jayne1010
Copy link

Closes #16

Copy link

codecov bot commented Mar 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.26%. Comparing base (fe8c9be) to head (62eceed).
Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #26   +/-   ##
=========================================
  Coverage     75.26%   75.26%           
  Complexity      419      419           
=========================================
  Files            71       71           
  Lines          1338     1338           
  Branches        126      126           
=========================================
  Hits           1007     1007           
  Misses          301      301           
  Partials         30       30           

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

@Jayne1010 Jayne1010 self-assigned this Mar 3, 2024
@Jayne1010 Jayne1010 added this to the v1.1 milestone Mar 3, 2024
@drustanyjt
Copy link

@Jayne1010 the "2ee37fa" commit ("Updated user guide") still has the wrong tense.
image

You can try follow this https://stackoverflow.com/questions/1186535/how-do-i-modify-a-specific-commit .
The other PR #27 also has this issue.

Copy link

@drustanyjt drustanyjt left a comment

Choose a reason for hiding this comment

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

There' some inconsistencies with the feature spec that we should probably standardize one way or the other. Also do see the other comment about editing the git commit subject message.


* `exit` : Exits the app.
* `addnote patient i/T0123456A n/Patient has diabetes` : Add a note: 'Patient has diabetes' for the contact with the IC 'T0123456A' as shown in current list.

Choose a reason for hiding this comment

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

I think you have a typo, should it be "addnote patient i/..."?

Choose a reason for hiding this comment

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

Fixed in #27

@@ -195,10 +172,9 @@ _Details coming soon ..._

Action | Format, Examples
-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------
**Add** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [t/TAG]…​` <br> e.g., `add n/James Ho p/22224444 e/[email protected] a/123, Clementi Rd, 1234665 t/friend t/colleague`
**Add** | `add n/NAME i/IC_NUMBER ag/AGE s/GENDER a/ADDRESS` <br> e.g., `add n/John Doe i/T0123456A ag/12 s/Male a/John street, block 123, #01-01`

Choose a reason for hiding this comment

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

I think the feature spec uses the term s/SEX instead of s/GENDER (since it's the letter 's')

Choose a reason for hiding this comment

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

Fixed in #27

docs/UserGuide.md Show resolved Hide resolved
docs/UserGuide.md Show resolved Hide resolved
@drustanyjt drustanyjt mentioned this pull request Mar 3, 2024
Copy link

@drustanyjt drustanyjt left a comment

Choose a reason for hiding this comment

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

LGTM, but I when you merge this PR and #27 you might have a bunch of merge conflicts since both edit the UserGuide.md file. Just make sure to use the changes for UserGuide.md from #27 and not from this one.

@Jayne1010 Jayne1010 merged commit 90d1998 into AY2324S2-CS2103T-F14-2:master Mar 5, 2024
5 checks passed
@Jayne1010 Jayne1010 mentioned this pull request Mar 5, 2024
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.

Update the DG user profile, value proposition
2 participants