You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,13 @@ Time spent on LEA's website until a user can reasonably conclude that there is n
29
29
</p>
30
30
31
31
### Average Length of User Session Until Failure
32
-
Average time spent on LEA's website by its users before the latter are met with the error message 'there are no available appointments' at the moment. Said average is computed for each time bucket.
32
+
Average time spent on LEA's website by its users before the latter are most likely to conclude that there are no available appointments at the moment. Said average is computed for each time bucket. The events associated with a appointment search failure are the same as the ones described in the previous section, namely:
33
+
-```FoundNoAppointmentError```
34
+
-```NoAppointmentInformationError```
35
+
-```NoResultsError```
36
+
-```InfiniteSpinnerError```
37
+
-```GhostUIElement```
38
+
-```BrokenUIError```
33
39
34
40
<palign="center"width="100%">
35
41
<imgalt="Average Length of User Sessions on LEA's Portal Until Failure"src="./data/production/img/SessionAverageLengthGraph.png"width="100%" />
0 commit comments