mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Some additions
This commit is contained in:
parent
21f9625a24
commit
cc499e2f58
1 changed files with 16 additions and 4 deletions
20
README.md
20
README.md
|
@ -4,13 +4,25 @@ We have a twitter alternative (mastodon), a facebook alternative (friendica), so
|
||||||
|
|
||||||
[Matrix Chatroom](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org)
|
[Matrix Chatroom](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org)
|
||||||
|
|
||||||
## Goals / TODOs
|
## TODOs
|
||||||
|
|
||||||
|
- Use the [activitypub crate.](https://docs.rs/activitypub/0.1.4/activitypub/)
|
||||||
|
- https://docs.rs/activitypub/0.1.4/activitypub/
|
||||||
|
- [Activitypub vocab.](https://www.w3.org/TR/activitystreams-vocabulary/)
|
||||||
|
- Create a markdown doc of actions, matching up to things in that vocab.
|
||||||
|
|
||||||
|
## Goals
|
||||||
|
|
||||||
- Come up with a name / codename.
|
- Come up with a name / codename.
|
||||||
- Must have communities.
|
- Must have communities.
|
||||||
- Must have threaded comments.
|
- Must have threaded comments.
|
||||||
- Should the comments / votes be static, or feel like a chat, like [flowchat?](https://flow-chat.com).
|
- Must be federated: liking and following communities across instances.
|
||||||
|
|
||||||
|
## Questions
|
||||||
|
|
||||||
- How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score?
|
- How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score?
|
||||||
|
- Decide on tech to be used
|
||||||
|
- Backend: Actix, Diesel.
|
||||||
|
- Frontend: inferno, typescript and bootstrap for now.
|
||||||
- Should it allow bots?
|
- Should it allow bots?
|
||||||
- Decide on tech to be used: I prefer Actix, Diesel for the back end, inferno, typescript and bootstrap for the front end.
|
- Should the comments / votes be static, or feel like a chat, like [flowchat?](https://flow-chat.com).
|
||||||
- How do we do the activitypub stuff?
|
|
||||||
|
|
Loading…
Reference in a new issue