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

User Settings Component #2

Open
rbeatie opened this issue Jan 8, 2019 · 1 comment
Open

User Settings Component #2

rbeatie opened this issue Jan 8, 2019 · 1 comment
Assignees

Comments

@rbeatie
Copy link
Contributor

rbeatie commented Jan 8, 2019

No description provided.

@rbeatie
Copy link
Contributor Author

rbeatie commented Jan 8, 2019

User Account Settings

User Story

As an account owner I would want to be able to control the exposure and values related to my accounts attributes and configurations. I would be able to delete my account from here and perform basic account maintenance like reset passwords, edit my name and contacts and toggle alerts.

const ExampleUserData = {
  "id": {
    "value": "756.8144.4590.23",
    "verified": {}
  },
  "name": {
    "last": "robert",
    "title": "mademoiselle",
    "first": "biljana"
  },
  "street": "7676 rue abel",
  "state": "uri",
  "city": "treiten",
  "postcode": 5741,
  "email": "[email protected]"
  "cell": "(281)-474-7622",
  "phone": "(851)-792-9079",
  "age": 14,
  "date": "2004-09-07T07:56:21Z",
  "nat": "CH",
  "gender": "female",
  "dob": {
    "age": 60,
    "date": "1958-04-05T00:29:05Z"
  },
  "login": {
    "token": "q3ronkfwspoinsadf.qwpoihsabfnjk.aOPIAWFPOANEWF"
  },
  "picture": {
    "thumbnail": "https://randomuser.me/api/portraits/thumb/women/73.jpg",
    "medium": "https://randomuser.me/api/portraits/med/women/73.jpg",
    "large": "https://randomuser.me/api/portraits/women/73.jpg"
  },
  "timezone": {
    "offset": "0:00",
    "description": "Western Europe Time, London, Lisbon, Casablanca"
  },
  alerts: {
    somethingHappened: true
  }
};

@afleischer afleischer self-assigned this Jan 14, 2019
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

2 participants