pyfedi/docs/project_management/roadmap.md

44 lines
906 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 join communities
2023-10-22 10:32:48 +13:00
- ✅ post in local community
- ✅ comment on posts in local community
- ✅ vote
- ✅ 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
2024-03-14 16:33:46 +13:00
- ✅ content & users
2024-06-03 10:36:02 +12:00
- ✅ hashtags
2024-03-14 16:33:46 +13:00
- ✅ privacy controls
2023-09-06 21:06:41 +12:00
### Moderation
- ✅ community moderation
- ✅ blocking - users, communities, domains, instances. bi-directional.
2023-09-06 21:06:41 +12:00
- import/export of block lists
### Onboarding
- ✅ choose topics to auto-subscribe new accounts
2023-09-06 21:06:41 +12:00
### Performance and scaling
2023-12-28 09:40:19 +13:00
- ✅ background task runner
- send queue for federation