GDSC-IIIT-Kalyani / WOC-certificate-generator-Hactoberfest2021

An automatic certificate generator and emailer , web application
MIT License
14 stars 28 forks source link

Change the data colleting path. #6

Closed Ayush0922 closed 2 years ago

Ayush0922 commented 2 years ago

currently the repository reads a csv file to make certificates , instead of that , we would like user(those who are eligible for certificates) to enter their name through a html form or any other mode/method , which eventually gets converted to a certificate and gets saved in the folder.

siddharth1704 commented 2 years ago

Can we add the feature we take data through html and add it to csv file?

siddharth1704 commented 2 years ago

If yes i would like to take this issue so can you assign it to me

Ayush0922 commented 2 years ago

If yes i would like to take this issue so can you assign it to me

ok , assigning you

siddharth1704 commented 2 years ago

Hey @Ayush0922 i was thinking to save the html form data to a google sheets that can be used by the main.py to convert it into a certificate and save it. If thats fine with you otherwise we can setup a flask backend for it.

siddharth1704 commented 2 years ago

Ok simply we can save the data in google sheet and then use python library to fetch it to main.py for making the certificates

Ayush0922 commented 2 years ago

Hey @Ayush0922 i was thinking to save the html form data to a google sheets that can be used by the main.py to convert it into a certificate and save it. If thats fine with you otherwise we can setup a flask backend for it.

both sound good , do as you are comfortable also make pull request into email 2.0 branch , fork again if you want.

Ayush0922 commented 2 years ago

are you going to work on this or not? @siddharth1704

Ayush0922 commented 2 years ago

Issue resolved by other person.