Skip to content

Commit 2af9800

Browse files
authored
Merge pull request #189 from Skivling/stopread
mention stopped reading shelf
2 parents 75dc58b + 26f5f66 commit 2af9800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/codebase/activitypub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ User's books and lists are represented by [`OrderedCollection`](https://www.w3.o
5050

5151
#### Objects
5252

53-
- `Shelf`: A user's book collection. By default, every user has a `to-read`, `reading`, and `read` shelf which are used to track reading progress.
53+
- `Shelf`: A user's book collection. By default, every user has a `to-read`, `reading`, `stop-reading` and `read` shelf which are used to track reading progress.
5454
- `List`: A collection of books that may have items contributed by users other than the one who created the list.
5555

5656
#### Activities

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Since the project is still in its early stages, the features are growing every d
1717
- View aggregate reviews of a book across connected BookWyrm instances
1818
- Differentiate local and federated reviews and rating in your activity feed
1919
- Track reading activity
20-
- Shelve books on default "to-read," "currently reading," and "read" shelves
20+
- Shelve books on default "to-read," "currently reading," "stopped reading," and "read" shelves
2121
- Create custom shelves
2222
- Store started reading/finished reading dates, as well as progress updates along the way
2323
- Update followers about reading activity (optionally, and with granular privacy controls)

0 commit comments

Comments
 (0)