weaver

# social network app

simplified clone of facebook for families and friends. no cross-server talk or syndication.

* post: a post by a user, belongs to a board
* comment: a comment to a post or another comment
* boards: users can post to boards
* streams: a stream can consist of one or more boards and displays all posts on all boards
* every board has its own stream

board access controls:

* public: user which aren't members of that board
* private: users which are members of that board
* owners: board admins only

* read: (world?,) public, members, owners
* write: public, members, owners
* join: 
  * open: everyone can join
  * application: everyone can apply
  * invite-by-members: members can invite others
  * invite-by-owners: owners can invite others
  * closed: no one can join


edited by: stefs at Thursday, December 5, 2024, 6:28:13 PM Coordinated Universal Time


view