| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- module.exports = {
- users: [],
- profiles: [],
- tags: [
- {
- tag_id: 1,
- tag_category: 'verification',
- tag_description: 'verified',
- is_active: true,
- },
- {
- tag_id: 2,
- tag_category: 'reveal',
- tag_description: 'verified',
- is_active: true,
- },
- {
- tag_id: 3,
- tag_category: 'reveal',
- tag_description: 'pronoun',
- is_active: true,
- },
- {
- tag_id: 4,
- tag_category: 'reveal',
- tag_description: 'image',
- is_active: true,
- },
- {
- tag_id: 5,
- tag_category: 'reveal',
- tag_description: 'blurb',
- is_active: true,
- },
- {
- tag_id: 6,
- tag_category: 'reveal',
- tag_description: 'urgency',
- is_active: true,
- },
- ],
- tag_associations: [
- {
- tag_association_id: 1,
- profile_id: 1,
- membership_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 2,
- profile_id: 2,
- membership_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 3,
- profile_id: 3,
- membership_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 4,
- profile_id: 45,
- membership_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 5,
- profile_id: 45,
- membership_id: 1,
- tag_id: 4,
- is_deleted: false,
- },
- {
- tag_association_id: 6,
- profile_id: 45,
- membership_id: 1,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 7,
- profile_id: 2,
- membership_id: 1,
- tag_id: 5,
- is_deleted: false,
- },
- ],
- response_keys: [
- {
- response_key_id: 1,
- response_key_category: 'grit',
- response_key_prompt: 'can you power through adversity',
- response_key_description: null,
- },
- {
- response_key_id: 2,
- response_key_category: 'openness',
- response_key_prompt: 'are you open with your emotions with everyone',
- response_key_description: null,
- },
- {
- response_key_id: 3,
- response_key_category: 'bravery',
- response_key_prompt: 'do you speak-up when you feel something is wrong',
- response_key_description: null,
- },
- {
- response_key_id: 4,
- response_key_category: 'empathy',
- response_key_prompt:
- 'do you stop to help others when they are struggling',
- response_key_description: null,
- },
- {
- response_key_id: 5,
- response_key_category: 'honesty',
- response_key_prompt: 'when telling a story do you exaggerate for dramatic effect',
- response_key_description: null,
- },
- {
- response_key_id: 6,
- response_key_category: 'respect',
- response_key_prompt: 'do you treat difficult people as well as you treat your close friends',
- response_key_description: null,
- },
- {
- response_key_id: 7,
- response_key_category: 'profile',
- response_key_prompt: 'zipcode',
- response_key_description: null,
- },
- {
- response_key_id: 8,
- response_key_category: 'profile',
- response_key_prompt: 'image',
- response_key_description: null,
- },
- {
- response_key_id: 9,
- response_key_category: 'profile',
- response_key_prompt: 'language',
- response_key_description: null,
- },
- {
- response_key_id: 10,
- response_key_category: 'profile',
- response_key_prompt: 'duration',
- response_key_description: null,
- },
- {
- response_key_id: 11,
- response_key_category: 'profile',
- response_key_prompt: 'presence',
- response_key_description: null,
- },
- {
- response_key_id: 12,
- response_key_category: 'profile',
- response_key_prompt: 'blurb',
- response_key_description: null,
- },
- {
- response_key_id: 13,
- response_key_category: 'profile',
- response_key_prompt: 'urgency',
- response_key_description: null,
- },
- {
- response_key_id: 14,
- response_key_category: 'profile',
- response_key_prompt: 'role',
- response_key_description: null,
- },
- {
- response_key_id: 15,
- response_key_category: 'profile',
- response_key_prompt: 'pronouns',
- response_key_description: null,
- },
- {
- response_key_id: 16,
- response_key_category: 'profile',
- response_key_prompt: 'distance',
- response_key_description: null,
- },
- ],
- responses: [],
- memberships: [
- {
- membership_id: 1,
- profile_id: 45,
- grouping_id: 1,
- membership_type: 'participant',
- can_edit: 0,
- is_active: 1,
- },
- {
- membership_id: 2,
- profile_id: 2,
- grouping_id: 1,
- membership_type: 'participant',
- can_edit: 0,
- is_active: 1,
- },
- {
- membership_id: 3,
- profile_id: 45,
- grouping_id: 2,
- membership_type: 'participant',
- can_edit: 0,
- is_active: 1,
- },
- {
- membership_id: 4,
- profile_id: 3,
- grouping_id: 2,
- membership_type: 'participant',
- can_edit: 0,
- is_active: 0,
- }
- ],
- groupings: [
- {
- grouping_id: 1,
- grouping_name: '1654664154.291_45_2',
- grouping_type: 'match',
- },
- {
- grouping_id: 2,
- grouping_name: '1654664154.291_45_3',
- grouping_type: 'match',
- }
- ],
- messages: [],
- match_queues: [
- {
- match_queue_id: 1,
- profile_id: 45,
- target_id: 1,
- is_deleted: false,
- },
- {
- match_queue_id: 2,
- profile_id: 45,
- target_id: 5,
- is_deleted: false,
- },
- {
- match_queue_id: 3,
- profile_id: 45,
- target_id: 6,
- is_deleted: false,
- },
- {
- match_queue_id: 4,
- profile_id: 45,
- target_id: 7,
- is_deleted: false,
- },
- {
- match_queue_id: 5,
- profile_id: 45,
- target_id: 8,
- is_deleted: false,
- },
- {
- match_queue_id: 6,
- profile_id: 45,
- target_id: 9,
- is_deleted: false,
- },
- {
- match_queue_id: 7,
- profile_id: 2,
- target_id: 4,
- is_deleted: false,
- },
- {
- match_queue_id: 8,
- profile_id: 2,
- target_id: 10,
- is_deleted: false,
- },
- ],
- }
|