TemaDeveloper / TemaDeveloper/personal_planner
feat: Installable PWA + offline entry capture
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Size: L.
No web manifest and no service worker exist (next.config.ts, public/ are bare). The app is a phone-first daily logger but can't be installed or used offline.
Scope
Add a manifest + icons + service worker with an offline read cache and an outbox queue for logging entries offline (sync on reconnect). Big lever for real mobile daily use. Needs a design pass on the offline write/sync model.
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 next.config.ts and the bare public/ directory, then define the offline write and sync model before implementing the manifest, icons, and service worker. Done means the planner is installable, retains an offline read cache, queues entry logs while offline, and syncs them after reconnecting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100