Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

mock.js 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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: 'are you open with your emotions with everyone',
  104. response_key_description: 'first round draft scoring question',
  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: 'first round draft scoring question',
  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: 'first round draft scoring question',
  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: 'first round draft scoring question',
  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: 'first round draft scoring question',
  130. },
  131. {
  132. response_key_id: 7,
  133. response_key_category: 'profile',
  134. response_key_prompt: 'zipcode',
  135. response_key_description: 'required for distance calculations',
  136. },
  137. {
  138. response_key_id: 8,
  139. response_key_category: 'profile',
  140. response_key_prompt: 'image',
  141. response_key_description: 'required for profile pictures',
  142. },
  143. {
  144. response_key_id: 9,
  145. response_key_category: 'profile',
  146. response_key_prompt: 'language',
  147. response_key_description: 'programming and spoken language preference',
  148. },
  149. {
  150. response_key_id: 10,
  151. response_key_category: 'profile',
  152. response_key_prompt: 'duration',
  153. response_key_description: 'duration preference for hours able to dedicate to work',
  154. },
  155. {
  156. response_key_id: 11,
  157. response_key_category: 'profile',
  158. response_key_prompt: 'presence',
  159. response_key_description: 'location preference for where work happens',
  160. },
  161. {
  162. response_key_id: 12,
  163. response_key_category: 'profile',
  164. response_key_prompt: 'blurb',
  165. response_key_description: 'required for profile description',
  166. },
  167. {
  168. response_key_id: 13,
  169. response_key_category: 'profile',
  170. response_key_prompt: 'urgency',
  171. response_key_description: 'urgency for when work is required',
  172. },
  173. {
  174. response_key_id: 14,
  175. response_key_category: 'profile',
  176. response_key_prompt: 'role',
  177. response_key_description: 'current and desired role',
  178. },
  179. {
  180. response_key_id: 15,
  181. response_key_category: 'profile',
  182. response_key_prompt: 'pronouns',
  183. response_key_description: 'required for profile pronouns',
  184. },
  185. {
  186. response_key_id: 16,
  187. response_key_category: 'profile',
  188. response_key_prompt: 'distance',
  189. response_key_description: 'preference for commuting distance cutoff',
  190. },
  191. ],
  192. responses: [],
  193. memberships: [
  194. ],
  195. groupings: [
  196. ],
  197. messages: [],
  198. match_queues: [
  199. ],
  200. }