cesium / atomic

⚛️ De-engineered bifurcarted intranet
MIT License
39 stars 8 forks source link

feat: memberships export to csv and excel #441

Closed joaodiaslobo closed 10 months ago

joaodiaslobo commented 11 months ago

Memberships export functionality to csv or excel.

image

image

reviewpad[bot] commented 11 months ago

AI-Generated Summary: This pull request introduces the memberships export functionality. It provides the option to export membership data in both CSV and XLSX formats. The changes create a new DataExportController which includes logic for formatting the data and writing it to the specified filetype. Routes have been added to access these new methods. The UI is updated to include an 'Export Memberships' button that provides options for which filetype to export to. The mix.exs file is also updated to include a new dependency on the elixlsx package to support the creation of Excel files. Also, the mix.lock has been updated with this new dependency.