tezoatlipoca / GeFeSLE-server

GeFeSLE - Generic, Federated, Subscribable List Engine
1 stars 0 forks source link

Federation (overall concepts) #44

Open tezoatlipoca opened 7 months ago

tezoatlipoca commented 7 months ago

Each list becomes an AP actor; can be followed.

List Name (that is used for html) can't directly be used as it might violate various naming rules. Therefore, list actor's name is set once: at creation time, or once thereafter. We may provide a facility to rename the listactor address at some point, but we need to learn more about AP.

When the list changes, it changes the profile of the list. List item add -> create activity; modify -> update activity and so on.

Can reply to list items --> produce garnishes which are returned to AP as comment replies. Items can be boosted -- ? how does that show in the list view? meta garnish? "boosted x times by <users/list of>" Support favourites/bookmarks.

What events appear in feeds? new items? changed items? new garnishes? can we change which "events" a person subscribes/follows to?