Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
marquestye committed Nov 12, 2023
1 parent fee36f5 commit 625f117
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,11 @@ Classes used by multiple components are in the [`seedu.address.commons`](https:/

This section describes some noteworthy details on how certain features and commands are implemented.

* [Edit module feature](#edit-module-feature)
* [Undo/redo feature](#proposed-undoredo-feature)

<br>

### Module Database Feature

**Overview:**
Expand All @@ -230,11 +235,6 @@ The following activity diagram shows the logic of the module database feature:
4. The `ModuleData` is returned to `MainApp` where it is used to initialize `ModelManager`, which is used during command execution.
5. A `DataLoadingException` is thrown if any of the above steps fail, which could happen if the file cannot be found, if an error occurs during deserialization, or if the data contains invalid values.

* [Edit module feature](#edit-module-feature)
* [Undo/redo feature](#proposed-undoredo-feature)

<br>

If the file cannot be found
If an error occurs during JSON deserialization

Expand All @@ -258,8 +258,7 @@ This can be shown through following sequence diagram:
- what happens when the user modifies the moduleplan
- userprefs considered the same feature? if too long can split into another one

### Info Module Command
- marques
### Info Module Command (marques)

### Add Module Command

Expand Down

0 comments on commit 625f117

Please sign in to comment.