mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
43 lines
906 B
Markdown
43 lines
906 B
Markdown
# PieFed 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 join 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
|
|
- ✅ edit & delete content
|
|
- ✅ vote
|
|
|
|
### Search
|
|
|
|
- ✅ content & users
|
|
- ✅ hashtags
|
|
- ✅ privacy controls
|
|
|
|
### Moderation
|
|
|
|
- ✅ community moderation
|
|
- ✅ blocking - users, communities, domains, instances. bi-directional.
|
|
- import/export of block lists
|
|
|
|
### Onboarding
|
|
|
|
- ✅ choose topics to auto-subscribe new accounts
|
|
|
|
### Performance and scaling
|
|
|
|
- ✅ background task runner
|
|
- send queue for federation
|