TemaDeveloper / TemaDeveloper/personal_planner
feat: PDF export alongside Excel
Open
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
formatquery param to export endpoint (xlsxorpdf) - Use a library like
@react-pdf/rendererorpdfkit - Style the PDF to match the dark theme or use a clean print-friendly layout
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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