junsu-a / unofficial-transcript-generator

4 stars 0 forks source link

Update PDF format #42

Open junsu-a opened 1 year ago

junsu-a commented 1 year ago

Use already implemented https://github.com/anjjunsu/unofficial-transcript-generator-1.0/blob/main/backend/src/pdf_writer.py to update our PDF writer.

junsu-a commented 1 year ago

Hey @s1Develop :) This will be your next task (most likely).

What you need to do:

  1. Identify and study how the PDF is generated.
  2. Identify and study how the PDF was generated in UTGv1.0
  3. Idenfity and learn Transcript class in our UTG
  4. Using the UTGv1.0 PDF generation logic, update the current version of UTG PDF generation logic

This is basically it, and there's no leet code like complicated logic requires your brain power. Just updating the code. Please let me know if you have any questions!

Thank you!