SIU-CS / Finite_Loop-production

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

Access personal account information #17

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 make any necessary changes if needed.

Acceptance criteria:

  1. Account button can be selected from the menu.
  2. Selecting the button takes the user to a view where they can change their information.
  3. The view has a save button to save any changes.
  4. There is a button to delete the account.
  5. Upon deleting the account they are taken to the login/register view.

    Story source:SRS - FR11

    Estimate: 10 man-hours

jake32321 commented 7 years ago

Still needs to be done. I will work with someone to do this as I put together the firebase stuff.

jake32321 commented 7 years ago

The starter for the account page is there. We need to work on the UI and making sure that we have functionality to update the account information and/or delete the user's account. @Andimoh @agnarvaez

jake32321 commented 7 years ago

@agnarvaez Fixed the issue with deleting the account. See #53 for information.

jake32321 commented 7 years ago

@Andimoh @agnarvaez @Maha1990 Not all the way there yet but we are close. Just waiting on @Andimoh's changes.