Mango.Nop.Plugins/Nop.Plugin.Misc.AIPlugin/.github/TOPIC_CODES.md

1.9 KiB

Topic Codes — Nop.Plugin.Misc.FruitBankPlugin (MGFBANKPLUG)

Per-repo topic registry for this plugin, per the per-repo extension convention in AyCode.Core/.github/skills/docs-check/references/TOPIC_CODES.md. Lists ONLY this repo's own topic codes; inherited (ACCORE / Mango.Nop) topics are reached through @repo.own-dep-repos.

Foundational conventions are defined once at the framework layer — not restated here:

  • ID format, type codes (I/T/B/C), ID rules, Status vocabulary, archival, registry-maintenance workflow → AyCode.Core/.github/skills/docs-check/references/TOPIC_CODES.md
  • <PREFIX> (this repo = MGFBANKPLUG, from the @repo.prefix in .github/copilot-instructions.md) + <RAND> spec → AyCode.Core/.github/REPO_PREFIXES.md

This repo's own topic codes

Code Topic Scope Docs location
PREO PRE-ORDER Customer advance orders placed before stock arrives, and their conversion into real nopCommerce orders when an inbound shipping document confirms incoming stock. docs/PREORDER/
EKAER EKÁER Server-side / nopCommerce-specific aspects of NAV EKÁER reporting: VTSZ source from Product, ShippingtradeCard data needs, serving the NAV call. The protocol/base layer lives in AyCode.Core (AyCode.Services/Nav/). docs/EKAER/
ORDD ORDER-DRAFT AI-assisted intake channel: inbound free-text messages (Viber/email/dictation) parsed into order drafts, admin review/approval, then PreOrder creation that feeds the existing PRE-ORDER conversion. Covers parsing, product/partner resolution, learning mappings, the draft lifecycle and the approval entry point. docs/ORDERDRAFT/