FruitBankHybridApp/FruitBankHybrid.Shared/Components
Loretta 45195b9cdf Add LLM onboarding docs and standardize project READMEs
- Introduced `.github/copilot-instructions.md` as the single source of truth for domain rules, conventions, and pitfalls in each solution.
- Added `CLAUDE.md` to guide Claude to read domain rules, glossary, and README before code generation.
- Updated all solution and project `README.md` files to document project purpose, structure, key files, and LLM context (Copilot/Claude/Cursor).
- Added or revised `docs/ARCHITECTURE.md`, `docs/CONVENTIONS.md`, and `docs/GLOSSARY.md` to clarify dependency graphs, naming, patterns, and terminology.
- For FruitBankHybridApp, added `docs/SCHEMA.md` (Toon format) and expanded the glossary with business/measurement terms and common traps.
- Updated all subfolder READMEs to list key files, conventions, and LLM maintenance notes.
- Ensured all documentation is cross-referenced, up-to-date, and includes explicit instructions for LLMs to keep docs in sync with code and avoid suggesting removal/rollback as a solution.
- Standardized documentation and onboarding for maintainability and LLM/code quality across all solutions.
2026-03-28 22:38:23 +01:00
..
FileUploads improvements, fixes, etc... 2025-11-03 06:45:05 +01:00
Grids Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
StockTakings Add RefreshStockTakingItem support and UI error handling 2026-03-04 15:22:51 +01:00
GridDetailOrderDto.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridDetailOrderItemDto.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridDetailOrderItemPallets.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridProductDto.cs Add URL link support to grid columns and info panel 2025-12-22 14:37:56 +01:00
GridProductDtoTemplate.razor Set default ShippingDate, refactor data reload logic 2026-01-06 10:41:27 +01:00
GridShippingDocument.razor Refactor measuring UI, centralize status logic 2026-03-23 17:43:06 +01:00
GridShippingItemPallets.razor Enhance grids: add links, format dates, show modifiers 2026-02-23 18:04:43 +01:00
GridShippingItemTemplate.razor small fixes and android build changes 2026-01-05 09:13:37 +01:00
MgGridBase.cs Add user layout management to grids with toolbar actions 2025-12-23 11:10:19 +01:00
OrderNotificationToast.razor notification 2025-11-01 01:06:40 +01:00
PalletItemComponent.razor Refactor SignalR, pallet editing, and error handling 2026-03-06 14:27:22 +01:00
README.md Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00

README.md

Components

DevExpress Blazor grid wrappers, pallet measurement components, and toast notifications.

Key Files (Root)

  • MgGridBase.cs — Base class for all DevExpress grids with layout persistence via localStorage.
  • GridProductDto.cs — Product data grid component.
  • OrderNotificationToast.razor — Toast notification for order updates.
  • Pallet components — PalletItemComponent.razor, GridShippingItemPallets.razor, GridDetailOrderItemPallets.razor.

Subfolders

Folder Purpose
Grids/ Domain-specific grid components by entity type
FileUploads/ File upload components
StockTakings/ Stock taking UI components

LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.