NJACKWinterOfCode / Backend

Visualizations in the air
MIT License
2 stars 3 forks source link

Add endpoint for saving charts into backend #3

Closed aswinzz closed 5 years ago

arunikayadav42 commented 5 years ago

I would like to take up this issue...can you explain this issue a bit?

aswinzz commented 5 years ago

What actually happens is the needed data is send to the frontend and charts are made, so if the user wants to save the visualization for future purpose he can click on save which will save the current data which was fetched and can be used later. so you will have to create a new table which will store the data similar to how it was send to the frontend.

arunikayadav42 commented 5 years ago

I have made a pull request please review it.