Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

mock.js 9.3KB

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