diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 00000000..76df1453 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,32 @@ +## Roadmap for paopao-ce +paopao-ce roadmap. + +### v0.2.0 +* [x] add `Friendship` feature +* [ ] add `Lightship` feature +* [ ] add `sqlx` feature +* [ ] add new `web` service +* [ ] add `deprecated:web` feature +* [ ] support run multiple service in single paopao-ce instance +* [ ] use [go-mir](https://github.com/alimy/mir) optimize paopao-ce source code architecture + + +### Next +* [ ] add `Followship` feature +* [ ] add `Bleve` feature +* [ ] add `SpaceX` feature +* [ ] add `Bot` feature +* [ ] add `Admin` feature +* [ ] add `NativeOBS` feature +* [ ] add `Mobile` gRPC API service feature +* [ ] add admin web frontend +* [ ] add tweet forwarding support +* [ ] add tweet resource access control base on simple RBAC support +* [ ] add user's `Activation Code` feature support +* [ ] add user block feature support +* [ ] optimize current message push logic service use `ims` module +* [ ] optimize media tweet submit logic +* [ ] optimize topics service +* [ ] optimize backend data logic service(optimize database CRUD operate) +* [ ] optimize search logic service +