You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* First pass at adding the profile fields to the seed
* Added the unused fields application_data and distributor_type to ignored_columns and added comments recording the relationship betwween Partners::Profile fields and partials
* First pass at expanding the fields exported to the csv
* Removed contact_person as it was only used in the exprt_partners_csv_service and it makes sense to have all the logic for the csv in one place, removed accidental duplicate contact columns
* Removed agency_info as it was only used in the exprt_partners_csv_service and it makes sense to have all the logic for the csv in one place
* Cleaned and DRYed up definition of population and poverty served percentages
* First pass at modifying the specs to check for all of the new fields in the export
* Seperated expected headers and values by associated partial, added spec to verify that only columns for enabled partials are exported
* Effects of adding application_data and distributor_type to unused fields
* Changes made by linter
* Added test to specify how a partner with an empty profile should be exported
* Added partials_to_show function to the Organization model, reworked the Partner model to refer to Organization model for the partials_to_show and ALL_PARTIALS
* Added organization argument to ExportPartnersCSVService so which partials to show can be determined even when no partials are present
* Added tests to verify the export service works when there are no partners
* Expanded partners request tests to account for new exported fields
* Changes made by linter
* Updated user documentation about exporting partners
* Added comment explaining addition of partner_form_fields
* Updated the order of columns in the partners export to match the order of fields in the partner profile form
* Updated the order to columns to more closely match the order of fields in the partner profile form, renamed column headers to match fields in the form
* Updated partner profile view to have same field names as edit form and export
* Updated user documentation about exporting partners to reflect new column order
* Removed duplicate hash key
* Hardcoded expected values for tests on partner export
* Split up massive base_table function
* Fixed creating adding non priod supply item
0 commit comments