warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 9 forks source link

Enumerate common low-level use cases #128

Open warriordog opened 9 months ago

warriordog commented 9 months ago

Create a list of all the common low-level use cases that are required to fully implement the ActivityPub and ActivityStreams specifications. Don't worry about Mastodon extensions or anything like that. Group them so that common areas can be focused, and document in use_cases.md and use_cases.drawio.png.

See also: #122

warriordog commented 9 months ago

This might have to wait until we start implementing the high-level cases.