From 90de5b9a31105bc02abed2adc04a802d5afe5c92 Mon Sep 17 00:00:00 2001 From: jktang14 Date: Thu, 7 Nov 2024 01:01:00 +0800 Subject: [PATCH] Remove old proposed changes --- docs/DeveloperGuide.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 22e8100dad4..893bd85ef0d 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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**