pyfedi/ROADMAP.md

44 lines
874 B
Markdown
Raw Normal View History

# PieFed Roadmap
2023-09-06 02:06:41 -07: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 join communities
2023-10-21 14:32:48 -07:00
- ✅ post in local community
- ✅ comment on posts in local community
- ✅ vote
- ✅ sort posts by hotness algo
2023-10-21 14:32:48 -07:00
- ✅ markdown
2023-12-27 12:40:19 -08:00
- ✅ logging and debugging support
2023-09-06 02:06:41 -07:00
### Activitypub-enabled
2023-11-17 12:29:06 -08:00
- ✅ follow remote community
2023-12-27 12:40:19 -08:00
- ✅ post content in remote community
- ✅ edit & delete content
- ✅ vote
2023-09-06 02:06:41 -07:00
### Search
2024-03-13 20:33:46 -07:00
- ✅ content & users
2023-09-06 02:06:41 -07:00
- hashtags
2024-03-13 20:33:46 -07:00
- ✅ privacy controls
2023-09-06 02:06:41 -07:00
### Moderation
- community moderation
- ✅ blocking - users, communities, domains, instances. bi-directional.
2023-09-06 02:06:41 -07:00
- import/export of block lists
### Onboarding
2024-03-13 20:33:46 -07:00
- ✅ choose interests to auto-subscribe new accounts
2023-09-06 02:06:41 -07:00
### Performance and scaling
2023-12-27 12:40:19 -08:00
- ✅ background task runner