thosaniparth / CmyPlot

MIT License
0 stars 2 forks source link

[FEATURE] Implementing Collaborative Work - Sharing #1

Closed thosaniparth closed 2 years ago

thosaniparth commented 2 years ago

The first and foremost addition to the existing project would be adding collaborators who can view the graphs and tables in real-time and can view the dataset as per their convenience. This will majorly help the people who are working in a group so that they can convey their messages and thoughts in real-time.

thosaniparth commented 2 years ago

I have an idea that we should add the share button which will share the graphs in real-time via email.

nsshah14 commented 2 years ago

I am not able to get the updated graph from the page and send it to python's sendmail function.

BosamiyaSimran commented 2 years ago

I tried storing the graph in session storage which can be further used for sharing. Still working on it.

BosamiyaSimran commented 2 years ago

Session Storage didn't work out. Trying to save image locally and send it as an email

thosaniparth commented 2 years ago

What's the update on storing the image? Are we able to extract it from the system and send it over the mail?

BosamiyaSimran commented 2 years ago

Successfully storing and sharing the image via email