uclibs / application_portfolio

The application manages applications at UCL
https://libapps.libraries.uc.edu/application_portfolio
1 stars 1 forks source link

Fixes null values in export function. #362

Closed scherztc closed 1 month ago

scherztc commented 2 months ago

Fixes #337

The reason the spreadsheets were blank is that we had nil values for

tech_leads, departments, developers, product_owners, admin_users

We refactored this code by DRYing it up and introduced ERROR Handling for nil fields.

We also added a test for nil values.