codepath-sep2014-g8 / SmarTodo

An Android todo app, though a massively smart one
2 stars 1 forks source link

Logout functionality #14

Open dperiwal opened 10 years ago

dperiwal commented 10 years ago

After the first time login process is successful, we do not want a user to login again every time the app is started.

However, we should provide a Logout functionality (a button in Settings or something) so that we can test the app as different users without having to reinstall the app again.

gargankit90 commented 10 years ago

Yes you are right. We primarily want to test SMS. We know email is built in parse, right ? On Oct 11, 2014 10:05 PM, "dperiwal" notifications@github.com wrote:

After the first time login process is successful, we do not want a user to login again every time the app is started.

However, we should provide a Logout functionality (a button in Settings or something) so that we can test the app as different users without having to reinstall the app again.

— Reply to this email directly or view it on GitHub https://github.com/codepath-sep2014-g8/SmarTodo/issues/14.

dperiwal commented 10 years ago

Yes, email verification is built in parse. We have to do some server side setting and client side checking.

On Sat, Oct 11, 2014 at 10:06 PM, Ankit Garg notifications@github.com wrote:

Yes you are right. We primarily want to test SMS. We know email is built in parse, right ? On Oct 11, 2014 10:05 PM, "dperiwal" notifications@github.com wrote:

After the first time login process is successful, we do not want a user to login again every time the app is started.

However, we should provide a Logout functionality (a button in Settings or something) so that we can test the app as different users without having to reinstall the app again.

— Reply to this email directly or view it on GitHub https://github.com/codepath-sep2014-g8/SmarTodo/issues/14.

— Reply to this email directly or view it on GitHub https://github.com/codepath-sep2014-g8/SmarTodo/issues/14#issuecomment-58773772 .

gargankit90 commented 10 years ago

Okk great. Let us also try SMS. If you want I can also check parse and twilio. On Oct 11, 2014 10:07 PM, "dperiwal" notifications@github.com wrote:

Yes, email verification is built in parse. We have to do some server side setting and client side checking.

On Sat, Oct 11, 2014 at 10:06 PM, Ankit Garg notifications@github.com wrote:

Yes you are right. We primarily want to test SMS. We know email is built in parse, right ? On Oct 11, 2014 10:05 PM, "dperiwal" notifications@github.com wrote:

After the first time login process is successful, we do not want a user to login again every time the app is started.

However, we should provide a Logout functionality (a button in Settings or something) so that we can test the app as different users without having to reinstall the app again.

— Reply to this email directly or view it on GitHub https://github.com/codepath-sep2014-g8/SmarTodo/issues/14.

— Reply to this email directly or view it on GitHub < https://github.com/codepath-sep2014-g8/SmarTodo/issues/14#issuecomment-58773772>

.

— Reply to this email directly or view it on GitHub https://github.com/codepath-sep2014-g8/SmarTodo/issues/14#issuecomment-58773790 .

dperiwal commented 10 years ago

Well, understanding and integrating Parse library for login (ParseLoginUI) into our app has taken quite a bit of time. There were conflicts in the versions of Parse.jar used by that library and our app, that were causing subtle problems. Anyway, things are under control now.

gargankit90 commented 10 years ago

Great thanks man. On Oct 11, 2014 10:28 PM, "dperiwal" notifications@github.com wrote:

Well, undestanding and integrating Parse library for login (ParseLoginUI) into our app has taken quite a bit of time. There were conflicts in the versions of Parse.jar used by that library and our app, that were causing subtle problems. Anyway, things are under control now.

— Reply to this email directly or view it on GitHub https://github.com/codepath-sep2014-g8/SmarTodo/issues/14#issuecomment-58774178 .