@@ -142,37 +142,38 @@ class Profile < Base
142142 validate :has_at_least_one_request_setting
143143 validate :pick_up_email_addresses
144144
145- # For the sake of documentation, here are the partials each field belongs to.
146- # agency_distribution_information
147- # distribution_times, more_docs_required, new_client_times
148- # agency_information -- this partial is always shown
145+ # For the sake of documentation, here are the partials each field belongs to. In the order those
146+ # partials appear in the actual form.
147+ # agency_information -- this partial is always shown, contains the agency information AND the Program / Delivery Address sections of the form
149148 # agency_type, other_agency_type, agency_mission, address1, address2, city, state, zip_code,
150149 # program_address1, program_address2, program_city, program_state, program_zip_code
150+ # media_information
151+ # website, facebook, twitter, instagram, no_social_media_presence
151152 # agency_stability
152- # case_management, currently_provide_diapers, essentials_use, evidence_based, form_990,
153- # founded, program_age, program_description, program_name, receives_essentials_from_other
153+ # founded, form_990, program_name, program_description, program_age, evidence_based, case_management,
154+ # essentials_use, receives_essentials_from_other, currently_provide_diapers
155+ # organizational_capacity
156+ # client_capacity, storage_space, describe_storage_space
157+ # sources_of_funding
158+ # sources_of_funding, sources_of_diapers, essentials_budget, essentials_funding_source
154159 # area_served
155160 # has no associated Partners::Profile fields
156- # attached_documents
157- # has no associated Partners::Profile fields
161+ # population_served
162+ # income_requirement_desc, income_verification, population_black, population_white,
163+ # population_hispanic, population_asian, population_american_indian, population_island,
164+ # population_multi_racial, population_other, zips_served, at_fpl_or_below, above_1_2_times_fpl
165+ # greater_2_times_fpl, poverty_unknown
158166 # executive_director
159167 # executive_director_name, executive_director_phone, executive_director_email, primary_contact_name,
160168 # primary_contact_phone, primary_contact_mobile, primary_contact_email
161- # media_information
162- # facebook, instagram, no_social_media_presence, twitter
163- # organizational_capacity
164- # client_capacity, describe_storage_space, storage_space
165- # partner_settings -- this partial is always shown
166- # enable_quantity_based_requests, enable_child_based_requests, enable_individual_requests
167169 # pick_up_person
168170 # pick_up_name, pick_up_phone, pick_up_email
169- # population_served
170- # above_1_2_times_fpl, at_fpl_or_below, greater_2_times_fpl, income_requirement_desc,
171- # income_verification, population_american_indian, population_asian, population_black,
172- # population_hispanic, population_island, population_multi_racial, population_other,
173- # population_white, poverty_unknown, zips_served
174- # sources_of_funding
175- # essentials_budget, essentials_funding_source, sources_of_diapers, sources_of_funding
171+ # agency_distribution_information
172+ # distribution_times, new_client_times, more_docs_required
173+ # attached_documents
174+ # has no associated Partners::Profile fields
175+ # partner_settings -- this partial is always shown
176+ # enable_quantity_based_requests, enable_child_based_requests, enable_individual_requests
176177
177178 # These are columns which currently do not appear in any partial of the profile form.
178179 # It is possible these will be removed in the future.
0 commit comments