CDCgov / prime-central

Apache License 2.0
9 stars 2 forks source link

Develop user profile #135

Closed katiealoisi closed 3 years ago

katiealoisi commented 3 years ago

As a user, I want to be able to view my profile information and log out.

The profile information will be available via a dropdown widget and should include:

Discussion on this topic in Slack: https://usds.slack.com/archives/C019PRYMR0Q/p1605638797142600

hmyers-cms commented 3 years ago
Screen Shot 2020-11-17 at 2 21 20 PM
TomNUSDS commented 3 years ago

Think this layout approach depend on mouseover hovers?

These will be problematic when we eventually support tablets.

katiealoisi commented 3 years ago

We were thinking the drop-down should be triggered on click (on tap for tablets). Do you think see any issues with that approach?

willusds commented 3 years ago

Dependent on log-in info, can be hardwired in for fallback, need an API call

katiealoisi commented 3 years ago

Updated mocks, per convo during sprint planning. In order, the drop-down should show the user's first and last name, email address, organization name (NOT facility), and ability to log out.

userprofile
timbest-cdc commented 3 years ago

see https://github.com/CDCgov/prime-data-input-client/pull/216#issuecomment-738802429 for feedback

TomNUSDS commented 3 years ago

Assigning to @timothybest-usds to close once the logout url is working on the server.

timbest-cdc commented 3 years ago

Logout link implemented here: https://github.com/CDCgov/prime-data-input-client/pull/233 future design clean up captured in https://github.com/CDCgov/prime-central/issues/171