raksha-life / rescuekerala

Website for coordinating rehabilitation of people affected in the Kerala Floods
https://keralarescue.in
MIT License
676 stars 575 forks source link

Feature: Export data as PDF. #706

Open arjun-pp opened 6 years ago

arjun-pp commented 6 years ago

Export filtered requests/camp details/volunteer data as PDF. Limit count of data to avoid huge transactions.

The documents may be used for official purposes and offline access.

mishraanuruddh commented 6 years ago

@arjun-pp One of my team members has experience with this. Can you give some more detail about this?

vigneshhari commented 6 years ago

The data can be already accessed as excel files, we can use any spreadsheet tool to then convert that to PDF's.

arjun-pp commented 6 years ago

I saw only NGO list as csv. Rest details like requests/camp lists/requirements I could not find from where to export.

vigneshhari commented 6 years ago

@arjun-pp only admin users can download such csv files

mohsin commented 6 years ago

A good solution for this would be to make an open API node to download the data in a specified format (maybe support csv alone for now since coding a PDF generator would take longer).

blocknik22 commented 6 years ago

I have a Live API used for creating PDF Files. Can i know what form is the data available?