You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. module.exports = {
  2. users: [],
  3. profiles: [],
  4. tags: [
  5. {
  6. tag_id: 1,
  7. tag_category: 'verification',
  8. tag_description: 'verified',
  9. is_active: true,
  10. },
  11. {
  12. tag_id: 2,
  13. tag_category: 'reveal',
  14. tag_description: 'verified',
  15. is_active: true,
  16. },
  17. {
  18. tag_id: 3,
  19. tag_category: 'reveal',
  20. tag_description: 'pronoun',
  21. is_active: true,
  22. },
  23. {
  24. tag_id: 4,
  25. tag_category: 'reveal',
  26. tag_description: 'image',
  27. is_active: true,
  28. },
  29. {
  30. tag_id: 5,
  31. tag_category: 'reveal',
  32. tag_description: 'blurb',
  33. is_active: true,
  34. },
  35. {
  36. tag_id: 6,
  37. tag_category: 'reveal',
  38. tag_description: 'urgency',
  39. is_active: true,
  40. },
  41. ],
  42. tag_associations: [
  43. {
  44. tag_association_id: 1,
  45. profile_id: 1,
  46. grouping_id: null,
  47. tag_id: 1,
  48. is_deleted: false,
  49. },
  50. {
  51. tag_association_id: 2,
  52. profile_id: 2,
  53. grouping_id: null,
  54. tag_id: 1,
  55. is_deleted: false,
  56. },
  57. {
  58. tag_association_id: 3,
  59. profile_id: 3,
  60. grouping_id: null,
  61. tag_id: 1,
  62. is_deleted: false,
  63. },
  64. {
  65. tag_association_id: 4,
  66. profile_id: 45,
  67. grouping_id: null,
  68. tag_id: 1,
  69. is_deleted: false,
  70. },
  71. {
  72. tag_association_id: 5,
  73. profile_id: 45,
  74. grouping_id: 2,
  75. tag_id: 4,
  76. is_deleted: false,
  77. },
  78. {
  79. tag_association_id: 6,
  80. profile_id: 45,
  81. grouping_id: 2,
  82. tag_id: 5,
  83. is_deleted: false,
  84. },
  85. {
  86. tag_association_id: 7,
  87. profile_id: 2,
  88. grouping_id: 2,
  89. tag_id: 5,
  90. is_deleted: false,
  91. },
  92. ],
  93. response_keys: [
  94. {
  95. response_key_id: 1,
  96. response_key_category: 'visionary_vs_implementer',
  97. response_key_prompt:
  98. 'While managing your team, do you find success in your employees being more Visionary or Implementer?',
  99. response_key_description: 'first round draft scoring question',
  100. },
  101. {
  102. response_key_id: 2,
  103. response_key_category: 'creative_vs_methodical',
  104. response_key_prompt:
  105. 'In your department, do you find more success in your employees being Creative or Methodical in their job duties?',
  106. response_key_description: 'first round draft scoring question',
  107. },
  108. {
  109. response_key_id: 3,
  110. response_key_category: 'collaborative_vs_independent',
  111. response_key_prompt:
  112. 'Do you structure and encourage your team to be a Collaborative or Independent environment?',
  113. response_key_description: 'first round draft scoring question',
  114. },
  115. {
  116. response_key_id: 4,
  117. response_key_category: 'innovative_vs_conventional',
  118. response_key_prompt:
  119. 'Do you find higher success in employees on your team that are Innovative or Conventional?',
  120. response_key_description: 'first round draft scoring question',
  121. },
  122. {
  123. response_key_id: 5,
  124. response_key_category: 'big_Picture_vs_focused',
  125. response_key_prompt:
  126. 'As a hiring leader, are you a Big Picture or Focused thinker when it comes to how you operate in your job duties?',
  127. response_key_description: 'first round draft scoring question',
  128. },
  129. {
  130. response_key_id: 6,
  131. response_key_category: 'guided_vs_self-managed',
  132. response_key_prompt:
  133. 'Do you prefer your employees to be Guided or Self-managed in achieving completion of their responsibilities?',
  134. response_key_description: 'first round draft scoring question',
  135. },
  136. {
  137. response_key_id: 7,
  138. response_key_category: 'profile',
  139. response_key_prompt: 'zipcode',
  140. response_key_description: 'required for distance calculations',
  141. },
  142. {
  143. response_key_id: 8,
  144. response_key_category: 'profile',
  145. response_key_prompt: 'image',
  146. response_key_description: 'required for profile pictures',
  147. },
  148. {
  149. response_key_id: 9,
  150. response_key_category: 'profile',
  151. response_key_prompt: 'language',
  152. response_key_description:
  153. 'programming and spoken language preference',
  154. },
  155. {
  156. response_key_id: 10,
  157. response_key_category: 'profile',
  158. response_key_prompt: 'duration',
  159. response_key_description:
  160. 'duration preference for hours able to dedicate to work',
  161. },
  162. {
  163. response_key_id: 11,
  164. response_key_category: 'profile',
  165. response_key_prompt: 'presence',
  166. response_key_description:
  167. 'location preference for where work happens',
  168. },
  169. {
  170. response_key_id: 12,
  171. response_key_category: 'profile',
  172. response_key_prompt: 'blurb',
  173. response_key_description: 'required for profile description',
  174. },
  175. {
  176. response_key_id: 13,
  177. response_key_category: 'profile',
  178. response_key_prompt: 'urgency',
  179. response_key_description: 'urgency for when work is required',
  180. },
  181. {
  182. response_key_id: 14,
  183. response_key_category: 'profile',
  184. response_key_prompt: 'role',
  185. response_key_description: 'current and desired role',
  186. },
  187. {
  188. response_key_id: 15,
  189. response_key_category: 'profile',
  190. response_key_prompt: 'pronouns',
  191. response_key_description: 'required for profile pronouns',
  192. },
  193. {
  194. response_key_id: 16,
  195. response_key_category: 'profile',
  196. response_key_prompt: 'distance',
  197. response_key_description:
  198. 'preference for commuting distance cutoff',
  199. },
  200. ],
  201. responses: [],
  202. memberships: [
  203. {
  204. membership_id: 1,
  205. profile_id: 41,
  206. grouping_id: 1,
  207. membership_type: 'participant',
  208. can_edit: false,
  209. is_active: true,
  210. },
  211. {
  212. membership_id: 2,
  213. profile_id: 46,
  214. grouping_id: 1,
  215. membership_type: 'participant',
  216. can_edit: false,
  217. is_active: true,
  218. },
  219. ],
  220. groupings: [
  221. {
  222. grouping_id: 1,
  223. grouping_name: '1663285820.067_41_46',
  224. grouping_type: 'match',
  225. },
  226. ],
  227. messages: [],
  228. match_queues: [
  229. { match_queue_id: 1, profile_id: 47, target_id: 62, is_deleted: false },
  230. { match_queue_id: 2, profile_id: 62, target_id: 47, is_deleted: false },
  231. { match_queue_id: 3, profile_id: 62, target_id: 46, is_deleted: false },
  232. { match_queue_id: 4, profile_id: 46, target_id: 62, is_deleted: false },
  233. { match_queue_id: 5, profile_id: 47, target_id: 46, is_deleted: false },
  234. { match_queue_id: 6, profile_id: 46, target_id: 48, is_deleted: false },
  235. { match_queue_id: 7, profile_id: 46, target_id: 44, is_deleted: false },
  236. { match_queue_id: 8, profile_id: 46, target_id: 43, is_deleted: false },
  237. { match_queue_id: 9, profile_id: 46, target_id: 42, is_deleted: false },
  238. {
  239. match_queue_id: 10,
  240. profile_id: 46,
  241. target_id: 41,
  242. is_deleted: false,
  243. },
  244. {
  245. match_queue_id: 11,
  246. profile_id: 46,
  247. target_id: 40,
  248. is_deleted: false,
  249. },
  250. {
  251. match_queue_id: 12,
  252. profile_id: 40,
  253. target_id: 46,
  254. is_deleted: false,
  255. },
  256. {
  257. match_queue_id: 13,
  258. profile_id: 41,
  259. target_id: 46,
  260. is_deleted: false,
  261. },
  262. {
  263. match_queue_id: 14,
  264. profile_id: 42,
  265. target_id: 46,
  266. is_deleted: false,
  267. },
  268. {
  269. match_queue_id: 15,
  270. profile_id: 43,
  271. target_id: 46,
  272. is_deleted: false,
  273. },
  274. {
  275. match_queue_id: 16,
  276. profile_id: 44,
  277. target_id: 46,
  278. is_deleted: false,
  279. },
  280. ],
  281. }