FruitBankHybridApp/FruitBankHybrid.Shared/Components
Loretta aecd54ffdd [LOADED_DOCS: 4 files, no new loads]
Refactor docs: topic folders, TOON, XCUT, protocol sync

- Migrated all topic documentation into dedicated folders with canonical `README.md`, `ISSUES.md`, and `TODO.md` per topic (e.g., `LOGGING/`, `SIGNALR/`, `BINARY/`, `TOON/`).
- Added comprehensive TOON serializer documentation: design, format, options, attributes, inference, issues, and TODOs.
- Introduced `XCUT` folder for cross-cutting issues and TODOs, with canonical entries and topic cross-references.
- Updated all references and navigation to use new folder-based doc paths; fixed links and clarified doc structure.
- Enhanced AI agent protocol: enforce session skill preloading, `[LOADED_DOCS: ...]` short-name prefix, and mandatory `docs-check` skill for doc/code sync.
- Updated `.csproj` to include all `README.md` files for IDE visibility.
- Improved and clarified SignalR, grid, and project-level documentation.
- Minor code/test tweaks and doc content corrections for consistency.
2026-04-24 21:54:04 +02:00
..
FileUploads improvements, fixes, etc... 2025-11-03 06:45:05 +01:00
Grids [LOADED_DOCS: 4 files, no new loads] 2026-04-24 21:54:04 +02: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 Document FruitBankGridBase and update grid conventions 2026-03-29 18:30:33 +02:00

README.md

Components

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

Key Files (Root)

  • MgGridBase.cs — Legacy non-generic grid base (directly extends DxGrid). Used by older pages. New grids should use FruitBankGridBase<TEntity> — see Grids/README.md.
  • 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