implement more features from miro #6
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_whiteboard#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
look carefully in how miro works from the core features
a miro user needs to feel at home
Miro Feature Gap Analysis
Compared the current whiteboard against Miro's core feature set. Here's what exists, what's partially done, and what's missing.
Currently Implemented
Missing Core Miro Features (Priority)
HIGH PRIORITY — Makes power users feel at home:
MEDIUM PRIORITY — Expected by regular users:
Implementation Plan (This Branch)
Focusing on the HIGH PRIORITY items that make the biggest UX difference:
createShapeBg()in objects.js and the shape picker in toolbar.Starting implementation alongside performance work on branch
development_5.Implementation Progress — Miro Feature Parity
Branch:
development_5| Commit:ed01544Features Implemented
1. Extended Shape Library (4 → 14 types)
New shapes added to
createShapeBg()with proper geometric drawing:Shape picker dropdown in properties panel updated to show all 14 options.
2. Image Objects
Ctrl+Vdetects image data and creates image object at viewport centerdata.src)3. Snap Alignment Guides
4. Layer Ordering
bringToFront()— move selected objects to top of z-stacksendToBack()— move selected objects to bottommoveForward()— move up one positionmoveBackward()— move down one positiononUpdate5. Lock/Unlock Toggle
toggleLock()— locks/unlocks selected objectsFiles Changed
objects.js— 10 new shape types, image support, snap guide wiringproperties.js— shape picker expandedtools.js— snap guides, layer ordering, lock toggleapp.js— image paste/drop handlers, image type in createObjectFromDatasync.js— image type serializationRemaining Opportunities