From: Bill Erickson Date: Thu, 23 Aug 2018 18:17:11 +0000 (-0400) Subject: LP#1514085 Release notes for vandelay session tracking X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Flp1514085-vandelay-state-tracking;p=working%2FEvergreen.git LP#1514085 Release notes for vandelay session tracking Signed-off-by: Bill Erickson --- diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc new file mode 100644 index 0000000000..81bf1a00e1 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc @@ -0,0 +1,19 @@ +Asynchronous Vandelay Imports +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Vandelay imports are now monitored from the browser client asynchronously, +meaning the client requests updates from the server instead of waiting for +the server to respond to the original import request. This changes allows +for incremental progress updates in the browser client. + +New Database Table +++++++++++++++++++ + +This adds a new database table vandelay.session_tracker for tracking +in-progress vandelay upload activity. A new tracker row is added for +each of "upload", "enqueue", and "import" actions, linked for a given +session by the value stored in the "session_key" field. + +The table tracks other potentially useful data, like the staff member +and workstation where the action was performed. +