mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
42 lines
800 B
Markdown
42 lines
800 B
Markdown
# 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
|
|
- post in local community
|
|
- comment on posts in local community
|
|
- vote
|
|
- sort posts by hotness algo
|
|
- markdown
|
|
- logging and debugging support
|
|
|
|
|
|
### Activitypub-enabled
|
|
|
|
- follow remote community
|
|
- post content in remote community
|
|
- 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
|