- 
                Notifications
    You must be signed in to change notification settings 
- Fork 393
Closed
Labels
developer experiencedocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Improved Issue Description
Objective:
Research PrimeVue v4.2.5 for deprecated components and add comprehensive documentation to CLAUDE.md and .cursorrules to prevent developers from using deprecated components in future development.
Known Deprecated Components:
- Dropdown→ Use- Select,- SelectButton, or- Popoverinstead
- OverlayPanel→ Use- Popoverinstead
Implementation Steps:
- 
Research Phase: - Review PrimeVue v4.2.5 documentation for deprecated/legacy components
- Check PrimeVue migration guides and changelogs
- Identify any additional deprecated components beyond the known ones
- Document recommended replacements for each deprecated component
 
- 
Documentation Updates: - Add comprehensive section to CLAUDE.mdwith deprecated component guidelines
- Update .cursorruleswith rules to flag usage of deprecated components
 
- Add comprehensive section to 
- 
Documentation Format Example: # PrimeVue Component Guidelines ## Deprecated Components - Do Not Use: - `Dropdown` → Use `Select` (simple selection), `SelectButton` (multiple choice), or `Popover` (contextual) - `OverlayPanel` → Use `Popover` instead - [Additional components from research] ## Why Avoid Deprecated Components: - Future PrimeVue versions may remove support - Modern replacements have better accessibility - Consistent with PrimeVue's design system evolution 
Research Resources:
- PrimeVue official documentation
- PrimeVue GitHub releases/changelogs
- Component documentation pages for deprecation notices
Deliverables:
- Complete list of deprecated PrimeVue v4.2.5 components
- Recommended replacement components for each
-  Updated CLAUDE.mdwith comprehensive guidelines
-  Updated .cursorruleswith deprecation rules
Note: This task is documentation-only. No code changes are required.
┆Issue is synchronized with this Notion page by Unito
Metadata
Metadata
Assignees
Labels
developer experiencedocumentationImprovements or additions to documentationImprovements or additions to documentation