mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 20:01:10 +00:00
Removing goals, adding resources. Fixes #88
This commit is contained in:
parent
98cf34ba2c
commit
4e27b4af86
2 changed files with 1 additions and 21 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
- [About](about/about.md)
|
||||
- [Features](about/features.md)
|
||||
- [Goals](about/goals.md)
|
||||
- [Post and Comment Ranking](about/ranking.md)
|
||||
- [Guide](about/guide.md)
|
||||
- [Administration](administration/administration.md)
|
||||
|
@ -30,4 +29,5 @@
|
|||
- [Tests](contributing/tests.md)
|
||||
- [Federation Development](contributing/federation_development.md)
|
||||
- [Release Process](contributing/release_process.md)
|
||||
- [Resources](contributing/resources.md)
|
||||
- [Code of Conduct](code_of_conduct.md)
|
||||
|
|
|
@ -1,23 +1,3 @@
|
|||
# Goals
|
||||
|
||||
- Come up with a name / codename.
|
||||
- Must have communities.
|
||||
- Must have threaded comments.
|
||||
- Must be federated: liking and following communities across instances.
|
||||
- Be live-updating: have a right pane for new comments, and a main pane for the full threaded view.
|
||||
- Use websockets for post / gets to your own instance.
|
||||
|
||||
# Questions
|
||||
|
||||
- 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 the comments / votes be static, or feel like a chat, like [flowchat?](https://flow-chat.com).
|
||||
- Two pane model - Right pane is live comments, left pane is live tree view.
|
||||
- On mobile, allow you to switch between them. Default?
|
||||
|
||||
# Resources / Potential Libraries
|
||||
|
||||
- [Diesel to Postgres data types](https://kotiri.com/2018/01/31/postgresql-diesel-rust-types.html)
|
Loading…
Reference in a new issue