guashtiSingh / EatOutEatSafeSoftwareProject

Software Development Project #2 - Group 5
1 stars 1 forks source link

Rest API for user service #7

Closed roycol closed 7 years ago

roycol commented 7 years ago

UserService will provide the authentication and the registration functionality.

In order to implement a web service for signup, there will be 2 possible ways considered to get user details from mobile.

  1. GET with key=value
  2. POST with json

Please let me know your preference.

roycol commented 7 years ago

As we discussed, I've created the user service based on #2(POST with JSON). Please refer to below for the details.

  1. login
  1. signup
AnjithBabu commented 7 years ago

perfect Roy, I have created the login form. I have created the login without the web service call now I will integrate it soon and let you know.

AnjithBabu commented 7 years ago

The inital commit for Login Functionality has been committed to Mobile Branch. @iloy1004 Jihee you can pull that and work. I will reply if any doubts on Monday.

iloy1004 commented 7 years ago

@AnjithBabu I've started developing review part in restaurant detail view. so, please let me know if you have any other changes in that page, then I'll reflect your changes to my work.

AnjithBabu commented 7 years ago

Thanks @iloy1004 .

I have finished login , now even if you go back to previous activity after singn out , the session will be invalid. Earlier it was still showing as the user logged in.

Also I am almost done with Signup I will commit it tomorrow.

AnjithBabu commented 7 years ago

The Singup and login functionalities have been done and completed. Committed code to the Mobile branch. Closing the issue.