Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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: null,
  99. },
  100. {
  101. response_key_id: 2,
  102. response_key_category: 'openness',
  103. response_key_prompt: 'are you open with your emotions with everyone',
  104. response_key_description: null,
  105. },
  106. {
  107. response_key_id: 3,
  108. response_key_category: 'bravery',
  109. response_key_prompt: 'do you speak-up when you feel something is wrong',
  110. response_key_description: null,
  111. },
  112. {
  113. response_key_id: 4,
  114. response_key_category: 'empathy',
  115. response_key_prompt:
  116. 'do you stop to help others when they are struggling',
  117. response_key_description: null,
  118. },
  119. {
  120. response_key_id: 5,
  121. response_key_category: 'honesty',
  122. response_key_prompt: 'when telling a story do you exaggerate for dramatic effect',
  123. response_key_description: null,
  124. },
  125. {
  126. response_key_id: 6,
  127. response_key_category: 'respect',
  128. response_key_prompt: 'do you treat difficult people as well as you treat your close friends',
  129. response_key_description: null,
  130. },
  131. {
  132. response_key_id: 7,
  133. response_key_category: 'profile',
  134. response_key_prompt: 'zipcode',
  135. response_key_description: null,
  136. },
  137. {
  138. response_key_id: 8,
  139. response_key_category: 'profile',
  140. response_key_prompt: 'image',
  141. response_key_description: null,
  142. },
  143. {
  144. response_key_id: 9,
  145. response_key_category: 'profile',
  146. response_key_prompt: 'language',
  147. response_key_description: null,
  148. },
  149. {
  150. response_key_id: 10,
  151. response_key_category: 'profile',
  152. response_key_prompt: 'duration',
  153. response_key_description: null,
  154. },
  155. {
  156. response_key_id: 11,
  157. response_key_category: 'profile',
  158. response_key_prompt: 'presence',
  159. response_key_description: null,
  160. },
  161. {
  162. response_key_id: 12,
  163. response_key_category: 'profile',
  164. response_key_prompt: 'blurb',
  165. response_key_description: null,
  166. },
  167. {
  168. response_key_id: 13,
  169. response_key_category: 'profile',
  170. response_key_prompt: 'urgency',
  171. response_key_description: null,
  172. },
  173. {
  174. response_key_id: 14,
  175. response_key_category: 'profile',
  176. response_key_prompt: 'role',
  177. response_key_description: null,
  178. },
  179. {
  180. response_key_id: 15,
  181. response_key_category: 'profile',
  182. response_key_prompt: 'pronouns',
  183. response_key_description: null,
  184. },
  185. {
  186. response_key_id: 16,
  187. response_key_category: 'profile',
  188. response_key_prompt: 'distance',
  189. response_key_description: null,
  190. },
  191. ],
  192. responses: [],
  193. memberships: [
  194. {
  195. membership_id: 1,
  196. profile_id: 45,
  197. grouping_id: 1,
  198. membership_type: 'participant',
  199. can_edit: 0,
  200. is_active: 1,
  201. },
  202. {
  203. membership_id: 2,
  204. profile_id: 2,
  205. grouping_id: 1,
  206. membership_type: 'participant',
  207. can_edit: 0,
  208. is_active: 1,
  209. },
  210. {
  211. membership_id: 3,
  212. profile_id: 45,
  213. grouping_id: 2,
  214. membership_type: 'participant',
  215. can_edit: 0,
  216. is_active: 1,
  217. },
  218. {
  219. membership_id: 4,
  220. profile_id: 3,
  221. grouping_id: 2,
  222. membership_type: 'participant',
  223. can_edit: 0,
  224. is_active: 0,
  225. }
  226. ],
  227. groupings: [
  228. {
  229. grouping_id: 1,
  230. grouping_name: '1654664154.291_45_2',
  231. grouping_type: 'match',
  232. },
  233. {
  234. grouping_id: 2,
  235. grouping_name: '1654664154.291_45_3',
  236. grouping_type: 'match',
  237. }
  238. ],
  239. messages: [],
  240. match_queues: [
  241. {
  242. match_queue_id: 1,
  243. profile_id: 45,
  244. target_id: 1,
  245. is_deleted: false,
  246. },
  247. {
  248. match_queue_id: 2,
  249. profile_id: 45,
  250. target_id: 5,
  251. is_deleted: false,
  252. },
  253. {
  254. match_queue_id: 3,
  255. profile_id: 45,
  256. target_id: 6,
  257. is_deleted: false,
  258. },
  259. {
  260. match_queue_id: 4,
  261. profile_id: 45,
  262. target_id: 7,
  263. is_deleted: false,
  264. },
  265. {
  266. match_queue_id: 5,
  267. profile_id: 45,
  268. target_id: 8,
  269. is_deleted: false,
  270. },
  271. {
  272. match_queue_id: 6,
  273. profile_id: 45,
  274. target_id: 9,
  275. is_deleted: false,
  276. },
  277. {
  278. match_queue_id: 7,
  279. profile_id: 2,
  280. target_id: 4,
  281. is_deleted: false,
  282. },
  283. {
  284. match_queue_id: 8,
  285. profile_id: 2,
  286. target_id: 10,
  287. is_deleted: false,
  288. },
  289. ],
  290. }