37 lines
994 B
Markdown
37 lines
994 B
Markdown
---
|
|
id: TASK-27
|
|
title: Port folk-mycrozine-template shape (zine template picker)
|
|
status: To Do
|
|
assignee: []
|
|
created_date: '2026-02-18 19:50'
|
|
labels:
|
|
- shape-port
|
|
- phase-2
|
|
- ai
|
|
milestone: m-0
|
|
dependencies:
|
|
- TASK-24
|
|
references:
|
|
- canvas-website/src/shapes/MycrozineTemplateShapeUtil.tsx
|
|
priority: low
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Port MycrozineTemplateShapeUtil from canvas-website to rspace-online.
|
|
|
|
Source: canvas-website/src/shapes/MycrozineTemplateShapeUtil.tsx (80 lines)
|
|
Target: rspace-online/lib/folk-mycrozine-template.ts
|
|
|
|
Features: Template gallery picker, preview panel, template selection that launches MycroZineGenerator.
|
|
Small shape — mostly a launcher UI for the generator.
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [ ] #1 Template gallery displays available templates
|
|
- [ ] #2 Selecting a template creates/configures a MycroZineGenerator shape
|
|
- [ ] #3 Toolbar button added to canvas.html
|
|
<!-- AC:END -->
|