Skip to content

Commit

Permalink
docs add some Information on how CRUD-operations affect the TodoInsti…
Browse files Browse the repository at this point in the history
…tutionn-Collection
  • Loading branch information
holdan-8 committed May 23, 2024
1 parent 4fd56ba commit b974b03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<header>Institution Form</header>

<form class="form" [formGroup]="reactiveForm" (ngSubmit)="OnFormSubmitted()">

The Documents in the Database are matched using the uuid. This means that if you make changes to the Institution with an existing uuid, the Data from this Institution will be overwritten! If the uuid is new (there is no Institution with this uuid in the Database), a new Institution will be created and added to the Todointitution Collection.
<div class="column">
<div class="input-box">
<mat-label>Name</mat-label>
Expand Down

0 comments on commit b974b03

Please sign in to comment.