Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update getting started sections #310

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/documentation/docs/getting-started/modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ entity repository {

→ For more fine grained permission let's examine the `read` action rules; user that is `organization admin` and following users can read the repository: `owner` of the repository, or `maintainer`, or `member` of the organization which repository belongs to.


:::info
You can add actions to another action like relations, see below.

Expand All @@ -199,7 +198,6 @@ You can add actions to another action like relations, see below.
```

delete action can inherit the edit action rules like above. To sum up, only organization administrators and any relation that can perform edit action (member or manager) can perform delete action.

:::

### Full Schema
Expand Down
2 changes: 2 additions & 0 deletions docs/documentation/docs/getting-started/sync-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ In Write Relationships API response you'll get a snap token of the operation. Th

:::info
Note: `relation: “...”` used when subject type is different from **user** entity. **#…** represents a relation that does not affect the semantics of the tuple.

Simply, the usage of ... is straightforward: if you're use user entity as an subject, you should not be using the `...` If you're using another subject rather than user entity then you need to use the `...`
:::

<!-- ## Write Database
Expand Down