dataforgoodfr / batch7_beges

MIT License
3 stars 4 forks source link

Implement the dashboard data export #29

Open antoan2 opened 4 years ago

antoan2 commented 4 years ago

On a click on the "Exporter les données" on the dashboard app, we need to fill 3 sheets of an excel document (one for each dataset (osfi / odrive / chorus)) : Some resources :

Tiyop commented 4 years ago

WIP on 'export-feature' branch. Need to: 1) Create util function to generate Excel file as bytes array 2) Create route + callback for user to download data

antoan2 commented 4 years ago

About the util, it might be easier to just have an excel template saved, and just copy it. And the excel could be already filled with some functions on the main sheet. What do you think?