GreatDevelopers / Certificate

Web-based Certificate generation system
MIT License
20 stars 35 forks source link

Auto-removal of intermediate files. #17

Open mandeeps708 opened 7 years ago

mandeeps708 commented 7 years ago

Many files are created during the process. Some are in odt/base. And even files in odt/cert and pdf (directories) can be set to auto-remove after certain amount of time.

vigasdeep commented 7 years ago

@amisha2016 Guide Arsh Gupta to understand what this issue is, and come up with a good solution to fix this issue.

vigasdeep commented 7 years ago

@Arshgupta09 try to understand and help amisha here.

amisha2016 commented 7 years ago

@amisha2016 Guide Arsh Gupta to understand what this issue is, and come up with a good solution to fix this issue.

@vigasdeep There are two types of users. login Users and Anonymous users.

If it is Login user then we should save the data in his account. And if it is anonymous user then we can keep his data for a day(i.e. 24 hours) having a unique link just like pastebin.

@Arshgupta09 You can check how pastebin or other sites store data of particular users. If you have better idea then please share with us.

vigasdeep commented 7 years ago

@amisha2016 , Currently there is no login/signup implementation in the application and it is not priority as well. Your idea of having a link for 24 hours sounds good to me, how much time do you think it will take to get done? PS: this is not on priority.