Commit Graph

34 Commits

Author SHA1 Message Date
Loretta 599f8a6787 Refactor docs: topic folders, navigation, protocol sync
- Restructured documentation: added `docs/README.md` to each sub-project, moved LOGGING and SIGNALR docs into dedicated subfolders with their own `README.md`.
- Updated all cross-references to use new topic folder paths and canonical AyCode.Core doc locations.
- Updated `.csproj` files to auto-include all Markdown docs and project-level `README.md` files.
- Removed obsolete single-file docs, replaced with structured content in topic folders.
- Enforced AI Agent Protocol: session setup, output prefix, no-re-read, and mandatory `docs-check` skill after code changes.
- Added domain-critical reminders and navigation guidance to relevant `README.md` files.
2026-04-25 07:24:39 +02:00
Loretta 5535011df9 Comprehensive documentation overhaul and expansion
- Added detailed .md docs for Core, Data, and Services projects: DTOs, NopDependencies, repositories, transactions, services, and logging bridge
- Updated all project README.md files with metadata, documentation tables, inheritance diagrams, and clearer dependency/reference explanations
- Root README.md now includes a documentation map and improved project/type tables
- Expanded and clarified `.github/copilot-instructions.md` as the single source of truth for domain rules, patterns, and conventions
- Updated ARCHITECTURE.md, CONVENTIONS.md, and GLOSSARY.md to document DTO strategies, transaction and logging patterns, project boundaries, and AyCode integration
- Added CLAUDE.md for Claude-specific code authoring guidance
- All .csproj files now include new docs as non-compilable content
- Ensured clear separation of concerns and improved AI/tooling discoverability across the codebase
2026-03-30 10:26:35 +02:00
Loretta f47701af59 Add architecture docs for Mango.Nop & update dev DB config
Added detailed documentation: ARCHITECTURE.md, CONVENTIONS.md, GLOSSARY.md, and copilot-instructions.md for Mango.Nop.Core, Data, and Services. Updated/added README.md files for all Mango.Nop libraries and the FruitBank nopCommerce plugin, clarifying structure, key types, and usage. Switched appsettings.json connection string from production to development database. These changes improve developer onboarding and enforce architectural consistency.
2026-03-29 10:44:03 +02:00
Loretta 1898f4d517 Update DLL HintPaths to use $(Configuration); prod DB switch
Replaced hardcoded Debug paths in all .csproj files with $(Configuration) for AyCode and FruitBank DLL references, enabling correct DLL resolution for any build configuration. Switched appsettings.json connection string to use the FruitBank_PROD database. Added a null check for StockTaking in StockSignalREndpointServer.cs to prevent possible null reference exceptions. Noted some encoding issues in .csproj comments and copyright fields. No other functional changes.
2026-03-24 18:30:43 +01:00
Loretta 120ed09738 .Net10, VS2026; StockTaking in progress... 2025-12-01 16:17:57 +01:00
Loretta 6b09ba3d78 improvements, fixes, etc... 2025-11-24 08:27:02 +01:00
Loretta 5277a090fb Add MessagePack packages 2025-11-07 19:21:51 +01:00
Loretta 2bd97c88ca Mango.Nop.Core cleanup; 2025-11-05 14:56:40 +01:00
Loretta 0da0565134 Add Mango.Nop.Data project to solution 2025-11-04 15:57:09 +01:00
Loretta ec71f81d4c SignalR improvements; etc... 2025-10-30 14:54:33 +01:00
Loretta 08069dda58 fixes 2025-10-24 12:01:48 +02:00
Loretta 7fb047fd28 Implement CheckAndUpdateProductManageInventoryMethodToManageStock to MgEventConsumer; improvements; 2025-10-24 08:12:35 +02:00
Loretta d52deeb2b4 refactoring, cleanup, etc... 2025-10-22 15:16:20 +02:00
Loretta 55f626c71d nuget packages update; fixes 2025-10-18 18:45:49 +02:00
Loretta cefb19584d product event fixex; etc... 2025-10-11 17:51:30 +02:00
Loretta 08f91408c3 improvements, fixes, etc... 2025-09-29 13:33:39 +02:00
Loretta 871078c4ab improvements, fixes, etc... 2025-09-23 10:41:38 +02:00
Loretta dc8d41c4e8 nuget packages update 2025-09-19 14:44:25 +02:00
Loretta eefb0392aa outputpath set to "bin\FruitBank" 2025-08-28 15:20:36 +02:00
Loretta 761001665f references fixed2 2025-08-28 14:53:58 +02:00
Loretta 9c363e360c references fixed 2025-08-28 14:51:35 +02:00
Loretta cdc1ecebb9 AuctionBackgroundService improvements, fixes, etc... 2024-12-21 16:15:49 +01:00
Loretta c1bd5e6cfb improvements, fixes, etc... 2024-12-13 20:20:29 +01:00
Loretta 6d4e09d49c Add AuctionBackgroundService, MgBackgroundServiceBase, OnDateTimeReceive 2024-12-12 20:18:41 +01:00
Loretta 3178b031e4 LockService, RequestId, ConnectionId, BidButtonDisabled; improvements, fixes, etc... 2024-12-12 08:55:37 +01:00
Loretta 91e9cffd0d improvements, fixes, etc... 2024-12-10 13:45:28 +01:00
Loretta 8c3a25e5c6 Implement SessionService, SessionItem; improvements, fixes, etc... 2024-12-04 19:13:56 +01:00
Loretta f16cf75a26 improvements, fixes, etc... 2024-11-25 17:44:36 +01:00
Loretta f502bbaa67 improvements, fixes, etc... 2024-11-23 18:57:44 +01:00
Adam f4549f11b1 merge 2024-11-12 16:44:02 +01:00
Loretta a1a22ce2b1 Auction improvements, etc... 2024-11-12 16:06:59 +01:00
Loretta aaf102b545 .gitingore 2024-11-11 13:34:22 +01:00
Loretta acd10ee1d1 initialize v1.2 2024-11-11 12:25:15 +01:00
Loretta 3c6908010b initialize v1.1 2024-11-11 12:06:29 +01:00