FSTS 功能對應表

用途

Agent 在修改 FSTS 程式碼前,必須先查閱此表確認對應的 Feature 目錄與 Backend Controller,避免改錯模組。1

溝通約定:使用「功能中文名」或「Feature 目錄名」,禁止模糊詞彙(「那個表」、「成本頁面」)。1

完整對應表

功能中文名情境前綴Feature 目錄Route 路徑Backend Controller
客戶開戶資料主檔S-ACCTcustomerAccounts/customer-accountsCustomerAccountsController
客戶基本資料主檔S-CUSTcustomerBaseInfo/customer-base-infoCustomerBaseInfosController
登入驗證S-AUTHauth/loginAuthController
儀表板S-DASHdashboard/dashboardDashboardController
股票基本資料S-STKstocks/stocksStocksController
國家市場基本資料S-CTYcountryMarkets/country-marketsCountryMarketsController
貨幣代號設定S-CCYcurrencies/currenciesCurrenciesController
使用者管理S-USRusers/usersUsersController
角色管理S-ROLEroles/rolesRolesController
CBL Layout 管理S-LAYOUTiniLayouts/ini-layoutsIniLayoutsController
CBL 轉檔對應S-CONViniMappings/ini-mappingsIniMappingsController
連線設定S-DBCONNdbConnections/db-connectionsDbConnectionsController
操作紀錄S-AUDITauditLogs/audit-logsAuditLogsController
異動紀錄查詢S-CHGchangeLogs/change-logsChangeLogsController
委託回報查詢S-ORDorderReports/order-reportsOrderReportsController
系統設定S-SYSsettings/settingsSettingsController

易混淆模組提醒

2

使用者可能說的實際對應模組說明
Layout / CBL Layout / INI LayoutCBL Layout 管理(S-LAYOUT)Feature 目錄:iniLayouts
Mapping / CBL Mapping / 轉檔設定CBL 轉檔對應(S-CONV)Feature 目錄:iniMappings
轉檔 / 執行轉檔CBL 轉檔對應(S-CONV)的「執行」動作POST /ini-mappings/{id}/convert
連線 / DB 連線 / 目標資料庫連線設定(S-DBCONN)Feature 目錄:dbConnections
異動紀錄 / 資料變更紀錄 / Change Log異動紀錄查詢(S-CHG)Feature 目錄:changeLogs
委託回報 / Order Report / 委託執行狀態委託回報查詢(S-ORD)Feature 目錄:orderReports

Agent 不確定時,必須向使用者確認,不可自行猜測。2

分類觀點(知識庫輔助)

依業務性質分組:

  • 基礎管理:使用者(S-USR)、角色(S-ROLE)、連線設定(S-DBCONN)、系統設定(S-SYS)
  • 基本資料:客戶開戶(S-ACCT)、客戶基本(S-CUST)、股票(S-STK)、國家市場(S-CTY)、貨幣(S-CCY)
  • CBL 轉檔核心:Layout 管理(S-LAYOUT)、轉檔對應(S-CONV)
  • 查詢與稽核:儀表板(S-DASH)、操作紀錄(S-AUDIT)、異動紀錄(S-CHG)、委託回報(S-ORD)
  • 認證:登入驗證(S-AUTH)

補充資訊

(未來 ingest 新來源會在此追加段落)


參考資料

Footnotes

  1. feature-map.md §用途 2

  2. feature-map.md §易混淆模組提醒 2