PUC3: View Zip3 Map

Goal: Display a zip3 map with a chloropleth map of call counts showing for each zip5.

Actors: Public Health Investigator

Preconditions: A user has been authenticated. A zip3 has been selected. A date range has been selected and stored in session.

Success condition: A map is displayed with each zip5 delineated.

Main Success Scenario:

    1. A google map is shown for a specific zip3 and the specified date range. Each contained zip5 border is drawn. Each zip5 is shaded according to total call volume: clear for 0, green for 1-10, yellow for 11-20, red for above 20.
    2. A drop down is displayed containing each of the 131 conditions. When a condition is selected, the map refreshes containing counts for only the specified condition.
    3. Each zip5 is clickable. When the zip5 is clicked, a popup is displayed containing PUC4: View Time Series Graph.

Alternate Flow:

(Step 1): A start date and end date is displayed with the selected dates. The user can specify new dates. When new dates are submitted, the map refreshes containing counts for only the specified date range (inclusive).

Related Use Cases:

PUC0: Login

PUC2: View State Map

PUC4: View Time Series Graph