thecyberworld/TheCyberHUB

[FEATURE] Analytics | Add Functionality For Download Button

Tamir198 opened this issue ยท 8 comments

Detailed description

Right now this button is not doing anything :

[FEATURE] Analytics | Add Functionality For Analytics Page

Context

I was thinking it could save the different graph data from this page for example.

Possible implementation

No response

Additional information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

image

It's great having you contribute to this project

๐ŸŒŸ Welcome to the community ๐ŸŒŸ

  • If you would like to continue contributing to open source and would like to do it with an awesome inclusive community.
  • You should join our Discord chat and our GitHub Organisation.
  • We help and encourage each other to contribute to open source little and often ๐Ÿ˜„.
  • Any questions let us know.

Once we understand what this button should do I would like to work on this issue.

@kabir0x23 do we have in backend option to download data as pdf files?

@kabir0x23 do we have in backend option to download data as pdf files?

we dont have anything in backend for now, we can skip this or add sampledata.cve file or json

with data we have mentnioend

actually that dowload button will download our analytics data, we can create. a function to create a json or cve file data with dummy data we have

we dont have to have a file to download,

click on download button (data -> file(cve/json))

@kabir0x23 do we have in backend option to download data as pdf files?

we dont have anything in backend for now, we can skip this or add sampledata.cve file or json

with data we have mentnioend

actually that dowload button will download our analytics data, we can create. a function to create a json or cve file data with dummy data we have

Sounds good I will create a function that creates CVS file with the data and download it.

@kabir0x23 Hey are you ok with me adding react-csv library for the file creation?

yes we can, it is safe library we can go with it