zalsaeed / cgav

Certificate Generation and Verification
GNU General Public License v3.0
4 stars 2 forks source link

Correcting Certificate Download Functionality #28

Closed SalmanSaleh1 closed 6 months ago

SalmanSaleh1 commented 7 months ago

Currently, clicking "Download" in event details downloads the last generated certificate, not the intended one.

To fix this, we'll update the download logic to retrieve the correct certificate based on user selection. Additionally, we'll modify the generate function to output certificates with the certificate_event_id for better tracking and matching

SalmanSaleh1 commented 6 months ago

solved.