Skip to content

Commit

Permalink
Remove old proposed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jktang14 committed Nov 6, 2024
1 parent 0ca50d3 commit 90de5b9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,13 +242,6 @@ The following activity diagram summarizes what happens when a user executes a ne
itself.
* Pros: Will use less memory (e.g. for `delete`, just save the person being deleted).
* Cons: We must ensure that the implementation of each individual command are correct.


### \[Proposed\] Data archiving
The following sequence diagram shows how an archive operation goes through the `Logic` component:
![ArchiveSequenceDiagram](images/ArchiveSequenceDiagramLogic.png)


--------------------------------------------------------------------------------------------------------------------

## **Documentation, logging, testing, configuration, dev-ops**
Expand Down

0 comments on commit 90de5b9

Please sign in to comment.