1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

Update README.md (#49)

Clarifying how Objects and Relations are discussed in the example of a spreadsheet, where each Relation is explained as a column header. I think the way it was previously stated was incorrect and possibly a bit confusing for first-time readers.
This commit is contained in:
Thomas 2024-06-25 15:28:01 -04:00 committed by GitHub
parent 4f66ab5aa1
commit 51184a0edb
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ Relations are key to organizing and connecting your Objects and knowledge in Any
* **Defining attributes:** You can use Relations to define the characteristics of a certain Object.
* For example, when creating a Task in Anytype, you can add Relations such as _Status_: Done/Not Done, or _Priority_: Low, Medium, or High.
* If we were to imagine a database, Relations represent the column headers to each row (where column A is the Object).
* If we were to imagine a database, Relations represent the column headers to each row (where column A represents the Object name, and where each row represents an Object).
* Once you have set your attributes, it becomes possible to sort and filter your Objects according to the Relations you've defined in Set View.
<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMBWIxXziUmcK7h7uvLnI%2Fuploads%2F79DbEaExZn85mNW3Ifsz%2Fimage.png?alt=media&#x26;token=4813e44e-2291-4fe5-9832-6dac24823967" alt=""><figcaption></figcaption></figure>