-
Notifications
You must be signed in to change notification settings - Fork 37
RoadMap
Maxime Biais edited this page Apr 21, 2017
·
2 revisions
- Implement a ThemeStore (currently WordPress.com feature only).
- Implement a SettingsStore (.org and .com feature).
- Implement a PeopleStore (to manage users / followers)
- Implement a NotificationStore
- Implement a StatsStore
- Implement a ReaderStore
- Implement a PlanStore
- Implement all WP REST API network calls needed to replace the XMLRPC client.
- Improve the Dispatcher. Make it smarter, filter actions (for example, don't repeat same consecutive actions).
- Manage action priorities (
FETCH_POSTS
andPUSH_POST
are top priority compared toFETCH_SITE
which is probably used to update site settings every now and then). - Add an RxJava interface to replace the Action/Event model.