-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Preflight Checklist
- I have read the Contribution.md for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue for a feature request that matches the one I want to file, without success.
Problem Description
Currently, Certificate design is handled by ejs ( a template engine ) in the backend, so there is a need for transferring the certificate generation totally in the frontend, and making the backend totally independent of any design parts.
Proposed Solution
The idea behind the solution is to create a react component that can be populated based on the data ( certificate data ) coming from the backend and populating in the component and then downloading it, as PDF.
imp: Component should be customizable.
Alternatives Considered
NA
Additional Information
No response