summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-02-27 22:02:55 -0800
committerDessalines <tyhou13@gmx.com>2019-02-27 22:02:55 -0800
commit92ea945619a512d9c301492f81a8a017e73654f4 (patch)
tree237693b87188d95b24a4805b157566454d3fce6e /README.md
parentd008e5fe5505caa7deb241b0fa073d259d7aaad9 (diff)
Starting to work on Rust Diesel Schema. #5
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 84a421eb..4802a905 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,18 @@
We have a twitter alternative (mastodon), a facebook alternative (friendica), so let's build a reddit alternative in the fediverse.
-[Matrix Chatroom](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org)
+[Matrix Chat: #rust-reddit-fediverse:matrix.org](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org)
-## TODOs
-- Create a markdown doc for ActivityPub actions: [API.md](API.md)
+[ActivityPub API.md](API.md)
-## Goals
+## Goals
- Come up with a name / codename.
- Must have communities.
- Must have threaded comments.
- 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?
- Decide on tech to be used
- Backend: Actix, Diesel.
@@ -27,5 +25,5 @@ We have a twitter alternative (mastodon), a facebook alternative (friendica), so
- 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/)
-
-
+- [Diesel to Postgres data types](https://kotiri.com/2018/01/31/postgresql-diesel-rust-types.html)
+- [helpful diesel examples](http://siciarz.net/24-days-rust-diesel/)