2023-12-03 01:41:15 -08:00
|
|
|
# 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 subscribe to communities
|
2023-10-21 14:32:48 -07:00
|
|
|
- ✅ post in local community
|
|
|
|
- ✅ comment on posts in local community
|
|
|
|
- ✅ vote
|
2023-09-06 02:06:41 -07:00
|
|
|
- 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
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2023-12-27 12:40:19 -08:00
|
|
|
- ✅ background task runner
|
|
|
|
|