-
Notifications
You must be signed in to change notification settings - Fork 7
belindas-closet-android_5_271_add-profile-dropdown #278
Conversation
Profile dropdown will only be shown to admin and creator users that are logged in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! The dropdown works for me on all of the pages you mentioned while logged in as a creator/admin. A couple things I noticed which are unrelated to this PR is that the add product page is not available in both admin and creator pages. Also, the dashboard button on the dropdown crashes the app.
@taylorpapke I also noticed that the Add Product can't be accessed without changing ScreenMain to open to that page. The dashboard page is probably crashing because the dashboard page doesn't exist yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Once I logged in as an admin or creator, I was able to view the dropdown menu in all the pages you specified. Like you stated, the dashboard link isn't functional but I was able to sign-out with the sign-out link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolves #271
This PR adds a profile dropdown to every page (except the Sign Up, Login, Forgot Password, and ResetPassword pages). On pages other than the AdminView, CreatorView, Add Product, and Edit User Role pages, I added role-based access to the profile dropdown so that only users signed in as admin and creators would be able to see the profile dropdown. Pressing the profile dropdown opens a dropdown menu with a dashboard link and sign out link. The dashboard link is currently not functioning. Below are some screenshots of some of the pages.
Home page (not logged in as admin or creator):

Home page (logged in as admin or creator):

Admin page:

Product Detail page:

Related to #270