An app that provides nearby COVID testing locations and relevant localized COVID data.
[Evaluation of your app across the following attributes]
- Category: Health
- Mobile: Mobile is essential for knowing the user's current location to determine nearby COVID-19 testing centers.
- Story: Allows users to quickly determine Covid-19 testing facilities near them in a map.
- Market: Anyone who is living during the Covid-19 Pandemic.
- Habit: When user's feel like they have any of the symptoms associated with the coronavirus, or want to take an asymptomatic test.
- Scope: V1 will have the map feature showing the location of nearby testing facilities. V2 will provide in-app details about the price/insurance requirements for the test for each location. V3 will provide information about current active covid cases in each location (county data). V4 will include a county updates screen, for any new situations/guidelines.
Required Must-have Stories
- User can get information about nearby testing centers
- User can see the testing centers on a map
- User can get information about active COVID cases nearby
Optional Nice-to-have Stories
- User can enter any location (in the US) to find nearby testing centers
- User can see more information about testing center (i.e. ave waiting times, etc.)
-
Map Screen
- User can see testing centers on the map
-
Testing Center List Screen (Modal in Map Screen)
- View list of nearby testing centers
-
COVID Info Screen
- View localized COVID data
-
County Updates Screen
- View guideline and situation updates from county
Tab Navigation (Tab to Screen)
- Map Screen
- COVID Info Screen
Flow Navigation (Screen to Screen)
-
Map Screen
- => Testing Center List Screen
-
Testing Center List Screen
- => None
-
COVID Info Screen
- => County Updates Screen
-
County Updates Screen
- => COVID Info Screen
[Add picture of your hand sketched wireframes in this section]
Property | Type | Description |
---|---|---|
Latitude | String | Current user location latitude |
Longitude | String | Current user location longitude |
COVID Testing Centers | Array of Strings | List of testing centers |
Testing Center Details | Dictionary | Info about testing center |
Current County | String | County of the user's location |
County COVID Updates | Dictionary | News updates from county |
- Map Screen
- (Read/GET) Get the map
- (Read/GET) Get the COVID testing centers nearby
- Testing Center List Screen
- (Read/GET) Get the details of COVID testing centers
- COVID Info Screen
- (Read/GET) Get the county based on latitude/longitude
- (Read/GET)Get the COVID info for county
- County updates screen
- (Read/GET) Get county news updates