Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  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. membership_id: null,
  47. tag_id: 1,
  48. is_deleted: false,
  49. },
  50. {
  51. tag_association_id: 2,
  52. profile_id: 2,
  53. membership_id: null,
  54. tag_id: 1,
  55. is_deleted: false,
  56. },
  57. {
  58. tag_association_id: 3,
  59. profile_id: 3,
  60. membership_id: null,
  61. tag_id: 1,
  62. is_deleted: false,
  63. },
  64. {
  65. tag_association_id: 4,
  66. profile_id: 45,
  67. membership_id: null,
  68. tag_id: 1,
  69. is_deleted: false,
  70. },
  71. {
  72. tag_association_id: 5,
  73. profile_id: 45,
  74. membership_id: 1,
  75. tag_id: 4,
  76. is_deleted: false,
  77. },
  78. {
  79. tag_association_id: 6,
  80. profile_id: 45,
  81. membership_id: 1,
  82. tag_id: 5,
  83. is_deleted: false,
  84. },
  85. {
  86. tag_association_id: 7,
  87. profile_id: 2,
  88. membership_id: 1,
  89. tag_id: 5,
  90. is_deleted: false,
  91. },
  92. ],
  93. response_keys: [
  94. {
  95. response_key_id: 1,
  96. response_key_category: 'grit',
  97. response_key_prompt: 'can you power through adversity',
  98. response_key_description: 'first round draft scoring question',
  99. },
  100. {
  101. response_key_id: 2,
  102. response_key_category: 'openness',
  103. response_key_prompt:
  104. 'are you open with your emotions with everyone',
  105. response_key_description: 'first round draft scoring question',
  106. },
  107. {
  108. response_key_id: 3,
  109. response_key_category: 'bravery',
  110. response_key_prompt:
  111. 'do you speak-up when you feel something is wrong',
  112. response_key_description: 'first round draft scoring question',
  113. },
  114. {
  115. response_key_id: 4,
  116. response_key_category: 'empathy',
  117. response_key_prompt:
  118. 'do you stop to help others when they are struggling',
  119. response_key_description: 'first round draft scoring question',
  120. },
  121. {
  122. response_key_id: 5,
  123. response_key_category: 'honesty',
  124. response_key_prompt:
  125. 'when telling a story do you exaggerate for dramatic effect',
  126. response_key_description: 'first round draft scoring question',
  127. },
  128. {
  129. response_key_id: 6,
  130. response_key_category: 'respect',
  131. response_key_prompt:
  132. 'do you treat difficult people as well as you treat your close friends',
  133. response_key_description: 'first round draft scoring question',
  134. },
  135. {
  136. response_key_id: 7,
  137. response_key_category: 'profile',
  138. response_key_prompt: 'zipcode',
  139. response_key_description: 'required for distance calculations',
  140. },
  141. {
  142. response_key_id: 8,
  143. response_key_category: 'profile',
  144. response_key_prompt: 'image',
  145. response_key_description: 'required for profile pictures',
  146. },
  147. {
  148. response_key_id: 9,
  149. response_key_category: 'profile',
  150. response_key_prompt: 'language',
  151. response_key_description:
  152. 'programming and spoken language preference',
  153. },
  154. {
  155. response_key_id: 10,
  156. response_key_category: 'profile',
  157. response_key_prompt: 'duration',
  158. response_key_description:
  159. 'duration preference for hours able to dedicate to work',
  160. },
  161. {
  162. response_key_id: 11,
  163. response_key_category: 'profile',
  164. response_key_prompt: 'presence',
  165. response_key_description:
  166. 'location preference for where work happens',
  167. },
  168. {
  169. response_key_id: 12,
  170. response_key_category: 'profile',
  171. response_key_prompt: 'blurb',
  172. response_key_description: 'required for profile description',
  173. },
  174. {
  175. response_key_id: 13,
  176. response_key_category: 'profile',
  177. response_key_prompt: 'urgency',
  178. response_key_description: 'urgency for when work is required',
  179. },
  180. {
  181. response_key_id: 14,
  182. response_key_category: 'profile',
  183. response_key_prompt: 'role',
  184. response_key_description: 'current and desired role',
  185. },
  186. {
  187. response_key_id: 15,
  188. response_key_category: 'profile',
  189. response_key_prompt: 'pronouns',
  190. response_key_description: 'required for profile pronouns',
  191. },
  192. {
  193. response_key_id: 16,
  194. response_key_category: 'profile',
  195. response_key_prompt: 'distance',
  196. response_key_description:
  197. 'preference for commuting distance cutoff',
  198. },
  199. ],
  200. responses: [],
  201. memberships: [],
  202. groupings: [],
  203. messages: [],
  204. match_queues: [
  205. { match_queue_id: 1, profile_id: 45, target_id: 62, is_deleted: false },
  206. { match_queue_id: 2, profile_id: 62, target_id: 45, is_deleted: false },
  207. { match_queue_id: 3, profile_id: 62, target_id: 46, is_deleted: false },
  208. { match_queue_id: 4, profile_id: 46, target_id: 62, is_deleted: false },
  209. { match_queue_id: 5, profile_id: 45, target_id: 46, is_deleted: false },
  210. { match_queue_id: 6, profile_id: 46, target_id: 45, is_deleted: false },
  211. { match_queue_id: 7, profile_id: 46, target_id: 44, is_deleted: false },
  212. { match_queue_id: 8, profile_id: 46, target_id: 43, is_deleted: false },
  213. { match_queue_id: 9, profile_id: 46, target_id: 42, is_deleted: false },
  214. {
  215. match_queue_id: 10,
  216. profile_id: 46,
  217. target_id: 41,
  218. is_deleted: false,
  219. },
  220. {
  221. match_queue_id: 11,
  222. profile_id: 46,
  223. target_id: 40,
  224. is_deleted: false,
  225. },
  226. {
  227. match_queue_id: 12,
  228. profile_id: 40,
  229. target_id: 46,
  230. is_deleted: false,
  231. },
  232. {
  233. match_queue_id: 13,
  234. profile_id: 41,
  235. target_id: 46,
  236. is_deleted: false,
  237. },
  238. {
  239. match_queue_id: 14,
  240. profile_id: 42,
  241. target_id: 46,
  242. is_deleted: false,
  243. },
  244. {
  245. match_queue_id: 15,
  246. profile_id: 43,
  247. target_id: 46,
  248. is_deleted: false,
  249. },
  250. {
  251. match_queue_id: 16,
  252. profile_id: 44,
  253. target_id: 46,
  254. is_deleted: false,
  255. },
  256. ],
  257. }