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
As a user visiting https://analytics.usa.gov/, I should see a bar chart displaying "Daily Sessions in the Past 30 Days" by day
As a user visiting https://analytics.usa.gov/, I should see a SUM of the total number for the sessions in the past 30 days
Acceptance Criteria
id = total_visitors displays a SUM of the total number for the sessions in the past 90 days
id = total_visitors displays There were <sum> billion sessions over the past 90 days.
chart with id = time_series is a bar chart displaying "Daily Sessions in the Past 30 Days" by day
chart with id = time_series displays dd/mm as notation along the X axis
chart with id = time_series displays a title for "Daily Sessions in the Past 30 Days"
chart with id = time_series does not display Easter Time
The text was updated successfully, but these errors were encountered:
Background
Because of the inconsistency we are having with hourly metrics for both
today
andlast-48-hours
reporting, (see, https://github.com/orgs/18F/projects/55/views/1?filterQuery=assignee%3A%22scottqueen-bixal%22&pane=issue&itemId=50003426) we are going to move over to a 30day session based reporting as a replacement.See this conversation thread for more detail -> https://gsa-tts.slack.com/archives/C05S1B327MH/p1705421899626399
User Story
As a user visiting https://analytics.usa.gov/, I should see a bar chart displaying "Daily Sessions in the Past 30 Days" by day
As a user visiting https://analytics.usa.gov/, I should see a SUM of the total number for the sessions in the past 30 days
Acceptance Criteria
total_visitors
displays a SUM of the total number for the sessions in the past 90 daystotal_visitors
displaysThere were <sum> billion sessions over the past 90 days.
time_series
is a bar chart displaying "Daily Sessions in the Past 30 Days" by daytime_series
displaysdd/mm
as notation along the X axistime_series
displays a title for "Daily Sessions in the Past 30 Days"time_series
does not displayEaster Time
The text was updated successfully, but these errors were encountered: