Skip to content

Commit

Permalink
ug
Browse files Browse the repository at this point in the history
  • Loading branch information
ndhuu committed Apr 13, 2019
1 parent 0bf6679 commit 9273ec2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,14 @@ beneficiary is assigned to. The figure below shows how the delete beneficiary co
.Beneficiary deletion sequence diagram, hard deletion mode.
image::BeneficiaryHardDeletionSequenceDiagram.png[width="800"]

.


. The `DeleteBeneficiaryParser` parses the index of the beneficiary that is required to delete.
+
[NOTE]
"-D" indicates that the deletion is in
the hard mode, meaning that the respective projects that are attached to this beneficiary will be deleted.
+
. The `ModelManager` is then called to update the deletion of the respective projects.
. The `ModelManager` is then called to update the deletion of the beneficiary and update all the changes.

==== Design Considerations

Expand Down

0 comments on commit 9273ec2

Please sign in to comment.