TemaDeveloper / TemaDeveloper/personal_planner
feat: Data import (CSV/XLSX) into any section
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Size: M.
Export is thorough (/api/export/*, ExcelJS) but there is no import path — users can't bring in historical data or migrate from a spreadsheet/Notion.
Scope
Add per-section CSV/XLSX import that maps spreadsheet columns to section fields (built-in and custom field definitions), with a preview/confirm step. Removes a major adoption blocker; mirrors the existing export.
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 reviewing the existing /api/export/* path and its ExcelJS usage to understand how section data is represented. Then trace the section field definitions, including custom fields, and define the import flow's completion criteria: CSV/XLSX mapping, preview, confirmation, and successful per-section data creation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- data, full-stack
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100