Skip to content
This repository was archived by the owner on Feb 9, 2018. It is now read-only.
This repository was archived by the owner on Feb 9, 2018. It is now read-only.

Support multiple blogs #148

@vickychijwani

Description

@vickychijwani

Pro users would like the option to sign in to multiple accounts blogs and switch between them seamlessly.


Task list:

  • Rework storage architecture alongside other breaking changes for Ghost 1.0 (Ghost 1.0 #162)
  • Build UI for adding / removing blogs and switching among them
  • Remove android:launchMode="singleTop" attribute from LoginActivity in the manifest
  • Add lots of logging in AccountManager to help debug any issues that come up
  • Handle scenario where the password has changed (or Ghost Auth code has expired)
  • Test cases:
    • Trying to add a new account with a blog that was already added earlier (only allow a single account per blog)
    • Preserve the data Realm in the case where, e.g., credentials expire
    • Delete the data Realm when a blog is removed (i.e., logged out)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions