From 27d5e03955149b08197228aba0310f1343e8ab4f Mon Sep 17 00:00:00 2001 From: Loretta Date: Wed, 15 Jul 2026 10:16:26 +0200 Subject: [PATCH] Centralize environment state in AcEnv framework Refactored FruitBankConst and FruitBankConstClient to delegate PROD/DEV environment logic to AcEnv.IsProdDb, removing local state and events. Updated MGGRID_TODO.md with ADR reference. Added ADR 0002 documenting the migration of environment infrastructure (BaseUrl, env state, badge) to the framework. Updated settings.local.json with new doc/code read commands and improved build error reporting. --- AyCode.Blazor.Components/docs/MGGRID/MGGRID_TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AyCode.Blazor.Components/docs/MGGRID/MGGRID_TODO.md b/AyCode.Blazor.Components/docs/MGGRID/MGGRID_TODO.md index f6bb8fe..f299d49 100644 --- a/AyCode.Blazor.Components/docs/MGGRID/MGGRID_TODO.md +++ b/AyCode.Blazor.Components/docs/MGGRID/MGGRID_TODO.md @@ -2,6 +2,8 @@ For known issues / bugs see `MGGRID_ISSUES.md`. +> **Server-side grid filtering — design in ADR 0004.** MgGrid `FilterMode` (Local/Server), the criteria-string forwarding, and the `DxTagBox` quick-filter template extension are captured in `AyCode.Core/docs/adr/0004-signalr-datasource-server-side-filtering.md` (in AyCode.Core repo, Status: Proposed). Not yet broken into per-step entries — reference the ADR when implementation begins. + ## Priority legend - **P0** blocker · **P1** important · **P2** nice-to-have · **P3** idea