Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to add notes despite logging in #142

Open
mrhazell opened this issue Sep 27, 2018 · 2 comments
Open

Not able to add notes despite logging in #142

mrhazell opened this issue Sep 27, 2018 · 2 comments
Assignees

Comments

@mrhazell
Copy link

I logged in using twitter but am unable to write notes against a session.

In fact, the same login message appears but now nothing happens when clicking on login button

@tiainen
Copy link
Collaborator

tiainen commented Sep 28, 2018

@stephanj The reason for this is that the CFP backend for the conference (i.e. voxxed days) doesn't have the verifyAccount endpoint. This endpoint is needed to be able to synchronize favorite sessions between the website and the mobile application.

At the moment, the mobile application doesn't handle this case correctly causing an invalid login state. There are two options we have on the mobile application side to handle this:

  1. the user is logged in, but can only store notes (because notes are not synchronized with the CFP backend and thus no CFP account is required). the user will not be able to mark sessions as favorite.
  2. the user is not logged in and we notify the user that something went wrong during login. the user won't be able to store notes or mark sessions as favorite.

@stephanj
Copy link

Will follow up!

@stephanj stephanj self-assigned this Sep 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants