pyfedi/ROADMAP.md

44 lines
844 B
Markdown
Raw Normal View History

2023-09-06 21:06:41 +12:00
# PyFedi Roadmap
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
- 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-09-06 21:06:41 +12:00
- post content in remote community
2023-11-18 09:29:06 +13:00
- edit & delete content
2023-09-06 21:06:41 +12:00
- vote
### 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
- async / await
- threading