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 #241

Merged
merged 6 commits into from
Nov 12, 2023
Merged

Update DG #241

merged 6 commits into from
Nov 12, 2023

Conversation

wujy28
Copy link

@wujy28 wujy28 commented Nov 11, 2023

Summary of change

Updated DG with new section for sort command and also some other parts of DG

Key changes

Add section for Sort command

Change 'Person' to 'Patient' in other parts of DG

  1. Updated explanation of Model
  2. Updated Model UML diagram
  3. Update UI UML diagram

Currently, the DG lacks information about the implementation
of newer commands such as sort.

We should keep the DG up to date with its most recent
implementation details.

Let's,
* Refine the assign command section of the DG
* Add a section for the implementation of sort command.
Currently, some other components in the DG are outdated,
with references to Person instead of Patient etc.

They need to be updated so that it matches our project.

Let's,
* Change instances of 'Person' to 'Patient'
* Update UML diagrams
@wujy28 wujy28 added this to the v1.4 milestone Nov 11, 2023
@wujy28 wujy28 self-assigned this Nov 11, 2023
Copy link

@thienmy0 thienmy0 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for updating the DG and clearing check errors 👍

Comment on lines +448 to +449
1. Name (lexicographically ascending, case-insensitive)
2. IC Number (lexicographically ascending, case-insensitive)

Choose a reason for hiding this comment

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

Should we change this to be alphanumerical to be in line with our UG? 😅


AddressBook *-right-> "1" UniquePersonList
Class Patient {

Choose a reason for hiding this comment

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

Thanks for updating the Model Class Diagram!

@thienmy0 thienmy0 merged commit 21f1aca into AY2324S1-CS2103T-T14-2:master Nov 12, 2023
0 of 3 checks passed
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.

None yet

2 participants