TemaDeveloper / TemaDeveloper/personal_planner
feat(templates): Browse & pick from the shared AI template pool
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Size: M.
The shared-templates spec parks "template browsing UI / marketplace" as out of scope, so the vector-search shared-template pool is invisible — users can only get a template by describing something and hoping the matcher finds one.
Scope
Add a browsable/searchable gallery of shared SectionTemplates (ranked by usageCount) for one-click adoption. Surfaces the "gets smarter with every user" flywheel that's currently backend-only. (Coordinate with the isShared/IDOR fix so only genuinely-shared, non-personal templates appear.)
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
Locate the existing SectionTemplate and vector-search paths, then review the shared-template browsing scope alongside the isShared/IDOR fix. Done means users can browse and search shared templates ranked by usageCount, adopt one with one click, and never see personal templates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, react, typescript
- Domain
- authorization, backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100