From 1a8b1555c14bbfc3a5a8939e9466a2eedc9da22f Mon Sep 17 00:00:00 2001 From: "Erin L. Nova" Date: Fri, 3 Jun 2022 20:36:04 +0000 Subject: [PATCH] Add roadmap --- ROADMAP.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..8b440fe --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,56 @@ +# Roadmap +This is just a simple roadmap for us to determine what to do next. +Dates/estimates will probably not be very accurate. + +## Now (this month) +- Basic UI + - Onboarding slides + - Home feed page + - Basic Menus +- Simple SSB functionality + - Connect to running `sbot`, start if not running + - Fetch user profile info + - Allow editing of user profile info + +## Soon (next few months) +- More UI features + - Basic Settings + - Profile view + - Tabs + - Feed & post views +- More SSB features + - Fetch posts + - Make posts + - Fetch remote user info +- Handle basic settings in backend +- Persistent data + +## Further Out (summer/fall) +- Minimum viable UI + - Profile views + - Multiple feed views + - Post interactions & info + - Replies, threads, etc. + - Follow & block users, show follows & blocks + - Images & image uploads (automatically compress & strip EXIF) + - Markdown support +- Minimum viable SSB functionality + - Handle follows & blocks + - Post interactions + - Replies & threads + +## Future +- Storage & Connection visualizations +- TOR support +- Gatherings +- Channels +- Direct Messages, private groups +- Metafeeds, profile switching +- Recovery (like Manyverse/Dark Crystal) +- Deletions & editing +- Trustnet moderation +- Content warnings +- Good introduction to & info about SSB +- Account migration +- Pubs, rooms, and invites +- Custom algorithms & filters for feeds \ No newline at end of file