-
Notifications
You must be signed in to change notification settings - Fork 1
Policy Metadata Extraction #83
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Extract and present all metadata from loaded ADMX/ADML catalogs, including policy descriptions, supported values, and OS compatibility info.
Goals / Outcomes
- Parse ADMX/ADML files for relevant metadata
- Provide structured model for downstream use
Non-Goals
- UI display logic
- Validation of metadata
User Value
Accurate metadata extraction enables reliable filtering, editing, and validation of policy settings.
Acceptance Criteria
- Parser extracts name, description, supported values, compatibility info
- Metadata accessible via service abstraction
- Unit tests for edge-case ADMX/ADML formats
Dependencies
- Catalog loader
Technical Notes
- Use XmlReader for efficient parsing
Testing Considerations
- Malformed ADMX/ADML scenarios
Future Enhancements
- Metadata caching layer
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request