OPAC User can't immediately tell if they are logged in on mobile
Bug #1975390 reported by
Benjamin Kalish
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Evergreen |
Confirmed
|
Medium
|
Unassigned | ||
3.10 |
Confirmed
|
Medium
|
Unassigned | ||
3.11 |
Confirmed
|
Medium
|
Unassigned | ||
3.9 |
Won't Fix
|
Undecided
|
Unassigned |
Bug Description
The OPAC hides the welcome message, logout button, my account link, and most other indications that a user is logged in behind a drop down menu on mobile devices. It should be immediately obvious to the user whether or not they are logged in, but currently folks can only tell if they happen to have items in their basket.
The classic solution here is probably the best:
- If the user isn't logged in put a log in link in the upper left hand corner
- If the user is logged in put either a logout link or a user menu (with just things specific to their account, including a logout link) in the upper left hand corner
Changed in evergreen: | |
status: | New → Confirmed |
importance: | Undecided → Low |
importance: | Low → Medium |
tags: | added: design |
tags: | added: signedoff |
Changed in evergreen: | |
milestone: | none → 3.9.1 |
Changed in evergreen: | |
milestone: | 3.9.1 → 3.9.2 |
Changed in evergreen: | |
milestone: | 3.9.2 → 3.10.1 |
Changed in evergreen: | |
milestone: | 3.10.1 → 3.10.2 |
Changed in evergreen: | |
milestone: | 3.10.2 → 3.10.3 |
Changed in evergreen: | |
milestone: | 3.10.3 → 3.12-beta |
To post a comment you must log in.
A proposed patch is at https:/ /git.evergreen- ils.org/ ?p=working/ Evergreen. git;a=commit; h=bcd34d6d8feeb f88a50db4c45e60 b71993ff7390
This patch displays 'Login to My Account' or 'Logout' outside of the collapsible section of the menu so that these links display next to the collapsed hamburger button. If the menu is collapsed, these options are also suppressed from the expanded menu.