You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PointDev's current UI is designed for developers — it shows CSS selectors, component names, computed styles, and DOM subtrees. For the collaborative feedback use case (#37), non-technical users (clients, designers, PMs) need a simpler capture experience.
What a simplified mode looks like
Same capture tools: voice, annotations, element selection all work the same way
The capture itself doesn't change — the same structured data is produced regardless of who captures it. The simplification is purely in the UI layer. A client's capture includes the same DOM subtree and computed styles as a developer's; they just don't need to see it.
Scope note
This is a P4-future enhancement. The current developer-focused UI is correct for the primary audience. This issue signals the direction for when collaborative sharing (#37) is implemented.
Context
PointDev's current UI is designed for developers — it shows CSS selectors, component names, computed styles, and DOM subtrees. For the collaborative feedback use case (#37), non-technical users (clients, designers, PMs) need a simpler capture experience.
What a simplified mode looks like
Key insight
The capture itself doesn't change — the same structured data is produced regardless of who captures it. The simplification is purely in the UI layer. A client's capture includes the same DOM subtree and computed styles as a developer's; they just don't need to see it.
Scope note
This is a P4-future enhancement. The current developer-focused UI is correct for the primary audience. This issue signals the direction for when collaborative sharing (#37) is implemented.