Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TWILIO_AUTH_TOKEN=TWILIO_SECRET_KEY
# **We always run in single-campaign mode now so this is mandatory!**
# Use campaign seeder file for local dev campaigns.
VUE_APP_CAMPAIGN_MODE=single
VUE_APP_FEATURED_CAMPAIGN=2
VUE_APP_FEATURED_CAMPAIGN=3

VUE_APP_EMPTY_TRANSACTIONS=off
VUE_APP_SHOW_EXT_DONATION=false
Expand Down
341 changes: 22 additions & 319 deletions script/stringify.js
Original file line number Diff line number Diff line change
@@ -1,329 +1,32 @@
/*
const reps = JSON.stringify([
{
name: 'Dr. Buu Nygren',
title: 'President of the Navajo Nation',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/photo_P_Nygren.jpg?resize=1080%2C1080&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: 'alray.nelson@navajo-nsn.gov'
},
{
name: 'Jasmine Blackwater-Nygren',
title: 'First Lady of the Navajo Nation',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/photo_FL_Nygren-Blackwater.jpg?resize=1080%2C1080&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: 'alray.nelson@navajo-nsn.gov'
},
{
name: 'Richelle Montoya',
title: 'Vice President of the Navajo Nation',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/photo_VP_Montoya.jpg?resize=1080%2C1080&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: 'josie.bowman@navajo-nsn.gov'
},
{
name: 'Ethel Branch',
title: 'Department of Justice, Attorney General',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/attorney_general_Branch.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Sean McCabe',
title: 'Office of the Controller, Controller',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/controller_McCabe.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Justin Ahasteen',
title: 'Navajo Nation Washington Office, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Ahasteen.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Heather Clah',
title: 'Department of Justice, Deputy Attorney General',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/04/dag_Clah.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Thomas Cody',
title: 'Division of Social Services, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Cody.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Sherylene Yazzie',
title: 'Department of Health, Acting Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/Seal_gray_gradient.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Roy Tracy',
title: 'Department of Diné Education, Interim Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/04/director_Tracy.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Tony Skrelunas',
title: 'Division of Economic Development, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Skrelunas.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Bobbie Ann Baldwin',
title: 'Navajo Nation Veterans Administration, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/04/director_Baldwin.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Shawnevan Dale',
title: 'Executive Director, Division of General Services',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Dale.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
name: 'Stephen Hoffman',
title: 'LANL SWEIS Document Manager, DOE/NNSA ',
photoUrl: 'https://imgs.search.brave.com/G46oqr3VnummnoFmkqT_NqalvvWvKQxpoX-EJITKqGQ/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9uYXRp/b25hbG1hZ2xhYi5v/cmcvaW1hZ2VzL2xh/eW91dC9sb3MtYWxh/bW9zLWxvZ28uanBn/P2Q9MjAyMzAyMDc',
address_line1: '3747 West Jemez Road ',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_city: 'Los Alamos',
address_state: 'NM',
address_zip: '87544',
address_country: 'US',
email: ''
},
{
name: 'Tom Platero',
title: 'Division of Transportation, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Platero.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Effie Edsitty',
title: 'Office of the Navajo Tax Commission, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Edsitty.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Arbin Mitchell',
title: 'Division of Community Development, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Mitchell.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Sarah Slim',
title: 'Navajo-Hopi Land Commission Office, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/04/director_Slim_2.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'W. Mike Halona',
title: 'Division of Natural Resources, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Halona.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Byron C. Shorty',
title:
'Telecommunications Regulatory Commission Office, Acting Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/09/director_Shorty.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Michael Anderson',
title: 'Division of Public Safety, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Anderson-1.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Stephen Etsitty',
title: 'Navajo Nation Environmental Protection Agency, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/director_Etsitty.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Dominic Beyal',
title: 'Office of Management & Budget, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/04/director_Beyal.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Lisa Jymm',
title: 'Navajo Nation Fiscal Recovery Fund Office, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2024/03/director.Jymm_.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
},
{
name: 'Reycita Toddy',
title: 'Division of Human Resources, Executive Director',
photoUrl:
'https://i0.wp.com/opvp.navajo-nsn.gov/wp-content/uploads/2023/12/Seal_gray_gradient.jpg?resize=1080%2C1440&ssl=1',
address_line1: 'PO Box 7440',
address_line2: '',
address_city: 'Window Rock',
address_state: 'AZ',
address_zip: '86515',
address_country: 'US',
email: ''
email: 'lanlsweis@nnsa.doe.gov'
}
])
*/

/*
const assets = JSON.stringify({
campaign_logo: 'https://i.imgur.com/o3lxGJD.png',
campaign_background: 'https://i.imgur.com/qGOHdiP.jpeg',
'campaign-img-1': 'https://i.imgur.com/h88GBNC.jpeg',
'campaign-img-2': 'https://i.imgur.com/lcQWK6p.jpeg',
'campaign-img-3': 'https://i.imgur.com/bnPQVOR.jpeg',
'infographic': 'https://i.imgur.com/BJCPDCR.jpeg'
campaign_logo: 'https://i.imgur.com/0I80XGh.png',
campaign_background:
'https://media.assettype.com/freepressjournal/2024-09-04/i722yxsy/lg_NR15OldQueensGate0889_edit.jpg?rect=0%2C0%2C3900%2C2194&w=1200&auto=format%2Ccompress&ogImage=true',
infographic: 'https://i.imgur.com/I7E3J5Q.png',
'campaign-img-1':
'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ-yngrxizvU5kAZ3CP9-iQnn1OD14eXkpeXUYo96KOL6sg19Icwoes_JYlm_a61pzAcRE&usqp=CAU',
'campaign-img-2':
'https://images-prod.gothamist.com/images/GettyImages-1481222828.width-1000.jpg',
'campaign-img-3':
'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2X0OYEKhzrxmyMymuEaqDUIq0jDakYX4i4jaqRI3AUs0svGfcNDbpdatY4WUD6LMPRqg&usqp=CAU'
})
*/

console.log(reps)
//console.log(assets)
//console.log(reps)
console.log(assets)
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ module.exports = {
await knex.schema.alterTable('letters', (table) => {
table.integer('letter_template_id').unsigned()
table.foreign('letter_template_id').references('letter_templates.id')
table
.enu('delivery_method', ['email', 'snail_mail'], {
useNative: true,
enumName: 'delivery_methods'
})
table.enu('delivery_method', ['email', 'snail_mail'], {
useNative: true,
enumName: 'delivery_methods'
})
table.string('email')
})

Expand Down
Loading