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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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_associations: [
  19. {
  20. tag_association_id: 1,
  21. profile_id: 1,
  22. membership_id: null,
  23. tag_id: 1,
  24. is_deleted: false,
  25. },
  26. {
  27. tag_association_id: 2,
  28. profile_id: 2,
  29. membership_id: null,
  30. tag_id: 1,
  31. is_deleted: false,
  32. },
  33. {
  34. tag_association_id: 3,
  35. profile_id: 3,
  36. membership_id: null,
  37. tag_id: 1,
  38. is_deleted: false,
  39. },
  40. {
  41. tag_association_id: 4,
  42. profile_id: 5,
  43. membership_id: null,
  44. tag_id: 1,
  45. is_deleted: false,
  46. },
  47. ],
  48. response_keys: [
  49. {
  50. response_key_id: 1,
  51. response_key_category: 'grit',
  52. response_key_prompt: 'what is your name',
  53. response_key_description: null,
  54. },
  55. {
  56. response_key_id: 2,
  57. response_key_category: 'openness',
  58. response_key_prompt: 'what is your favorite color',
  59. response_key_description: null,
  60. },
  61. {
  62. response_key_id: 3,
  63. response_key_category: 'bravery',
  64. response_key_prompt: 'what is your quest',
  65. response_key_description: null,
  66. },
  67. {
  68. response_key_id: 4,
  69. response_key_category: 'empathy',
  70. response_key_prompt:
  71. 'what is the average flight speed of an unladen swallow',
  72. response_key_description: null,
  73. },
  74. {
  75. response_key_id: 5,
  76. response_key_category: 'honesty',
  77. response_key_prompt: 'what is your favorite color',
  78. response_key_description: null,
  79. },
  80. {
  81. response_key_id: 6,
  82. response_key_category: 'respect',
  83. response_key_prompt: 'what kind of schedule are you looking for',
  84. response_key_description: null,
  85. },
  86. {
  87. response_key_id: 7,
  88. response_key_category: 'locationPref',
  89. response_key_prompt: 'what is your zip code',
  90. response_key_description: null,
  91. },
  92. {
  93. response_key_id: 8,
  94. response_key_category: 'profile',
  95. response_key_prompt: 'image',
  96. response_key_description: null,
  97. },
  98. {
  99. response_key_id: 9,
  100. response_key_category: 'profile',
  101. response_key_prompt: 'language',
  102. response_key_description: null,
  103. },
  104. {
  105. response_key_id: 10,
  106. response_key_category: 'profile',
  107. response_key_prompt: 'distance',
  108. response_key_description: null,
  109. },
  110. {
  111. response_key_id: 11,
  112. response_key_category: 'profile',
  113. response_key_prompt: 'duration',
  114. response_key_description: null,
  115. },
  116. {
  117. response_key_id: 12,
  118. response_key_category: 'profile',
  119. response_key_prompt: 'blurb',
  120. response_key_description: null,
  121. },
  122. ],
  123. responses: [],
  124. memberships: [],
  125. groupings: [],
  126. messages: [],
  127. match_queues: [
  128. {
  129. match_queue_id: 1,
  130. profile_id: 45,
  131. target_id: 1,
  132. is_deleted: false,
  133. },
  134. {
  135. match_queue_id: 2,
  136. profile_id: 45,
  137. target_id: 2,
  138. is_deleted: false,
  139. },
  140. {
  141. match_queue_id: 3,
  142. profile_id: 45,
  143. target_id: 3,
  144. is_deleted: false,
  145. }
  146. ],
  147. }