stbaldricks 12.15.0.alpha.1 → 12.15.0.alpha.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (176) hide show
  1. checksums.yaml +4 -4
  2. data/lib/stbaldricks/configuration.rb +2 -2
  3. data/lib/stbaldricks/default_logger.rb +2 -2
  4. data/lib/stbaldricks/endpoints/blog_post.rb +8 -8
  5. data/lib/stbaldricks/endpoints/communicate.rb +1 -1
  6. data/lib/stbaldricks/endpoints/config.rb +1 -1
  7. data/lib/stbaldricks/endpoints/deduplicator_match.rb +2 -2
  8. data/lib/stbaldricks/endpoints/kid.rb +1 -1
  9. data/lib/stbaldricks/endpoints/lib/entity.rb +11 -13
  10. data/lib/stbaldricks/endpoints/newsletter_recipient.rb +5 -11
  11. data/lib/stbaldricks/endpoints/participant.rb +3 -3
  12. data/lib/stbaldricks/endpoints/photo.rb +4 -5
  13. data/lib/stbaldricks/endpoints/promo.rb +15 -5
  14. data/lib/stbaldricks/endpoints/search.rb +2 -2
  15. data/lib/stbaldricks/endpoints/user.rb +1 -1
  16. data/lib/stbaldricks/entities/batch.rb +5 -3
  17. data/lib/stbaldricks/entities/blog_post.rb +7 -1
  18. data/lib/stbaldricks/entities/campaign.rb +13 -6
  19. data/lib/stbaldricks/entities/challenge.rb +6 -4
  20. data/lib/stbaldricks/entities/challenger.rb +6 -4
  21. data/lib/stbaldricks/entities/concerns/entity_response_concern.rb +1 -1
  22. data/lib/stbaldricks/entities/config.rb +8 -3
  23. data/lib/stbaldricks/entities/contact.rb +7 -4
  24. data/lib/stbaldricks/entities/contact_group.rb +2 -2
  25. data/lib/stbaldricks/entities/deduplicator_history.rb +6 -1
  26. data/lib/stbaldricks/entities/deduplicator_match.rb +7 -4
  27. data/lib/stbaldricks/entities/disease.rb +5 -2
  28. data/lib/stbaldricks/entities/document_library.rb +8 -3
  29. data/lib/stbaldricks/entities/document_library_category.rb +4 -1
  30. data/lib/stbaldricks/entities/donation.rb +18 -12
  31. data/lib/stbaldricks/entities/donor.rb +5 -1
  32. data/lib/stbaldricks/entities/event.rb +44 -33
  33. data/lib/stbaldricks/entities/event_application.rb +10 -6
  34. data/lib/stbaldricks/entities/event_donation_summary.rb +5 -2
  35. data/lib/stbaldricks/entities/event_participant_summary.rb +3 -1
  36. data/lib/stbaldricks/entities/event_supporter.rb +3 -3
  37. data/lib/stbaldricks/entities/fund.rb +23 -6
  38. data/lib/stbaldricks/entities/fundraiser.rb +29 -16
  39. data/lib/stbaldricks/entities/grant.rb +25 -12
  40. data/lib/stbaldricks/entities/institution.rb +4 -3
  41. data/lib/stbaldricks/entities/international_partner.rb +16 -4
  42. data/lib/stbaldricks/entities/kid.rb +28 -11
  43. data/lib/stbaldricks/entities/kid_honor.rb +0 -1
  44. data/lib/stbaldricks/entities/kid_institution.rb +2 -2
  45. data/lib/stbaldricks/entities/lib/address.rb +6 -3
  46. data/lib/stbaldricks/entities/lib/alternate_shipping_address.rb +3 -1
  47. data/lib/stbaldricks/entities/lib/base.rb +39 -47
  48. data/lib/stbaldricks/entities/lib/collection.rb +2 -2
  49. data/lib/stbaldricks/entities/lib/email_address.rb +2 -1
  50. data/lib/stbaldricks/entities/lib/fundraising_page.rb +2 -1
  51. data/lib/stbaldricks/entities/lib/location.rb +0 -1
  52. data/lib/stbaldricks/entities/lib/milestone.rb +3 -1
  53. data/lib/stbaldricks/entities/lib/name.rb +2 -2
  54. data/lib/stbaldricks/entities/lib/not_implemented_object.rb +1 -1
  55. data/lib/stbaldricks/entities/lib/permissions.rb +4 -2
  56. data/lib/stbaldricks/entities/lib/phone.rb +3 -2
  57. data/lib/stbaldricks/entities/lib/third_party_media.rb +5 -1
  58. data/lib/stbaldricks/entities/lib/top_level.rb +1 -1
  59. data/lib/stbaldricks/entities/matching_gift_company.rb +39 -16
  60. data/lib/stbaldricks/entities/memorial.rb +14 -9
  61. data/lib/stbaldricks/entities/message.rb +15 -4
  62. data/lib/stbaldricks/entities/organization.rb +17 -11
  63. data/lib/stbaldricks/entities/page.rb +17 -8
  64. data/lib/stbaldricks/entities/participant.rb +28 -18
  65. data/lib/stbaldricks/entities/participant_donation_summary.rb +4 -2
  66. data/lib/stbaldricks/entities/person.rb +31 -22
  67. data/lib/stbaldricks/entities/person_donation_by_year_summary.rb +2 -1
  68. data/lib/stbaldricks/entities/photo.rb +11 -5
  69. data/lib/stbaldricks/entities/recurring_gift.rb +18 -10
  70. data/lib/stbaldricks/entities/response.rb +0 -1
  71. data/lib/stbaldricks/entities/search.rb +168 -30
  72. data/lib/stbaldricks/entities/section.rb +4 -1
  73. data/lib/stbaldricks/entities/shave_schedule.rb +13 -4
  74. data/lib/stbaldricks/entities/summary.rb +7 -1
  75. data/lib/stbaldricks/entities/team.rb +16 -12
  76. data/lib/stbaldricks/entities/team_donation_summary.rb +4 -2
  77. data/lib/stbaldricks/request.rb +2 -2
  78. data/lib/stbaldricks/version.rb +1 -1
  79. data/lib/stbaldricks_factories.rb +5 -0
  80. data/spec/factories/address.rb +14 -0
  81. data/spec/factories/campaign/totals.rb +9 -0
  82. data/spec/factories/campaign.rb +9 -0
  83. data/spec/factories/challenge.rb +19 -0
  84. data/spec/factories/challenger.rb +33 -0
  85. data/spec/factories/collection.rb +17 -0
  86. data/spec/factories/contact.rb +18 -0
  87. data/spec/factories/contact_group.rb +18 -0
  88. data/spec/factories/diagnosis.rb +12 -0
  89. data/spec/factories/disease.rb +11 -0
  90. data/spec/factories/donation/participant.rb +27 -0
  91. data/spec/factories/donation.rb +68 -0
  92. data/spec/factories/donor.rb +13 -0
  93. data/spec/factories/email_address.rb +11 -0
  94. data/spec/factories/error.rb +9 -0
  95. data/spec/factories/event/coach_tracking/coaching_interactions.rb +12 -0
  96. data/spec/factories/event/coach_tracking/plaque.rb +12 -0
  97. data/spec/factories/event/coach_tracking/proceeds.rb +12 -0
  98. data/spec/factories/event/coach_tracking.rb +18 -0
  99. data/spec/factories/event/contacts/contact.rb +17 -0
  100. data/spec/factories/event/contacts/name_pieces.rb +12 -0
  101. data/spec/factories/event/contacts.rb +16 -0
  102. data/spec/factories/event/photos.rb +12 -0
  103. data/spec/factories/event/totals.rb +15 -0
  104. data/spec/factories/event/venue/location.rb +18 -0
  105. data/spec/factories/event/venue/social.rb +16 -0
  106. data/spec/factories/event/venue.rb +16 -0
  107. data/spec/factories/event.rb +66 -0
  108. data/spec/factories/event_application.rb +34 -0
  109. data/spec/factories/event_supporter.rb +19 -0
  110. data/spec/factories/fund.rb +18 -0
  111. data/spec/factories/fundraiser/photos.rb +12 -0
  112. data/spec/factories/fundraiser/policies.rb +11 -0
  113. data/spec/factories/fundraiser/totals.rb +11 -0
  114. data/spec/factories/fundraiser.rb +24 -0
  115. data/spec/factories/fundraising_page.rb +29 -0
  116. data/spec/factories/grant.rb +22 -0
  117. data/spec/factories/grant_institution.rb +17 -0
  118. data/spec/factories/institution.rb +18 -0
  119. data/spec/factories/kid/custom_institution.rb +12 -0
  120. data/spec/factories/kid.rb +58 -0
  121. data/spec/factories/kid_honor.rb +16 -0
  122. data/spec/factories/kid_institution.rb +23 -0
  123. data/spec/factories/lib/faker_patch.rb +27 -0
  124. data/spec/factories/lib/helpers.rb +7 -0
  125. data/spec/factories/location.rb +17 -0
  126. data/spec/factories/memorial/photos.rb +14 -0
  127. data/spec/factories/memorial/totals.rb +11 -0
  128. data/spec/factories/memorial/tribute.rb +19 -0
  129. data/spec/factories/memorial.rb +22 -0
  130. data/spec/factories/message.rb +31 -0
  131. data/spec/factories/milestone.rb +15 -0
  132. data/spec/factories/name_pieces.rb +24 -0
  133. data/spec/factories/newsletter_recipient.rb +13 -0
  134. data/spec/factories/organization/addresses.rb +16 -0
  135. data/spec/factories/organization/email_addresses.rb +14 -0
  136. data/spec/factories/organization/phone_numbers.rb +14 -0
  137. data/spec/factories/organization.rb +34 -0
  138. data/spec/factories/page.rb +5 -0
  139. data/spec/factories/participant/photos.rb +14 -0
  140. data/spec/factories/participant/policies.rb +12 -0
  141. data/spec/factories/participant/rankings/ranking.rb +12 -0
  142. data/spec/factories/participant/rankings.rb +16 -0
  143. data/spec/factories/participant/roles/role.rb +154 -0
  144. data/spec/factories/participant/roles.rb +37 -0
  145. data/spec/factories/participant/totals.rb +11 -0
  146. data/spec/factories/participant.rb +95 -0
  147. data/spec/factories/payment.rb +13 -0
  148. data/spec/factories/permissions.rb +12 -0
  149. data/spec/factories/person/addresses.rb +16 -0
  150. data/spec/factories/person/email_addresses.rb +14 -0
  151. data/spec/factories/person/phone_numbers.rb +14 -0
  152. data/spec/factories/person/policies.rb +13 -0
  153. data/spec/factories/person.rb +22 -0
  154. data/spec/factories/phone.rb +11 -0
  155. data/spec/factories/photo.rb +11 -0
  156. data/spec/factories/photos.rb +9 -0
  157. data/spec/factories/recurring_gift.rb +22 -0
  158. data/spec/factories/researcher.rb +15 -0
  159. data/spec/factories/response.rb +38 -0
  160. data/spec/factories/search_event.rb +19 -0
  161. data/spec/factories/search_fundraiser.rb +15 -0
  162. data/spec/factories/search_kid.rb +13 -0
  163. data/spec/factories/search_participant.rb +15 -0
  164. data/spec/factories/search_team.rb +13 -0
  165. data/spec/factories/shave_schedule/time_selection_permissions.rb +12 -0
  166. data/spec/factories/shave_schedule.rb +33 -0
  167. data/spec/factories/team/photos.rb +12 -0
  168. data/spec/factories/team/rankings/ranking.rb +12 -0
  169. data/spec/factories/team/rankings.rb +15 -0
  170. data/spec/factories/team/totals.rb +14 -0
  171. data/spec/factories/team.rb +43 -0
  172. data/spec/factories/third_party_media.rb +12 -0
  173. data/spec/factories/treatment_status.rb +10 -0
  174. data/spec/factories/user.rb +14 -0
  175. data/spec/factories/venue.rb +15 -0
  176. metadata +275 -81
@@ -0,0 +1,66 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :event, class: SBF::Client::FullEvent do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ event_title { "#{Faker::Team.name} #{random}" }
12
+ year { Time.now.year }
13
+ date { Time.now.to_s }
14
+ fund_relationship_type { 'no_association' }
15
+ status { 'active' }
16
+ type { 'head_shaving' }
17
+ sub_type { 'community' }
18
+ how_created { 'admin_control_panel' }
19
+ fundraising_goal { rand(20) * 5000 }
20
+ is_private { false }
21
+
22
+ after :build do |event, evaluator|
23
+ event.venue = build(:event_venue) if unpopulated?(evaluator, :venue)
24
+ event.contacts = build(:event_contacts) if unpopulated?(evaluator, :contacts)
25
+ event.organizers = [build(:lead_organizer, person: build(:person))] if unpopulated?(evaluator, :organizers)
26
+ end
27
+ end
28
+
29
+ factory :event_activity, class: SBF::Client::Event::Activity do
30
+ skip_create
31
+
32
+ initialize_with do
33
+ new(attributes)
34
+ end
35
+
36
+ start_time { '12:00:00' }
37
+ end_time { '14:00:00' }
38
+ activity { random }
39
+ sort_order { 1 }
40
+ end
41
+ factory :past_event, class: SBF::Client::FullEvent do
42
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.create }
43
+
44
+ initialize_with do
45
+ new(attributes)
46
+ end
47
+
48
+ id { rand(1000) }
49
+ event_title { "#{Faker::Team.name} #{random}" }
50
+ year { Time.now.year - 5 }
51
+ date { Time.now.to_s }
52
+ fund_relationship_type { 'no_association' }
53
+ status { 'active' }
54
+ type { 'head_shaving' }
55
+ sub_type { 'community' }
56
+ how_created { 'admin_control_panel' }
57
+ fundraising_goal { rand(20) * 5000 }
58
+ is_private { false }
59
+
60
+ after :build do |event, evaluator|
61
+ event.venue = build(:event_venue) if unpopulated?(evaluator, :venue)
62
+ event.contacts = build(:event_contacts) if unpopulated?(evaluator, :contacts)
63
+ event.organizers = [build(:lead_organizer, person: build(:person))] if unpopulated?(evaluator, :organizers)
64
+ end
65
+ end
66
+ end
@@ -0,0 +1,34 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :event_application, class: SBF::Client::EventApplication do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ requested_event_title { "Event Title #{random}" }
12
+
13
+ after :build do |event_application, evaluator|
14
+ event_application.requestor = build(:requestor) if unpopulated?(evaluator, :requestor)
15
+ end
16
+ end
17
+
18
+ factory :requestor, class: SBF::Client::EventApplication::Requestor do
19
+ skip_create
20
+
21
+ initialize_with do
22
+ new(attributes)
23
+ end
24
+
25
+ name { Faker::Name.name }
26
+
27
+ after :build do |requestor, evaluator|
28
+ requestor.name_pieces = build(:name_pieces) if unpopulated?(evaluator, :name_pieces)
29
+ requestor.email_address = build(:email_address) if unpopulated?(evaluator, :email_address)
30
+ requestor.phone = build(:phone) if unpopulated?(evaluator, :phone)
31
+ requestor.address = build(:address) if unpopulated?(evaluator, :address)
32
+ end
33
+ end
34
+ end
@@ -0,0 +1,19 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :event_supporter, class: SBF::Client::FullEventSupporter do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ name { "Supporter #{random}" }
12
+ url { Faker::Internet.url }
13
+ sort_order { 1 }
14
+
15
+ after :build do |event_supporter, evaluator|
16
+ event_supporter.event = build(:event) if unpopulated?(evaluator, :event)
17
+ end
18
+ end
19
+ end
@@ -0,0 +1,18 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :fund, class: SBF::Client::FullFund do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ name { Faker::University.greek_organization }
12
+ disabled { false }
13
+
14
+ after :build do |fund, evaluator|
15
+ fund.fundraising_page = build(:fundraising_page) if unpopulated?(evaluator, :fundraising_page)
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,12 @@
1
+ FactoryBot.define do
2
+ factory :fundraiser_photos, class: SBF::Client::Fundraiser::Photos do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ avatar { 'foo.jpg' }
10
+ default { 'foo.jpg' }
11
+ end
12
+ end
@@ -0,0 +1,11 @@
1
+ FactoryBot.define do
2
+ factory :fundraiser_policies, class: SBF::Client::Fundraiser::Policies do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ is_waiver_policy_accepted { true }
10
+ end
11
+ end
@@ -0,0 +1,11 @@
1
+ FactoryBot.define do
2
+ factory :fundraiser_totals, class: SBF::Client::Fundraiser::Totals do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ amount_raised { 100 }
10
+ end
11
+ end
@@ -0,0 +1,24 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :fundraiser, class: SBF::Client::FullFundraiser do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ status { 'active' }
12
+ fundraising_goal { 100 }
13
+ title { "#{Faker::University.greek_organization} #{random}" }
14
+ start_date { Date.today.to_s }
15
+
16
+ after :build do |fundraiser, evaluator|
17
+ fundraiser.event = SBF::Client::Fundraiser::PartialEvent.new(year: Time.now.year) if unpopulated?(evaluator, :event)
18
+ fundraiser.owner = build(:person) if unpopulated?(evaluator, :owner)
19
+ fundraiser.policies = build(:fundraiser_policies) if unpopulated?(evaluator, :policies)
20
+ fundraiser.venue = build(:venue) if unpopulated?(evaluator, :venue)
21
+ fundraiser.owner = build(:full_person) if unpopulated?(evaluator, :owner)
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,29 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :fundraising_page, class: SBF::Client::FundraisingPage do
5
+ skip_create
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ after :build do |fundraising_page, evaluator|
12
+ fundraising_page.custom_url_segment = random(15) if unpopulated?(evaluator, :custom_url_segment)
13
+ end
14
+ end
15
+ end
16
+
17
+ FactoryBot.define do
18
+ factory :web_page, class: SBF::Client::WebPage do
19
+ skip_create
20
+
21
+ initialize_with do
22
+ new(attributes)
23
+ end
24
+
25
+ after :build do |web_page, evaluator|
26
+ web_page.custom_url_segment = random(15) if unpopulated?(evaluator, :custom_url_segment)
27
+ end
28
+ end
29
+ end
@@ -0,0 +1,22 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :grant, class: SBF::Client::FullGrant do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ sequence(:name) { |n| "Display Name #{n}" }
12
+ funding_begin_date { Time.now.to_s }
13
+ funding_end_date { Time.now.to_s }
14
+ funding_type { SBF::Client::Grant::PartialFundingType.new(id: 1) }
15
+ web_message { 'This grant supports research staff who' }
16
+
17
+ after :build do |grant, evaluator|
18
+ grant.researcher = build(:researcher) if unpopulated?(evaluator, :researcher)
19
+ grant.institution = build(:grant_institution) if unpopulated?(evaluator, :institution)
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,17 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :grant_institution, class: SBF::Client::Grant::FullInstitution do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ name { 'El Paso Children\'s Hospital' }
12
+
13
+ after :build do |grant_institution, evaluator|
14
+ grant_institution.send(:address=, build(:address)) if unpopulated?(evaluator, :address)
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,18 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ # This is system institutions object
5
+ factory :institution, class: SBF::Client::FullInstitution do
6
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
7
+
8
+ initialize_with do
9
+ new(attributes)
10
+ end
11
+
12
+ name { "Institution #{random}" }
13
+
14
+ after :build do |institution, evaluator|
15
+ institution.address = build(:address, type: SBF::Client::Address::Type::BUSINESS) if unpopulated?(evaluator, :address)
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,12 @@
1
+ FactoryBot.define do
2
+ # This is the custom institition specific to the kid
3
+ factory :kid_custom_institution, class: SBF::Client::Kid::CustomInstitution do
4
+ skip_create
5
+
6
+ initialize_with do
7
+ new(attributes)
8
+ end
9
+
10
+ name { "Custom #{Faker::Company.name}" }
11
+ end
12
+ end
@@ -0,0 +1,58 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :kid, class: SBF::Client::FullKid do
5
+ to_create do |it|
6
+ it.relationships.first.person = FactoryBot.create(:person) if it.relationships.first.person.nil?
7
+ raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save
8
+ end
9
+
10
+ initialize_with do
11
+ new(attributes)
12
+ end
13
+
14
+ birthday { Faker::Date.birthday(min_age: 5, max_age: 25).to_s }
15
+ web_message { 'Thank you for supporting me and' }
16
+ status { 'active' }
17
+ gender { 'female' }
18
+
19
+ after :build do |kid, evaluator|
20
+ kid.name_pieces = build(:name_pieces) if unpopulated?(evaluator, :name_pieces)
21
+ kid.address = build(:address) if unpopulated?(evaluator, :address)
22
+ kid.diagnosis = build(:diagnosis, date: Faker::Date.between(from: kid.birthday, to: DateTime.now).to_s) if unpopulated?(evaluator, :diagnosis)
23
+ kid.treatment_status = build(:treatment_status) if unpopulated?(evaluator, :treatment_status)
24
+ kid.web_page = build(:web_page) if unpopulated?(evaluator, :web_page)
25
+ kid.photos = build(:photos) if unpopulated?(evaluator, :photos)
26
+ kid.relationships = [build(:kid_submitter)] if unpopulated?(evaluator, :relationships)
27
+ kid.custom_institutions = [] if unpopulated?(evaluator, :custom_institutions)
28
+ end
29
+ end
30
+
31
+ factory :kid_relationship, class: SBF::Client::Kid::Relationship do
32
+ skip_create
33
+
34
+ initialize_with do
35
+ new(attributes)
36
+ end
37
+
38
+ type { SBF::Client::Kid::Relationship::Type::MOTHER }
39
+ guardian_type { SBF::Client::Kid::Relationship::GuardianType::OTHER }
40
+ end
41
+
42
+ factory :kid_submitter, parent: :kid_relationship do
43
+ is_submitter { true }
44
+
45
+ after :build do |relationship, evaluator|
46
+ relationship.permissions = {is_editor: true} if unpopulated?(evaluator, :permissions)
47
+ end
48
+ end
49
+
50
+ factory :kid_url, class: SBF::Client::KidURL do
51
+ skip_create
52
+ initialize_with do
53
+ new(attributes)
54
+ end
55
+
56
+ url { Faker::Internet.url }
57
+ end
58
+ end
@@ -0,0 +1,16 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :kid_honor, class: SBF::Client::KidHonor do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ after :build do |kid_honor, evaluator|
12
+ kid_honor.kid = build(:kid) if unpopulated?(evaluator, :kid)
13
+ kid_honor.honorer = build(:fundraiser) if unpopulated?(evaluator, :honorer)
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,23 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ # This is the relationship object between the kid and system institutions
5
+ factory :kid_institution, class: SBF::Client::KidInstitution do
6
+ to_create do |it|
7
+ raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save
8
+ end
9
+
10
+ initialize_with do
11
+ new(attributes)
12
+ end
13
+
14
+ after :build do |kid_institution, evaluator|
15
+ kid_institution.institution = build(:institution) if unpopulated?(evaluator, :institution)
16
+ end
17
+
18
+ before :create do |kid_institution, evaluator|
19
+ kid_institution.institution = create(:institution) if unpopulated?(evaluator, :institution)
20
+ kid_institution.kid = create(:kid) if unpopulated?(evaluator, :kid)
21
+ end
22
+ end
23
+ end
@@ -0,0 +1,27 @@
1
+ require 'faker'
2
+
3
+ module Faker
4
+ class Name < Base
5
+ class << self
6
+ def ascii_last_name
7
+ loop do
8
+ name = last_name
9
+ return name if /^[a-zA-Z]*$/.match?(name)
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
15
+
16
+ module Faker
17
+ class Address
18
+ class << self
19
+ def ascii_city
20
+ loop do
21
+ name = city
22
+ return name if /^[a-zA-Z]*$/.match?(name)
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,7 @@
1
+ def unpopulated?(entity, field)
2
+ field = field.to_sym
3
+ if entity.instance_variable_get(:@instance).class.optional_attributes.include?(field)
4
+ return true if entity.not_provided_attributes.include?(field)
5
+ end
6
+ entity.send(field).nil?
7
+ end
@@ -0,0 +1,17 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :location, class: SBF::Client::Location do
5
+ skip_create
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ sequence(:name) { |n| "Location #{n}" }
12
+
13
+ after :build do |location, evaluator|
14
+ location.address = build(:address) if unpopulated?(evaluator, :address)
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,14 @@
1
+ FactoryBot.define do
2
+ factory :memorial_photos, class: SBF::Client::Memorial::Photos do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ avatar { 'avatar.jpg' }
10
+ default { 'default.jpg' }
11
+ cover { 'custom_cover.jpg' }
12
+ cover_original { 'original_cover.jpg' }
13
+ end
14
+ end
@@ -0,0 +1,11 @@
1
+ FactoryBot.define do
2
+ factory :memorial_totals, class: SBF::Client::Memorial::Totals do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ amount_raised { 100 }
10
+ end
11
+ end
@@ -0,0 +1,19 @@
1
+ require 'faker'
2
+
3
+ FactoryBot.define do
4
+ factory :memorial_tribute, class: SBF::Client::Memorial::Tribute do
5
+ skip_create
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ # birthday { Faker::Date.between(DateTime.now - 16, DateTime.now - 4).to_s }
12
+ # date_of_passing { Faker::Date.between(birthday, DateTime.now).to_s }
13
+ # name { "#{Faker::Name.first_name} #{Faker::Name.ascii_last_name}" }
14
+
15
+ birthday { Time.now.to_s }
16
+ date_of_passing { Time.now.to_s }
17
+ sequence(:name) { |n| "Name #{n}" }
18
+ end
19
+ end
@@ -0,0 +1,22 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :memorial, class: SBF::Client::FullMemorial do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ website_message { 'Memorial ipsum dolor sit amet.' }
12
+
13
+ after :build do |memorial, evaluator|
14
+ memorial.photos = build(:memorial_photos) if unpopulated?(evaluator, :photos)
15
+ memorial.tribute = build(:memorial_tribute) if unpopulated?(evaluator, :tribute)
16
+ memorial.third_party_media = build(:third_party_media) if unpopulated?(evaluator, :third_party_media)
17
+ memorial.send(:totals=, build(:memorial_totals)) if unpopulated?(evaluator, :totals)
18
+ memorial.address = build(:address) if unpopulated?(evaluator, :address)
19
+ memorial.tribute = build(:tribute) if unpopulated?(evaluator, :tribute)
20
+ end
21
+ end
22
+ end
@@ -0,0 +1,31 @@
1
+ require_relative 'lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :message, class: SBF::Client::Message do
5
+ to_create { |it| raise "Failed to create #{it.class}: #{it.errors.details}" unless it.save }
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ type { SBF::Client::Message::Type::MEMBERS_COMMUNICATION }
12
+ status { SBF::Client::Message::Status::SENT }
13
+ subject { Faker::Lorem.sentence }
14
+ body { Faker::Lorem.paragraph }
15
+
16
+ after :build do |message, evaluator|
17
+ message.to = [build(:message_recipient)] if unpopulated?(evaluator, :to)
18
+ end
19
+ end
20
+
21
+ factory :message_recipient, class: SBF::Client::Message::Recipient do
22
+ skip_create
23
+
24
+ initialize_with do
25
+ new(attributes)
26
+ end
27
+
28
+ status { SBF::Client::Message::Recipient::Status::UNREAD }
29
+ email { Faker::Internet.email }
30
+ end
31
+ end
@@ -0,0 +1,15 @@
1
+ require 'faker'
2
+
3
+ FactoryBot.define do
4
+ factory :milestone, class: SBF::Client::Milestone do
5
+ skip_create
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ description { Faker::Games::Pokemon.move }
12
+ amount { rand(1..10_000) }
13
+ icon { rand(1..10) }
14
+ end
15
+ end
@@ -0,0 +1,24 @@
1
+ FactoryBot.define do
2
+ factory :name_pieces, class: SBF::Client::NamePieces do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ first_name { Faker::Name.first_name }
10
+ last_name { Faker::Name.ascii_last_name }
11
+ middle_initial { Faker::Name.middle_name.slice(0, 1) }
12
+ end
13
+
14
+ factory :event_contact_name_pieces, class: SBF::Client::Event::Contacts::NamePieces do
15
+ skip_create
16
+
17
+ initialize_with do
18
+ new(attributes)
19
+ end
20
+
21
+ first_name { Faker::Name.first_name }
22
+ last_name { Faker::Name.ascii_last_name }
23
+ end
24
+ end
@@ -0,0 +1,13 @@
1
+ FactoryBot.define do
2
+ factory :newsletter_recipient, class: SBF::Client::NewsletterRecipient do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ email_address { Faker::Internet.email }
10
+ first_name { Faker::Name.first_name }
11
+ last_name { Faker::Name.ascii_last_name }
12
+ end
13
+ end
@@ -0,0 +1,16 @@
1
+ require_relative '../lib/helpers'
2
+
3
+ FactoryBot.define do
4
+ factory :organization_addresses, class: SBF::Client::Organization::Addresses do
5
+ skip_create
6
+
7
+ initialize_with do
8
+ new(attributes)
9
+ end
10
+
11
+ after :build do |addresses, evaluator|
12
+ addresses.primary = build(:address) if unpopulated?(evaluator, :primary)
13
+ addresses.secondary = build(:address) if unpopulated?(evaluator, :secondary)
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,14 @@
1
+ FactoryBot.define do
2
+ factory :organization_email_addresses, class: SBF::Client::Organization::EmailAddresses do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ after :build do |email_addresses|
10
+ email_addresses.primary = build(:email_address)
11
+ email_addresses.secondary = build(:email_address)
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,14 @@
1
+ FactoryBot.define do
2
+ factory :organization_phone_numbers, class: SBF::Client::Organization::PhoneNumbers do
3
+ skip_create
4
+
5
+ initialize_with do
6
+ new(attributes)
7
+ end
8
+
9
+ after :build do |phone_numbers|
10
+ phone_numbers.primary = build(:phone)
11
+ phone_numbers.secondary = build(:phone)
12
+ end
13
+ end
14
+ end