update project

This commit is contained in:
root
2026-05-30 01:11:35 -04:00
parent 3a0628ecc7
commit 2225f6bc72
9743 changed files with 1122482 additions and 59 deletions
+7
View File
@@ -0,0 +1,7 @@
# Deprecations
Every deprecated route/controller/class must use this metadata. No metadata, no deprecation. Just abandoned furniture.
| deprecated | route_or_class | replacement_route | replacement_class | sunset_date | owner | removal_ticket | compatibility_notes |
|---|---|---|---|---|---|---|---|
| true | `/api/v1/example` | `/api/v2/example` | `App\Http\Controllers\Api\V2\ExampleController` | 2027-01-01 | API owner | API-REMOVE-001 | Example row; replace with real deprecated endpoints. |