Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

Add front-end reporting feature #96

Open ChrisNatixar opened 3 months ago

ChrisNatixar commented 3 months ago

Currently the Report feature is not fully implemented and clicking on Generate Report does not do anything.

Proposal for this feature is as follows:

  1. The front-end will send a POST with all the parameters for the needed report
  2. At this time the back-end will not generate the full report but instead will reply with a static link to a pre-generated report
  3. The front-end will display to the user a download dialog for the link enabling them to save the report locally

This issue covers the implementation of points 1 and 3 above.

ChrisNatixar commented 3 months ago

Note some features, in terms of selecting charts for the reports have been attempted on this branch, this may be useful or not. rehan-rizvi:18-reports-generator-control-is-simplistic