The Edit Requirement screen allows updating an existing compliance requirement and is accessible atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/it/security/compliance/requirements/:id/edit.
Overview
The Edit Requirement page loads the existing compliance requirement viauseComplianceRequirement. The form fields include: requirement name, compliance framework (hipaa_it, soc2, iso27001, other), requirement description, requirement category (access_control, data_protection, incident_response, other), compliance status (not_assessed, compliant, non_compliant, in_progress), next assessment date, and assessment notes. On save, updateRequirement is called. A loading skeleton is shown while data loads, and a back-navigation button is provided.
Who it’s for
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen. - The compliance requirement must exist.
Steps
Open the edit form
Navigate to
/it/security/compliance/requirements/:id/edit from the compliance requirements list.Update requirement details
Modify the name, framework, description, category, compliance status, next assessment date, and notes.
Key concepts
- compliance_framework — Values:
hipaa_it,soc2,iso27001,other. - requirement_category — Values:
access_control,data_protection,incident_response,other. - compliance_status — Values:
not_assessed,compliant,non_compliant,in_progress. - next_assessment_date — Date string stored as ISO format; displayed as date-only input (split at
T).
Related
IT Service Management
IT Service Management overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/security/compliance/EditComplianceRequirementPage.tsx