TemaDeveloper / TemaDeveloper/personal_planner
feat: Notification system for shared section updates
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
When a supervisor/viewer is watching a shared section, they have no way to know when new data is added. Add optional email or in-app notifications when the owner adds new entries to a shared section.
Scope:
- New NotificationPreference model or field on ShareToken
- Background job or webhook to detect new entries
- Email notification via Resend
- In-app notification badge in sidebar
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 tracing how shared sections and ShareToken are represented and how the sidebar is rendered. Compare the NotificationPreference-versus-ShareToken options, then investigate the proposed background job or webhook and Resend integration. Done means new entries reliably produce the selected email or in-app notification without notifying users who opted out.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mongodb, nextjs, typescript
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100