fix(ratewise): MoneyBox history 檔名改用首爾時區 SSOT#428
Closed
s123104 wants to merge 1 commit into
Closed
Conversation
- update-moneybox-rates.yml 以 Asia/Seoul 產生 CURRENT_DATE,對齊 fetch-moneybox-rates.js - 補 build-scripts 守門測試,避免 history 日期與 30 日 aggregate 錯標 - 新增 patch changeset 與 002 紀錄 測試:pnpm --filter @app/ratewise test -- build-scripts.test.ts -t "MoneyBox daily history" Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
|
✅ SEO 審計通過!所有 2026 標準驗證項目都符合要求。
|
2 tasks
Contributor
Author
|
關閉本 PR,改採 #433(governance v2)的 snapshot date 版本(更徹底)。 理由本 PR 用
snapshot date 方案無論 workflow 何時執行都對齊資料本身宣告的日期,而 wall-clock 在 API 守門測試搶救本 PR 的 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
自 PR #411 Codex review 收斂 獨立 hotfix(刻意不重複 PR #425 的 PWA/ETag 修復):
update-moneybox-rates.yml:Save MoneyBox daily history snapshot改以TZ=Asia/Seoul產生CURRENT_DATE,對齊fetch-moneybox-rates.js的 Asia/Seoul SSOTbuild-scripts.test.ts守門測試,禁止 workflow 回退至Asia/Taipei與 PR #425 關係
fix/ratewise-pwa-etag)仍 OPEN,本 PR 不 cherry-pick 其 PWA precache-first / CDN ETag 變更Test plan
pnpm --filter @app/ratewise test -- build-scripts.test.ts -t "MoneyBox daily history"typecheck+test+build:ratewise通過Made with Cursor