TemaDeveloper / TemaDeveloper/personal_planner

feat: PDF export alongside Excel

Open
#30 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
TypeScript
Stars
2
Forks
4
PR merge metrics
No merged PRs in 30d

Description

Currently we support .xlsx export for all sections. Add PDF export option with nice formatting — useful for printing or sending to supervisors who prefer PDF.

Approach:

  • Add format query param to export endpoint (xlsx or pdf)
  • Use a library like @react-pdf/renderer or pdfkit
  • Style the PDF to match the dark theme or use a clean print-friendly layout

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the existing export endpoint that currently produces .xlsx files and trace how export options reach the interface. Add support for a format query parameter accepting xlsx or pdf, choose a PDF library, and define a readable print-friendly or dark-theme layout; done means each supported format exports all sections successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
nextjs, react, typescript
Domain
full-stack, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.