Browse Source

docs: record gateway verification status

gangvy 1 tháng trước cách đây
mục cha
commit
aca4d4e262
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 3 1
      README.md
  2. 2 1
      TASKS.md

+ 3 - 1
README.md

@@ -134,6 +134,8 @@ Current result:
 - TypeScript build: passed.
 - Unit, adapter, worker, and HTTP contract tests: 19 passed.
 - Production dependency audit: 0 critical, 0 high, 13 moderate.
-- Live JD request: attempted through the company gateway, but the public TLS connection was reset before HTTP; no supplier endpoint was contacted.
+- Company gateway health: HTTP 200 on 2026-07-23.
+- Credentialed live JD request: pending a dedicated `FMODE_API_KEY`; no supplier endpoint was contacted directly and no local credential was copied from the cross-border system.
+- PostgreSQL integration: pending a newly provisioned database; the cross-border production database is intentionally excluded.
 
 See `TASKS.md` for the implementation sequence and acceptance boundary.

+ 2 - 1
TASKS.md

@@ -28,7 +28,8 @@ Status date: 2026-07-23
 
 ## Phase 3 - real JD source contract
 
-- [ ] Complete one quota-controlled live JD request through the existing Fmode gateway (currently blocked before HTTP by TLS reset).
+- [x] Verify the existing Fmode gateway health endpoint over public TLS (HTTP 200 on 2026-07-23).
+- [ ] Complete one quota-controlled live JD request through the existing Fmode gateway after a dedicated `FMODE_API_KEY` is available.
 - [x] Confirm the catalog JD product-detail path and required `itemId` parameter.
 - [x] Confirm the catalog JD review path and optional `page` parameter.
 - [ ] Confirm the live response envelope, pagination values, and any async task/status flow.