Summary: | Improve display of messages on patron account | ||
---|---|---|---|
Product: | Koha | Reporter: | Emily Lamancusa (emlam) <emily.lamancusa> |
Component: | Patrons | Assignee: | Emily Lamancusa (emlam) <emily.lamancusa> |
Status: | Passed QA --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, gmcharlt, kyle, Laura.escamilla |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | String patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This adjusts the way patron messages are displayed on a patron account, grouping messages together and labeling them based on whether they are internal staff notes or OPAC messages.
|
|
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 40367: Improve display of messages on patron account
Bug 40367: Improve display of messages on patron account Bug 40367: Improve display of messages on patron account |
Description
Emily Lamancusa (emlam)
2025-07-14 18:47:03 UTC
Sounds reasonable to me Created attachment 184153 [details] [review] Bug 40367: Improve display of messages on patron account When displaying messages on a patron account, group the messages by type and label which are OPAC messages and which are internal staff messages. To test: 1. Find a patron and add several messages to their account, alternating between internal staff messages and OPAC messages --> Note that the messages display in the order that they are added and not explicitly labeled 2. Apply patch and refresh page --> Confirm that all staff messages display first and all OPAC messages display underneath --> Confirm that messages are now labeled "Staff note" or "OPAC" 3. Play around on the patron account and confirm that the message display is consistent after taking different actions: - On the Details page - On the Check out page - After adding a new staff message - After adding a new OPAC message Created attachment 184419 [details] [review] Bug 40367: Improve display of messages on patron account When displaying messages on a patron account, group the messages by type and label which are OPAC messages and which are internal staff messages. To test: 1. Find a patron and add several messages to their account, alternating between internal staff messages and OPAC messages --> Note that the messages display in the order that they are added and not explicitly labeled 2. Apply patch and refresh page --> Confirm that all staff messages display first and all OPAC messages display underneath --> Confirm that messages are now labeled "Staff note" or "OPAC" 3. Play around on the patron account and confirm that the message display is consistent after taking different actions: - On the Details page - On the Check out page - After adding a new staff message - After adding a new OPAC message Signed-off-by: David Nind <david@davidnind.com> Created attachment 184673 [details] [review] Bug 40367: Improve display of messages on patron account QA tool is happy and this enhancement is very nice! Thanks for your work on this, Emily! When displaying messages on a patron account, group the messages by type and label which are OPAC messages and which are internal staff messages. To test: 1. Find a patron and add several messages to their account, alternating between internal staff messages and OPAC messages --> Note that the messages display in the order that they are added and not explicitly labeled 2. Apply patch and refresh page --> Confirm that all staff messages display first and all OPAC messages display underneath --> Confirm that messages are now labeled "Staff note" or "OPAC" 3. Play around on the patron account and confirm that the message display is consistent after taking different actions: - On the Details page - On the Check out page - After adding a new staff message - After adding a new OPAC message Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> |