TemaDeveloper / TemaDeveloper/personal_planner
feat: Bulk export — download all sections as a single Excel workbook
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 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
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 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