Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
  • Loading branch information
sczembor and robert-zaremba authored Nov 30, 2023
1 parent 87efb5d commit bcdbacc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions congress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ See also the `Voting Body` documentation.

#### Dismiss

To initiate a dismiss, the executing house must possess the appropriate `Dismiss` permission. Under this framework, the authority to dismiss any member of the `HoM` and `CoA` rests with the `TC` (Transparency Commision).
To initiate a dismiss, the executing house must have `Dismiss` permission. In NDC Gov v1, the authority to dismiss any member of the `HoM` and `CoA` rests with the `TC` (Transparency Commision).

To propose a dismiss proposal, utilize the `create_proposal` function with the following parameters:
To propose a dismiss proposal, call the `create_proposal` function:

```json
near call congress-coa-v1.ndc-gwg.near create proposal '{
Expand All @@ -77,13 +77,11 @@ near call congress-coa-v1.ndc-gwg.near create proposal '{
}' --accountId your_account.near
```

This proposal creation is exclusive to members of the `TC`. If the consensus within the `TC` is to dismiss a member the member will be removed from their power to vote.

#### Dismiss and Ban

To initiate a dismiss and ban action, the executing house must possess the appropriate `DismissAndBan` permission. Under this framework, the authority to dismiss any member of the `HoM` and `CoA` rests with the `TC` (Transparency Commision).
To initiate a dismiss and ban action, the executing house must have `DismissAndBan` permission. In NDC Gov v1, the authority to dismiss any member of the `HoM` and `CoA` rests with the `TC` (Transparency Commision).

To propose a dismiss and ban proposal, utilize the `create_proposal` function with the following parameters:
To propose a dismiss and ban proposal, call the `create_proposal` function:

```json
near call congress-tc-v1.ndc-gwg.near create proposal '{
Expand All @@ -97,7 +95,6 @@ near call congress-tc-v1.ndc-gwg.near create proposal '{
}' --accountId your_account.near
```

This proposal creation is exclusive to members of the `TC`. If the consensus within the `TC` is to dismiss and ban a member the member will be removed from their power to vote and banned.

## Proposal Lifecycle

Expand Down

0 comments on commit bcdbacc

Please sign in to comment.