TemaDeveloper / TemaDeveloper/personal_planner

feat: Bulk export — download all sections as a single Excel workbook

Open
#35 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 export works per-section. Add a bulk export option that creates a single .xlsx file with one sheet per enabled section.

Approach:

  • New endpoint GET /api/export/all
  • Use existing buildExport() for each section
  • Create multi-sheet workbook with exceljs
  • Add 'Export All' button in settings or export page

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 by locating the existing per-section export endpoint and buildExport() implementation, then inspect the settings or export page for the button entry point. The work is done when GET /api/export/all returns one .xlsx workbook with one sheet per enabled section and the interface exposes an “Export All” action.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.