feat(inference): redesign historical gpu comparison view / 重新设计历史 GPU 对比视图#334
Open
rafaykhan-source wants to merge 6 commits into
Open
Conversation
|
@rafaykhan-source is attempting to deploy a commit to the SemiAnalysisAI Team on Vercel. A member of the Team first needs to authorize it. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Updated the redesign:
|
7a9c0f2 to
5681d58
Compare
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.


Redesign Historical GPU Comparison View
Many users select a GPU to compare but then struggle with the date range and intermediate-date selection, and the date-selection shortcut buttons are largely ignored. Come up with a design for a better implementation.
The priority audience is technical users who use the site frequently and want to move fast through repeated comparisons, without alienating first-time visitors who don't yet know the data model.
Requirements + Reasoning
Before:

After:

Before:

After:

track()User Flow
Before:
https://github.com/user-attachments/assets/2afc99a2-6287-417e-b753-324afc588e04
After:
https://github.com/user-attachments/assets/9613d063-11ef-4d26-b39d-8042a36cfddb
Closes #273
中文说明
重新设计历史 GPU 对比视图。将多选下拉框改为互斥的独立下拉框,方便快速选择两款 GPU 进行对比。选择单个 GPU 后自动加载全时间范围数据,无需手动设置日期。日期选择快捷按钮保持内联,URL 状态完整往返。新增分析事件追踪使用情况。