pyfedi/ROADMAP.md

44 lines
862 B
Markdown
Raw Normal View History

# PieFed Roadmap
2023-09-06 21:06:41 +12:00
The following are the goals for a 1.0 release, good enough for production use. Items with a ✅ are complete.
### Basic functionality
- ✅ log in, register, reset password
- ✅ browse and subscribe to communities
2023-10-22 10:32:48 +13:00
- ✅ post in local community
- ✅ comment on posts in local community
- ✅ vote
2023-09-06 21:06:41 +12:00
- sort posts by hotness algo
2023-10-22 10:32:48 +13:00
- ✅ markdown
2023-12-28 09:40:19 +13:00
- ✅ logging and debugging support
2023-09-06 21:06:41 +12:00
### Activitypub-enabled
2023-11-18 09:29:06 +13:00
- ✅ follow remote community
2023-12-28 09:40:19 +13:00
- ✅ post content in remote community
- ✅ edit & delete content
- ✅ vote
2023-09-06 21:06:41 +12:00
### Search
- content & users
- hashtags
- privacy controls
### Moderation
- community moderation
- blocking - users, communities, domains, instances. bi-directional.
- import/export of block lists
### Onboarding
- choose interests to auto-subscribe new accounts
### Performance and scaling
2023-12-28 09:40:19 +13:00
- ✅ background task runner