Skip to content

Commit

Permalink
Updated README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Oct 5, 2023
1 parent dfb3fdc commit cf53c66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ Time spent on LEA's website until a user can reasonably conclude that there is n
</p>

### Average Length of User Session Until Failure
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.
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:
- ```FoundNoAppointmentError```
- ```NoAppointmentInformationError```
- ```NoResultsError```
- ```InfiniteSpinnerError```
- ```GhostUIElement```
- ```BrokenUIError```

<p align="center" width="100%">
<img alt="Average Length of User Sessions on LEA's Portal Until Failure" src="./data/production/img/SessionAverageLengthGraph.png" width="100%" />
Expand Down

0 comments on commit cf53c66

Please sign in to comment.