feat(inference): redesign historical gpu comparison view#334
Open
rafaykhan-source wants to merge 5 commits intoSemiAnalysisAI:masterfrom
Open
feat(inference): redesign historical gpu comparison view#334rafaykhan-source wants to merge 5 commits intoSemiAnalysisAI:masterfrom
rafaykhan-source wants to merge 5 commits intoSemiAnalysisAI:masterfrom
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.
|
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