| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812 |
- 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_id: 7,
- tag_category: 'reveal',
- tag_description: 'user_name',
- is_active: true,
- },
- {
- tag_id: 8,
- tag_category: 'reveal',
- tag_description: 'user_email',
- is_active: true,
- },
- {
- tag_id: 9,
- tag_category: 'healthcare--certification',
- tag_description: 'ADM-BC',
- is_active: true,
- },
- {
- tag_id: 10,
- tag_category: 'healthcare--certification',
- tag_description: 'CBHC',
- is_active: true,
- },
- {
- tag_id: 11,
- tag_category: 'healthcare--certification',
- tag_description: 'CEN',
- is_active: true,
- },
- {
- tag_id: 12,
- tag_category: 'healthcare--certification',
- tag_description: 'CFRN',
- is_active: true,
- },
- {
- tag_id: 13,
- tag_category: 'healthcare--certification',
- tag_description: 'CMCN',
- is_active: true,
- },
- ],
- tag_associations: [
- {
- tag_association_id: 1,
- profile_id: 1,
- grouping_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 2,
- profile_id: 2,
- grouping_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 3,
- profile_id: 3,
- grouping_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 4,
- profile_id: 45,
- grouping_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 5,
- profile_id: 45,
- grouping_id: 2,
- tag_id: 8,
- is_deleted: false,
- },
- {
- tag_association_id: 6,
- profile_id: 45,
- grouping_id: 2,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 7,
- profile_id: 2,
- grouping_id: 2,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 8,
- profile_id: 41,
- grouping_id: 1,
- tag_id: 4,
- is_deleted: false,
- },
- {
- tag_association_id: 9,
- profile_id: 41,
- grouping_id: 1,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 10,
- profile_id: 4,
- grouping_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 11,
- profile_id: 5,
- grouping_id: null,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 12,
- profile_id: 6,
- grouping_id: null,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 13,
- profile_id: 7,
- grouping_id: null,
- tag_id: 8,
- is_deleted: false,
- },
- {
- tag_association_id: 14,
- profile_id: 8,
- grouping_id: null,
- tag_id: 7,
- is_deleted: false,
- },
- {
- tag_association_id: 15,
- profile_id: 9,
- grouping_id: 1,
- tag_id: 2,
- is_deleted: false,
- },
- {
- tag_association_id: 16,
- profile_id: 10,
- grouping_id: 2,
- tag_id: 2,
- is_deleted: false,
- },
- {
- tag_association_id: 17,
- profile_id: 11,
- grouping_id: 2,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 18,
- profile_id: 12,
- grouping_id: 3,
- tag_id: 4,
- is_deleted: false,
- },
- {
- tag_association_id: 19,
- profile_id: 13,
- grouping_id: 3,
- tag_id: 7,
- is_deleted: false,
- },
- {
- tag_association_id: 20,
- profile_id: 14,
- grouping_id: 4,
- tag_id: 6,
- is_deleted: false,
- },
- {
- tag_association_id: 21,
- profile_id: 15,
- grouping_id: 1,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 22,
- profile_id: 16,
- grouping_id: 1,
- tag_id: 2,
- is_deleted: false,
- },
- {
- tag_association_id: 23,
- profile_id: 17,
- grouping_id: null,
- tag_id: 6,
- is_deleted: false,
- },
- {
- tag_association_id: 24,
- profile_id: 18,
- grouping_id: null,
- tag_id: 8,
- is_deleted: false,
- },
- {
- tag_association_id: 25,
- profile_id: 19,
- grouping_id: null,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 26,
- profile_id: 20,
- grouping_id: null,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 27,
- profile_id: 21,
- grouping_id: 2,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 28,
- profile_id: 22,
- grouping_id: 2,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 29,
- profile_id: 23,
- grouping_id: 3,
- tag_id: 2,
- is_deleted: false,
- },
- {
- tag_association_id: 30,
- profile_id: 24,
- grouping_id: 4,
- tag_id: 4,
- is_deleted: false,
- },
- {
- tag_association_id: 31,
- profile_id: 25,
- grouping_id: 5,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 32,
- profile_id: 26,
- grouping_id: 1,
- tag_id: 4,
- is_deleted: false,
- },
- {
- tag_association_id: 33,
- profile_id: 27,
- grouping_id: null,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 34,
- profile_id: 28,
- grouping_id: null,
- tag_id: 3,
- is_deleted: false,
- },
- {
- tag_association_id: 35,
- profile_id: 29,
- grouping_id: null,
- tag_id: 7,
- is_deleted: false,
- },
- {
- tag_association_id: 36,
- profile_id: 30,
- grouping_id: null,
- tag_id: 6,
- is_deleted: false,
- },
- {
- tag_association_id: 37,
- profile_id: 31,
- grouping_id: 3,
- tag_id: 4,
- is_deleted: false,
- },
- {
- tag_association_id: 38,
- profile_id: 32,
- grouping_id: 3,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 39,
- profile_id: 33,
- grouping_id: 3,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 40,
- profile_id: 34,
- grouping_id: 4,
- tag_id: 7,
- is_deleted: false,
- },
- {
- tag_association_id: 41,
- profile_id: 35,
- grouping_id: 4,
- tag_id: 8,
- is_deleted: false,
- },
- {
- tag_association_id: 42,
- profile_id: 36,
- grouping_id: 1,
- tag_id: 1,
- is_deleted: false,
- },
- {
- tag_association_id: 43,
- profile_id: 37,
- grouping_id: 1,
- tag_id: 2,
- is_deleted: false,
- },
- {
- tag_association_id: 44,
- profile_id: 38,
- grouping_id: null,
- tag_id: 2,
- is_deleted: false,
- },
- {
- tag_association_id: 45,
- profile_id: 39,
- grouping_id: null,
- tag_id: 6,
- is_deleted: false,
- },
- {
- tag_association_id: 46,
- profile_id: 40,
- grouping_id: null,
- tag_id: 5,
- is_deleted: false,
- },
- {
- tag_association_id: 47,
- profile_id: 41,
- grouping_id: null,
- tag_id: 6,
- is_deleted: false,
- },
- {
- tag_association_id: 48,
- profile_id: 42,
- grouping_id: 1,
- tag_id: 8,
- is_deleted: false,
- },
- {
- tag_association_id: 49,
- profile_id: 43,
- grouping_id: 1,
- tag_id: 7,
- is_deleted: false,
- },
- // NOTE: profile_id 147 is chosen based off of GENERATED data,
- // after running 'npm run generate', replace 147 in mock to next profile_id to be genearted
- // i.e. last profile_id number + 1
- // TODO: remove from mock data once bare bones matching logic can show poorly matched matches...
- {
- tag_association_id: 50,
- profile_id: 136,
- grouping_id: 2,
- tag_id: 7,
- is_deleted: false,
- },
- ],
- response_keys: [
- {
- response_key_id: 1,
- response_key_category: 'visionary_vs_implementer',
- response_key_prompt:
- 'Do you prefer to work with those who are driven by their Visionary insights, or those who are driven more by their Implementation?',
- response_key_description: 'first round draft scoring question',
- aspect: 'visionary_vs_implementer',
- category: 'aspect',
- placeholder: null,
- invalidInputPrompt: null,
- },
- {
- response_key_id: 2,
- response_key_category: 'creative_vs_methodical',
- response_key_prompt:
- 'Have you found more success working with employees that are more Creative or those that are more Methodical?',
- response_key_description: 'first round draft scoring question',
- aspect: 'creative_vs_methodical',
- category: 'aspect',
- placeholder: null,
- invalidInputPrompt: null,
- },
- {
- response_key_id: 3,
- response_key_category: 'dynamic_vs_ordered',
- response_key_prompt:
- 'Which do you find to be the ideal working environment, one that is more Collaborative or one that is more Independent?',
- response_key_description: 'first round draft scoring question',
- aspect: 'dynamic_vs_ordered',
- category: 'aspect',
- placeholder: null,
- invalidInputPrompt: null,
- },
- {
- response_key_id: 4,
- response_key_category: 'precise_vs_resourceful',
- response_key_prompt:
- 'Is the success of your team more likely if it includes individuals who are more Innovative, or those that are more Conventional when fulfilling their job duties?',
- response_key_description: 'first round draft scoring question',
- aspect: 'precise_vs_resourceful',
- category: 'aspect',
- placeholder: null,
- invalidInputPrompt: null,
- },
- {
- response_key_id: 5,
- response_key_category: 'big_Picture_vs_focused',
- response_key_prompt:
- 'When fulfilling the role of the hiring leader, do you find yourself focusing more on the Big Picture or The Task At Hand?',
- response_key_description: 'first round draft scoring question',
- aspect: 'big_Picture_vs_focused',
- category: 'aspect',
- placeholder: null,
- invalidInputPrompt: null,
- },
- {
- response_key_id: 6,
- response_key_category: 'guided_vs_self-managed',
- response_key_prompt:
- 'Do you prefer to Guide your employees towards achieving the team goals, or do you prefer your employees to be Self-Managed?',
- response_key_description: 'first round draft scoring question',
- aspect: 'guided_vs_self-managed',
- category: 'aspect',
- placeholder: null,
- invalidInputPrompt: null,
- },
- {
- response_key_id: 7,
- response_key_category: 'profile',
- response_key_prompt:
- 'First things first, could you provide us with your name? [break] I am called [break] when others address me.',
- response_key_description: 'required for profile creation',
- aspect: null,
- category: 'input',
- placeholder: 'Joe Doe',
- invalidInputPrompt: 'So sorry, but what is your name?',
- },
- {
- response_key_id: 8,
- response_key_category: 'profile',
- response_key_prompt:
- 'In order for others to reach out to you on Siimee, we will need you to provide your email address.[break]When reaching out to me, [break] is my preferred email.',
- response_key_description: 'required for profile creation',
- aspect: null,
- category: 'input',
- placeholder: 'joe@mailme.com',
- invalidInputPrompt:
- 'It looks like that email is not valid, try en email that is formatted like so: joe@joe.com',
- },
- {
- response_key_id: 9,
- response_key_category: 'profile',
- response_key_prompt:
- 'So far so good! Next we will need you to establish a super secret password. Your password should be at least 14 characters long and have at least 2 special characters.[break]My [break] is a very secure passcode that only I will have access to!',
- response_key_description: 'required for profile creation',
- aspect: null,
- category: 'input',
- placeholder: 'supersecr3tp@ssword',
- invalidInputPrompt:
- 'That password does not fit our requirements, please follow the above instructions to generate a secure password.',
- },
- {
- response_key_id: 10,
- response_key_category: 'profile',
- response_key_prompt:
- 'Looking good! Doing great. The next piece of info needed is your zip code. That way we can be sure to only show you other people in your area.[break]My zip code, [break] is the general area where I wish to see results in.',
- response_key_description: 'required for distance calculations',
- aspect: null,
- category: 'input',
- placeholder: '90012',
- invalidInputPrompt:
- 'Oops! That is not a recognized zipcode, please enter a 5 digit zipcode like: 97869',
- },
- {
- response_key_id: 11,
- response_key_category: 'profile',
- response_key_prompt:
- 'What are you seeking? Are you looking to find a position to be employed in, or are you looking to employ a candidate?[break] I am a [break] seeking an employer/employee.',
- response_key_description: 'required for profile generation',
- aspect: null,
- category: 'choice',
- placeholder: null,
- invalidInputPrompt:
- 'In order to provide you with the best results, Siimee will need to know whether you are an employer looking to fill a position, or a candidate looking for an employment. Please take a look at our above options and choose one.',
- },
- {
- response_key_id: 12,
- response_key_category: 'profile',
- response_key_prompt:
- 'Hey, you are almost done! Please provide an image of yourself so others can recognize you if you ever meet up IRL:',
- response_key_description: 'required for profile pictures',
- aspect: null,
- category: 'input',
- placeholder: null,
- invalidInputPrompt:
- 'It appears you have yet to upload an image. Please provide Siimee with an image in case you want to show others what you look like.',
- },
- {
- response_key_id: 13,
- response_key_category: 'profile',
- response_key_prompt:
- 'What language is your native language?[break] I consider [break] language as my native language.',
- response_key_description:
- 'programming and spoken language preference',
- aspect: null,
- category: 'choice',
- placeholder: null,
- invalidInputPrompt:
- 'We try our best to provide results in the language of your choosing. ¿Prefieres ver resultados en español? Ou peut-être parlez-vous français? Or would you prefer to see results in english?',
- },
- {
- response_key_id: 14,
- response_key_category: 'profile',
- response_key_prompt:
- 'What kind of duration would you prefer? Are you looking for part-time, full-time, other?[break] Currently, I am looking for a [break] job at this time.',
- response_key_description:
- 'duration preference for hours able to dedicate to work',
- aspect: null,
- category: 'choice',
- placeholder: null,
- invalidInputPrompt:
- 'Looks like you have yet to fill out what kind of work you are most interested in. As in, part-time, full-time. Take a look at our above options and choose whatever feels right for you right now. You can always edit them later!',
- },
- {
- response_key_id: 15,
- response_key_category: 'profile',
- response_key_prompt:
- 'Would you prefer remote, hybrid, in-person work?[break] Personally I would prefer a [break] job right now. It is just what works best for me.',
- response_key_description:
- 'location preference for where work happens',
- aspect: null,
- category: 'choice',
- placeholder: null,
- invalidInputPrompt:
- 'Hold up! So sorry to put a pause here, but it looks like you have not chosen whether to work remotely or in person. No worries, if you are unsure, just choose the flexible option.',
- },
- {
- response_key_id: 16,
- response_key_category: 'profile',
- response_key_prompt:
- 'Please provide us with a short blurb about yourself. What is your backstory?[break] My origin story starts like this:[break]',
- response_key_description: 'required for profile description',
- aspect: null,
- category: 'input',
- placeholder: 'my backstory starts long long ago...',
- invalidInputPrompt:
- 'Whoa! Cool story. Unfortunately your backstory is either too long or too short. Please tell us a bit about yourself between 1 and 100 characters.',
- },
- {
- response_key_id: 17,
- response_key_category: 'profile',
- response_key_prompt:
- 'How soon do you need the position filled or you need to be employed? [break]I am currently [break] when it comes to employment opportunities right now.',
- response_key_description: 'urgency for when work is required',
- aspect: null,
- category: 'choice',
- placeholder: null,
- invalidInputPrompt:
- 'Looks like you left this field blank. Take a look at our provided options and tell us when you would like be employed.',
- },
- {
- response_key_id: 18,
- response_key_category: 'profile',
- response_key_prompt:
- 'When others refer to you, what pronouns do you prefer they use?[break]I prefer to be called [break] when others refer to me.',
- response_key_description: 'required for profile pronouns',
- aspect: null,
- category: 'choice',
- placeholder: null,
- invalidInputPrompt:
- 'Ensuring that others on our platform are aware of what your preferred pronouns are is important to us. Please choose from one of the above options.',
- },
- {
- response_key_id: 19,
- response_key_category: 'profile',
- response_key_prompt:
- 'What distance from your home are you looking to work in?[break] Preferably, I would like to work [break] from my place of residence.',
- response_key_description:
- 'preference for commuting distance cutoff',
- aspect: null,
- category: 'input',
- placeholder: '5 mi',
- invalidInputPrompt:
- 'Whoa! You either left this field blank or tried to input an astronomically large distance you would like to see results from. Please input a distance you would like to see results in.',
- },
- ],
- responses: [],
- memberships: [
- {
- membership_id: 1,
- profile_id: 41,
- grouping_id: 1,
- membership_type: 'participant',
- can_edit: false,
- is_active: true,
- },
- {
- membership_id: 2,
- profile_id: 46,
- grouping_id: 1,
- membership_type: 'participant',
- can_edit: false,
- is_active: true,
- },
- // NOTE: profile_id 147 is chosen based off of GENERATED data,
- // after running 'npm run generate', replace 147 in mock to next profile_id to be genearted
- // i.e. last profile_id number + 1
- // TODO: remove from mock data once bare bones matching logic can show poorly matched matches...
- {
- membership_id: 3,
- profile_id: 147,
- grouping_id: 2,
- membership_type: 'participant',
- can_edit: false,
- is_active: true,
- },
- {
- membership_id: 4,
- profile_id: 46,
- grouping_id: 2,
- membership_type: 'participant',
- can_edit: false,
- is_active: true,
- },
- ],
- groupings: [
- {
- grouping_id: 1,
- grouping_name: '1663285820.067_41_46',
- grouping_type: 'match',
- },
- {
- grouping_id: 2,
- grouping_name: '1663285820.067_147_46',
- grouping_type: 'match',
- },
- ],
- messages: [],
- match_queues: [
- { match_queue_id: 1, profile_id: 47, target_id: 62, is_deleted: false },
- { match_queue_id: 2, profile_id: 62, target_id: 47, is_deleted: false },
- { match_queue_id: 3, profile_id: 62, target_id: 46, is_deleted: false },
- { match_queue_id: 4, profile_id: 46, target_id: 62, is_deleted: false },
- { match_queue_id: 5, profile_id: 47, target_id: 46, is_deleted: false },
- { match_queue_id: 6, profile_id: 46, target_id: 48, is_deleted: false },
- { match_queue_id: 7, profile_id: 46, target_id: 44, is_deleted: false },
- { match_queue_id: 8, profile_id: 46, target_id: 43, is_deleted: false },
- { match_queue_id: 9, profile_id: 46, target_id: 42, is_deleted: false },
- {
- match_queue_id: 10,
- profile_id: 46,
- target_id: 41,
- is_deleted: false,
- },
- {
- match_queue_id: 11,
- profile_id: 46,
- target_id: 40,
- is_deleted: false,
- },
- {
- match_queue_id: 12,
- profile_id: 40,
- target_id: 46,
- is_deleted: false,
- },
- {
- match_queue_id: 13,
- profile_id: 41,
- target_id: 46,
- is_deleted: false,
- },
- {
- match_queue_id: 14,
- profile_id: 42,
- target_id: 46,
- is_deleted: false,
- },
- {
- match_queue_id: 15,
- profile_id: 43,
- target_id: 46,
- is_deleted: false,
- },
- {
- match_queue_id: 16,
- profile_id: 44,
- target_id: 46,
- is_deleted: false,
- },
- // NOTE: profile_id 147 is chosen based off of GENERATED data,
- // after running 'npm run generate', replace 147 in mock to next profile_id to be generated
- // i.e. last profile_id number + 1
- // TODO: remove from mock data once bare bones matching logic can show poorly matched matches...
- {
- match_queue_id: 17,
- profile_id: 147,
- target_id: 46,
- is_deleted: false,
- },
- {
- match_queue_id: 18,
- profile_id: 147,
- target_id: 46,
- is_deleted: false,
- },
- {
- match_queue_id: 19,
- profile_id: 147,
- target_id: 44,
- is_deleted: false,
- },
- {
- match_queue_id: 20,
- profile_id: 147,
- target_id: 43,
- is_deleted: false,
- },
- {
- match_queue_id: 21,
- profile_id: 147,
- target_id: 42,
- is_deleted: false,
- },
- {
- match_queue_id: 22,
- profile_id: 147,
- target_id: 41,
- is_deleted: false,
- },
- ],
- }
|