From db8d463def9f5e15c5bac2e62efccdcacea2c5f0 Mon Sep 17 00:00:00 2001 From: Alex Andrade Date: Fri, 31 Jul 2020 15:40:39 -0400 Subject: [PATCH] [DART-55, DART-56, DART-57, DART-58, DART-59, DART-61] Create Run Time Report page and parameters sidebar; add links to updated reports on the index page. --- .../src/main/webapp/reports/index.jsp | 15 + .../src/main/webapp/reports/runTime.jsp | 263 ++++++++++++++++++ 2 files changed, 278 insertions(+) create mode 100644 transitclockWebapp/src/main/webapp/reports/runTime.jsp diff --git a/transitclockWebapp/src/main/webapp/reports/index.jsp b/transitclockWebapp/src/main/webapp/reports/index.jsp index b88a091c4..1ebf6614f 100644 --- a/transitclockWebapp/src/main/webapp/reports/index.jsp +++ b/transitclockWebapp/src/main/webapp/reports/index.jsp @@ -84,6 +84,9 @@ finding specific issues with predictions."> how early/late. The resulting bell curve shows the distribution of early/late times. "> Schedule Adherence by how Early/Late +
  • + On Time Performance
  • @@ -113,6 +116,18 @@ finding specific issues with predictions."> Server Status +
    Speed Reports
    + + +
    Run Time Reports
    + + diff --git a/transitclockWebapp/src/main/webapp/reports/runTime.jsp b/transitclockWebapp/src/main/webapp/reports/runTime.jsp new file mode 100644 index 000000000..b219dd18d --- /dev/null +++ b/transitclockWebapp/src/main/webapp/reports/runTime.jsp @@ -0,0 +1,263 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + <%@include file="/template/includes.jsp" %> + + Run Time Analysis + + + + + + + + <%-- --%> + + + + + + <%@include file="/template/header.jsp" %> +
    +
    + Run Time Analysis +
    + +
    + <%-- For passing agency param to the report --%> + "> + + + +
    + + +
    + + + + + + + + +
    + + +
    + +
    + + (hh:mm) +
    + +
    + + (hh:mm) +
    + +
    + +
    +
    + + +
    + +
    +
    +

    +
    +
    + + \ No newline at end of file