From be4ab94ef68f1c64c4732a1c4c0a1c8299806a91 Mon Sep 17 00:00:00 2001 From: Tim Hodson Date: Fri, 16 Dec 2022 09:13:03 +0000 Subject: [PATCH 1/3] Add Errata --- _includes/nav.html | 3 +++ topics/errata.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 topics/errata.md diff --git a/_includes/nav.html b/_includes/nav.html index 196d56d..e2e2ca1 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -18,6 +18,9 @@

Getting Started

Recipes + + Errata +

Application data

    diff --git a/topics/errata.md b/topics/errata.md new file mode 100644 index 0000000..958c346 --- /dev/null +++ b/topics/errata.md @@ -0,0 +1,13 @@ +--- +layout: site +title: Errata +body_class: errata +--- + +A list of known issues with data in Advanced MIS with a short explanation of the circumstances. + +### Reading List Events from 18th November to 30th November 2022 + +List view and interaction events were not captured for a period of 12 days between 18th and 30th November 2022 inclusive. This will apply to events like `list.entry_point` and `list.item.click`. This means that student and staff clicks on a list and edit actions will not have been counted. An investigation has concluded that it is not possible to recreate events for this period. + +All other list functions continued to work as normal and all edits to lists will have completed as expected. From 4ae42602d1ae0fc3149f07a85a89057eebdc77c7 Mon Sep 17 00:00:00 2001 From: Tim Hodson Date: Fri, 16 Dec 2022 11:45:46 +0000 Subject: [PATCH 2/3] List affected documented events --- topics/errata.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/topics/errata.md b/topics/errata.md index 958c346..7b59eb9 100644 --- a/topics/errata.md +++ b/topics/errata.md @@ -10,4 +10,11 @@ A list of known issues with data in Advanced MIS with a short explanation of the List view and interaction events were not captured for a period of 12 days between 18th and 30th November 2022 inclusive. This will apply to events like `list.entry_point` and `list.item.click`. This means that student and staff clicks on a list and edit actions will not have been counted. An investigation has concluded that it is not possible to recreate events for this period. +The list of affected events are as follows: + +* `list.entry_point` +* `list.item.click` +* `list.item.external_link.click` +* `list.edit` + All other list functions continued to work as normal and all edits to lists will have completed as expected. From 7797d2de533befde5a2efc622348b5128f7eecf3 Mon Sep 17 00:00:00 2001 From: Tim Hodson Date: Fri, 16 Dec 2022 11:50:34 +0000 Subject: [PATCH 3/3] Add report broken links as they ought to be public --- topics/errata.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/errata.md b/topics/errata.md index 7b59eb9..df5edf8 100644 --- a/topics/errata.md +++ b/topics/errata.md @@ -16,5 +16,7 @@ The list of affected events are as follows: * `list.item.click` * `list.item.external_link.click` * `list.edit` +* `list.item.report_broken_link` +* `list.item.cancel_report_broken_link` All other list functions continued to work as normal and all edits to lists will have completed as expected.