SIU-CS / Finite_Loop-production

CS 435 - Parking spot finder application for Android.
Apache License 2.0
0 stars 3 forks source link

Store the registration information for users #18

Closed Andimoh closed 7 years ago

Andimoh commented 7 years ago

description:

As a user, I want to be able to access my information to avoid re-registering every time I want to use the app

Acceptance criteria:

  1. User information is saved to the database.
  2. User can login and access their information w/o re-registering.
  3. Any change in the user’s information is written to the database.
  4. Account deletion removes the account from the database.

    Story source:SRS - SRS - FR11

    Estimate: 10 man-hours

jake32321 commented 7 years ago

Done. Might need tweaking.

jake32321 commented 7 years ago

@Andimoh what progress have you made?

Andimoh commented 7 years ago

No progress ... keeps failing

jake32321 commented 7 years ago

How so? Post an image with the errors please.

jake32321 commented 7 years ago

@Andimoh Can you post a picture of the issue so I can try to troubleshoot it with you?

Andimoh commented 7 years ago

No errors but the App keeps quitting ... might be from my laptop tho not sure

Andimoh commented 7 years ago

screen shot 2017-03-01 at 11 11 42 am

jake32321 commented 7 years ago

that won't work. Including it outside of the field validation won't work. Make sure it is within the if statement I mentioned earlier.

jake32321 commented 7 years ago

The purpose of that statement is field validation to make sure that null references are not made and that we don't feed null data to the database.

jake32321 commented 7 years ago

@Andimoh

Andimoh commented 7 years ago

@jake32321 oh ok

jake32321 commented 7 years ago

once you make changes let me know.

Andimoh commented 7 years ago

ok

jake32321 commented 7 years ago

@Andimoh any progress?

jake32321 commented 7 years ago

@Andimoh I made a change to the registration that fixed a huge bug. Make sure to sync with GH desktop.

Andimoh commented 7 years ago

ok

jake32321 commented 7 years ago

@Andimoh Where are you at with updating account info? Also make sure you're on your branch when making commits.

Andimoh commented 7 years ago

i'm on my branch .. i'm going to run it one more now time if that doesn't work .. i really don't know what to do @jake32321

jake32321 commented 7 years ago

@Andimoh please post a picture of the error.

Andimoh commented 7 years ago

It's currently on processing give me a sec

Andimoh commented 7 years ago

screen shot 2017-03-01 at 4 42 18 pm

Andimoh commented 7 years ago

screen shot 2017-03-01 at 4 42 47 pm