Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace gbunce contacts #2889

Merged
merged 7 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 38 additions & 40 deletions src/data/contacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ import type { Contacts } from '@models/types';
export const contacts: Contacts = {
address_grids: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '385-202-3297',
email: 'michaelfoulger@utah.gov',
name: 'Michael Foulger',
phone: '385-652-2258',
},
address_network: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
email: 'emneemann@utah.gov',
name: 'Erik Neemann',
phone: '385-202-3297',
},
address_points: {
agency: 'UGRC',
email: 'zbeck@utah.gov',
email: 'ZBeck@utah.gov',
name: 'Zach Beck',
phone: '801-538-3072',
},
Expand Down Expand Up @@ -60,8 +60,8 @@ export const contacts: Contacts = {
},
{
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
email: 'jdadams@utah.gov',
name: 'Jake Adams',
},
],
change_manager: {
Expand Down Expand Up @@ -110,9 +110,9 @@ export const contacts: Contacts = {
},
emergencyzones: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'hchou@utah.gov',
name: 'Hank Chou',
phone: '435-319-0307',
},
ewa: {
agency: 'DEQ',
Expand Down Expand Up @@ -155,13 +155,12 @@ export const contacts: Contacts = {
email: '[email protected]',
name: 'Scott Davis',
},
gisac: [
{
agency: 'UGRC',
email: '[email protected]',
name: 'Greg Bunce',
},
],
gisac: {
agency: 'UGRC',
email: '[email protected]',
name: 'Laura Ault',
phone: '801-550-7754',
},
google_imagery: {
agency: 'UGRC',
email: '[email protected]',
Expand Down Expand Up @@ -225,15 +224,14 @@ export const contacts: Contacts = {
},
locators: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'ZBeck@utah.gov',
name: 'Zach Beck',
phone: '801-433-8422',
},
luca_liaison: {
agency: 'UGRC',
email: '[email protected]',
name: 'Greg Bunce',
phone: '801-349-0039',
email: '[email protected]',
name: 'Jake Adams',
},
luca_trainer: {
agency: 'Census',
Expand Down Expand Up @@ -292,9 +290,9 @@ export const contacts: Contacts = {
},
os_places: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'hchou@utah.gov',
name: 'Hank Chou',
phone: '435-319-0307',
},
palletjack: {
agency: 'UGRC',
Expand Down Expand Up @@ -333,9 +331,9 @@ export const contacts: Contacts = {
},
roads: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'michaelfoulger@utah.gov',
name: 'Michael Foulger',
phone: '801-652-2258',
},
sgid: [
{
Expand Down Expand Up @@ -397,9 +395,9 @@ export const contacts: Contacts = {
},
trails: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'jdadams@utah.gov',
name: 'Jake Adams',
phone: '385-499-0786',
},
turn: [
{
Expand Down Expand Up @@ -432,9 +430,9 @@ export const contacts: Contacts = {
phone: '801-538-3665',
},
ugrc_director: {
email: '-',
email: '[email protected]',
name: 'Laura Ault',
phone: '-',
phone: '801-550-7754',
},
ugs: {
agency: 'DNR',
Expand Down Expand Up @@ -493,8 +491,8 @@ export const contacts: Contacts = {
},
voter_count_tool: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
email: 'emneemann@utah.gov',
name: 'Erik Neemann',
phone: '801-349-0039',
},
voting: {
Expand Down Expand Up @@ -541,9 +539,9 @@ export const contacts: Contacts = {
},
zip_codes: {
agency: 'UGRC',
email: 'GBunce@utah.gov',
name: 'Greg Bunce',
phone: '801-349-0039',
email: 'hchou@utah.gov',
name: 'Hank Chou',
phone: '435-319-0307',
},
dwmrc: [
{
Expand Down
Loading