Skip to content

Instantly share code, notes, and snippets.

@ckuwanoe
Last active July 11, 2018 01:53
Show Gist options
  • Save ckuwanoe/40445ecf03562db363087f6f618c65a8 to your computer and use it in GitHub Desktop.
Save ckuwanoe/40445ecf03562db363087f6f618c65a8 to your computer and use it in GitHub Desktop.
Tabs JSON
report: 'Packet Report',
tabs: {
1: {
name: 'Packet Information',
columnNames: ['organization', 'packet_name', 'status', 'total_forms', 'created_at', 'collection_date', 'days_since_collection']
},
2: {
name: 'Data entry',
columnNames: ['organization', 'packet_name', 'packet_upload_date', 'staff', 'data_entry_completed']
},
3: {
name: 'Verification calls',
columnNames: ['organization', 'packet_name', 'staff', 'date_calls_made', 'total_phones', 'total_attempts', 'verification_pct']
},
4: {
name: 'Form delivery',
columnNames: ['organization', 'packet_name', 'submitted_to_clerk']
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment