inti project
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
[
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/finance/payments",
|
||||
"name": "api.v2.finance.payments.store",
|
||||
"module": "finance",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "critical"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"GET"
|
||||
],
|
||||
"uri": "api/v2/finance/payments/{payment}/file",
|
||||
"name": "api.v2.finance.payments.file",
|
||||
"module": "finance",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "critical"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/attendance/scans",
|
||||
"name": "api.v2.attendance.scans.store",
|
||||
"module": "attendance",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "high"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/communication/bulk-sends",
|
||||
"name": "api.v2.communication.bulk-sends.store",
|
||||
"module": "communication",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "critical"
|
||||
},
|
||||
{
|
||||
"methods": [
|
||||
"POST"
|
||||
],
|
||||
"uri": "api/v2/reporting/reports/run",
|
||||
"name": "api.v2.reporting.reports.run",
|
||||
"module": "reporting",
|
||||
"canonical_status": "canonical",
|
||||
"risk": "high"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"mode": "warning",
|
||||
"critical_rules_fail_immediately": [
|
||||
"ARCH-001",
|
||||
"ARCH-002",
|
||||
"FIN-001",
|
||||
"FIN-002",
|
||||
"STU-001",
|
||||
"COM-001",
|
||||
"EXT-001"
|
||||
],
|
||||
"legacy_rollout": "scan-only -> warning -> changed-files error -> global error"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"generated_at": "2026-05-29T00:00:00Z",
|
||||
"note": "Placeholder generated artifact. Run php artisan app:dependency-map --markdown in the real app.",
|
||||
"forbidden_dependency_examples": [
|
||||
"SchoolCore -> IslamicSundaySchool",
|
||||
"Domain services -> Illuminate\\Http\\Request"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"flags": []
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"status": "not_run",
|
||||
"results": []
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"status": "not_run",
|
||||
"results": []
|
||||
}
|
||||
Reference in New Issue
Block a user