From ae63861918eaa685380698006732b0e46e3985ac Mon Sep 17 00:00:00 2001 From: zichun Date: Fri, 8 May 2026 16:22:31 +0800 Subject: [PATCH] docs: align en index.md scope with build state on cleanup branch --- en/docs/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/en/docs/index.md b/en/docs/index.md index 20b4e2e..13feda4 100644 --- a/en/docs/index.md +++ b/en/docs/index.md @@ -33,13 +33,17 @@ which Reference chapter you go deep on. ## What's out of scope -- The B2B printing-platform layer (`plat_*` tables, `xlyPlat*` modules). +- The B2B printing-platform layer (`plat_*` tables, all `xlyPlat*` modules **except** `xlyPlatConstant` — see below). - AI / LLM features (`ai_*` tables, `AiController`) — too new, still moving. - Face recognition (`xlyFace`) — niche. +- File-management module (`xlyFile`) and serial-port module (`xlyRxtx`) — niche / hardware-adjacent. +- Test scaffolding modules (`xlyTestService`, `xlyTestController`) — historical, not part of the framework runtime. - Per-tenant schema drift between `xlyweberp_*` databases — wiki targets one schema. - Backup tables (`*_bak`, `*0302`, etc.). - The MongoDB document store (`spring.data.mongodb.uri` in the yaml profiles, document classes under `xlyEntity/.../mongo/`). Every `@Document` class is `PLAT_*`-named and every `MongoTemplate` caller lives in an `xlyPlat*` module — so MongoDB is part of the plat tier above. The framework layer this wiki covers is MySQL-only. +> **Note on `xlyPlatConstant`.** It carries the `xlyPlat*` prefix but is in scope: `xlyPersist` imports two utility classes from it (`com.xly.xlyplatconstant.contant.thread.MultiThreadServer`, `com.xly.xlyplatconstant.contant.TimeContant`). Treat it as a misnamed shared-utility module, not a platform-tier module. + ## How to fix something in this wiki Edit the markdown file. That is the wiki. Static HTML is generated from these `.md` -- libgit2 0.22.2