lp1846354 release notes
authorJason Etheridge <jason@EquinoxInitiative.org>
Fri, 31 Jan 2020 08:54:26 +0000 (03:54 -0500)
committerJason Etheridge <jason@EquinoxInitiative.org>
Thu, 6 Aug 2020 17:30:18 +0000 (13:30 -0400)
Patron notes, messages, alert messages, and standing penalties have been folded
into one Notes interface.  Notes designated as public will show in the My Account
-> Message Center in the OPAC for patrons.  The underlying data structure has
also changed with all notes living in the actor.usr_message table, so certain
reports may need to be adjusted.

Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc b/docs/RELEASE_NOTES_NEXT/Client/lp1846354_consolidate_patron_notes.adoc
new file mode 100644 (file)
index 0000000..0bd1feb
--- /dev/null
@@ -0,0 +1,13 @@
+Consolidate Patron Notes, Alerts, and Messages
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Patron notes, messages, alert messages, and standing penalties have been folded into one Notes interface.  Notes designated as public will show in the My Account -> Message Center in the OPAC for patrons.
+
+The underlying data structure has also changed with all notes living in the actor.usr_message table, so report writers will need to change the following paths in existing reports:
+
+    actor.usr_note -> all columns
+    actor.usr -> alert_message
+    actor.usr_standing_penalty -> note
+
+And for actor.usr_message, there is now both a pub column and a deleted column.
+
+Depending on privacy policies, system adminstrators may wish to set up a recurring process to truly delete older entries in actor.usr_message that have been flagged as deleted.