Skip to content

Commit

Permalink
Merge pull request #351 from chashaobao123/update-dg
Browse files Browse the repository at this point in the history
Full Stop and other minor changes
  • Loading branch information
EdaYeo authored Nov 12, 2024
2 parents 8b011ab + bd038b0 commit f7e5e6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ The following activity diagram summarizes what happens when a user executes an `

<puml src="diagrams/ExportActivityDiagram.puml" alt="ExportActivityDiagram" />

### Design considerations:
#### Design considerations:

**Aspect**: The name of the JSON file on `export`.

Expand All @@ -365,7 +365,7 @@ The following activity diagram summarizes what happens when a user executes an `

### Import feature

### Implementation
#### Implementation

The `import` command extends `FileAccessCommand` and by extension, `Command`. It also implements `Undoable`. `import` loads data from a save file into DorManagerPro, with the file path of the save file provided by the user. The `import` command is undoable.

Expand Down Expand Up @@ -396,7 +396,7 @@ The following activity diagram summarizes what happens when a user executes an `

<puml src="diagrams/ImportActivityDiagram.puml" alt="ImportActivityDiagram" />

### Design considerations:
#### Design considerations:

**Aspect: The exact format of the `FILE_PATH` parameter**

Expand Down

0 comments on commit f7e5e6f

Please sign in to comment.