Update GIAAPP consumer map entry for repo/path accuracy

Corrected the GIAAPP entry in the consumer map:
- Changed repository name from GiaApp to Gia.App
- Updated workspace path from Mango/Source/GiaApp to Mango/Source/Gia.App
This ensures the mapping matches the actual repo and folder structure.
This commit is contained in:
2026-07-21 08:23:18 +02:00
parent 1ce86d1371
commit 3b415fccd5
+1 -1
View File
@@ -9,7 +9,7 @@
| Prefix | Repo | Layer | Type | Path (workspace-relative) | Brief usage |
|------------|--------------------|------:|-----------------|-------------------------------|---------------------------------------------------------------------------|
| `FBANKAPP` | FruitBankHybridApp | 2 | product (hybrid)| `Mango/Source/FruitBankHybridApp` | MAUI/Blazor hybrid client — MgGrid + SignalR datasource stack |
| `GIAAPP` | GiaApp | 2 | product (web) | `Mango/Source/GiaApp` | Blazor Server app — MgGrid with server-side data (no SignalR datasource) |
| `GIAAPP` | Gia.App | 2 | product (web) | `Mango/Source/Gia.App` | Blazor Server app — MgGrid with server-side data (no SignalR datasource) |
(See `AyCode.Core/.github/REPO_PREFIXES.md` for the prefix scheme; each consumer's own `.github/copilot-instructions.md` `@repo` block declares its `prefix` value.)