docs(statuspage): 澄清事件历史视图无 90 天限制(90/50 仅限 RSS/Atom Feed)#120
Merged
Conversation
The 90-day / 50-item window applies only to the RSS/Atom feeds. The web history view (calendar + list) lets visitors page back to the earliest recorded event. Add a Note to both zh and en create-manage-page so the support agent stops over-generalizing the feed limit onto the UI.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
背景
线上 support agent 回答「状态页历史能看多久」时,断言「前端日历视图无法翻到 3 个月之前…不支持跨出这个时间窗口」。经核实代码,这是错的。
根因
status-page-feincident-calendar.tsx:442-457/incident-history-client.tsx:213,318),后端/change/list时间范围完全由调用方决定、无限制。MAX_MONTHS_SPAN=3只是「一屏显示 3 个月」的窗口宽度,不是回溯上限。fc-statuspage/logic/feed/feed.go:70,93),文档里也只在subscriptions.mdx的 Feed 小节出现,措辞正确。create-manage-page.mdx的「事件历史视图」从未说明时间范围,导致全站唯一的时间窗口数字(Feed 的 90 天)成了 agent 唯一能抓的锚点,于是被过度外推到了 UI 上。改动
在
create-manage-page.mdx的「事件历史视图」小节补一条<Note>(zh + en),明确:堵掉这个空洞,给 support agent 正确的 grounding。