From 96bd60b86409c53da3238df335e1a9ad299cc29e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 23 Aug 2018 14:17:11 -0400 Subject: [PATCH] LP#1514085 Release notes for vandelay session tracking Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- .../Cataloging/async-vandelay.adoc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Cataloging/async-vandelay.adoc 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. + -- 2.43.2