Skip to content

RoadMap

Maxime Biais edited this page Apr 21, 2017 · 2 revisions

Version 0.3

  • Implement a ThemeStore (currently WordPress.com feature only).

Version 0.4

  • Implement a SettingsStore (.org and .com feature).

Version 0.5

  • Implement a PeopleStore (to manage users / followers)

Version 0.6

  • Implement a NotificationStore

Version 0.7

  • Implement a StatsStore

Version 0.8

  • Implement a ReaderStore

Version 0.9

  • Implement a PlanStore

Version 0.10

  • Implement all WP REST API network calls needed to replace the XMLRPC client.

Version 1.0

  • Improve the Dispatcher. Make it smarter, filter actions (for example, don't repeat same consecutive actions).
  • Manage action priorities (FETCH_POSTS and PUSH_POST are top priority compared to FETCH_SITE which is probably used to update site settings every now and then).
  • Add an RxJava interface to replace the Action/Event model.