Skip to content

Commit

Permalink
updating singleListItemDetails.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wds4 committed Jan 19, 2024
1 parent ade157e commit 104320b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Binary file added .erb/img/damusNostrEvent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .erb/img/damusWord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion appDescriptions/curatedLists/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Once a new list is created, it is stored in nostr as a kind 9901 event, which is
<img src="../../.erb/img/createInstance.png" height="300px" display="inline-block" />
</span>

Once a new list item (also called a list "instance") is created, it is stored in nostr as a kind 9901 event, which is a Regular Event and is not editable or replaceable. Info about the list can be reviewed in the [list overview page](https://github.com/wds4/pretty-good/blob/main/appDescriptions/curatedLists/v021Overview/singleListItemDetails.md)
Once a new list item (also called a list "instance") is created, it is stored in nostr as a kind 9901 event, which is a Regular Event and is not editable or replaceable. Info about the list can be reviewed in the [item overview page](https://github.com/wds4/pretty-good/blob/main/appDescriptions/curatedLists/v021Overview/singleListItemDetails.md)

## Endorse or Block an item for a given list

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Go back to [overview of curated lists page](https://github.com/wds4/pretty-good/

# Overview of the item: Damus, an item on the list of Nostr Clients

When a new item is created, it is stored in nostr as a kind 9901 event. Information about the item is provided by the item overview page.
When a new item is created, it is stored in nostr as a kind 9901 event. Information about the item is provided by the List Item overview page.

### General info about the item: Damus

Expand All @@ -13,6 +13,28 @@ When a new item is created, it is stored in nostr as a kind 9901 event. Informat
/>
</span>

The smiley faces can be expanded to reveal techincal info about how the list is encoded and stored on nostr, as per the DCoSL [Concept Graph protocol](https://github.com/wds4/DCoSL/tree/main/dips/conceptGraph).

(Smiley faces with tech info are invisible unless the "show developer details for nostr nerds" option is checked under the settings for Pretty Good.)

### Item info encoded in JSON

<span style="display:inline-block" >
<img
width="80%"
src="../../../.erb/img/damusWord.png"
/>
</span>

### JSON wrapped into a kind 9901 event

<span style="display:inline-block" >
<img
width="80%"
src="../../../.erb/img/damusNostrEvent.png"
/>
</span>




0 comments on commit 104320b

Please sign in to comment.