FruitBankHybridApp/FruitBank.Common.Server
Loretta a3604d7333 Update MgGrid reload logic, add IsProd env flag, doc fixes
- MgGridBase: call Reload after item changes to refresh grid view
- Add IsProd environment flag (FruitBankConst, IFruitBankDataControllerCommon, SignalRTags, client/server wiring)
- Logger DI: fix constructor param, default AppType to Web in configs and DI setup
- Docs: clarify MgGrid edit flow, editor requirements, companion component structure, and disposal logic
- Add PowerShell test command for EkaerTradeCardValidatorTests
2026-07-12 14:32:05 +02:00
..
Interfaces Update docs: enforce .md sync, clarify structure & TFMs 2026-03-29 09:26:16 +02:00
Services Update MgGrid reload logic, add IsProd env flag, doc fixes 2026-07-12 14:32:05 +02:00
FruitBank.Common.Server.csproj Refactor MgGridDataColumn URL templating & update csproj refs 2026-03-24 18:38:44 +01:00
FruitBankConst.cs Update MgGrid reload logic, add IsProd env flag, doc fixes 2026-07-12 14:32:05 +02:00
README.md Add structured metadata and update doc references 2026-03-30 08:54:33 +02:00

README.md

FruitBank.Common.Server

@project { type = "product" own-dep-projects = [ "AyCode.Core, AyCode.Interfaces, AyCode.Models.Server, AyCode.Services, AyCode.Services.Server (in AyCode.Core repo)", "Mango.Nop.Core (in Mango.Nop Libraries repo)" ] }

Server-side library: SignalR hubs, real-time broadcast service, logging infrastructure, and nopCommerce integration constants.

Folder Structure

Folder Purpose
Interfaces/ Server-side endpoint marker interfaces
Services/ SignalR hubs, broadcast service, logging

Key Files (Root)

  • FruitBankConst.cs — Server constants: project GUID, role system names ("Measuring", "MeasuringRevisor"), product attribute "IsMeasurable", project salt.

Dependencies

  • nopCommerce via Mango.Nop.Core
  • AyCode.Core, AyCode.Services.Server (DLL references)
  • Microsoft.AspNetCore.SignalR