-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/wincher modal improvements #20522
Feature/wincher modal improvements #20522
Conversation
4fa0dc0
to
c7ed18b
Compare
521853c
to
cf1f5a1
Compare
Sorry, I see this PR got auto-closed when I merged the |
cf1f5a1
to
3dfbbb5
Compare
Hey @KaisZaoualiWincher 👋
|
Hi @pls78 👋 All the points should be addressed.
This means we should display a red bottom caret if there is a position lost, otherwise a green top caret: |
ba6a692
to
93dae1e
Compare
Hello @KaisZaoualiWincher 👋
Could you please take a look ad these issues, too? 🙏 |
3b5df9a
to
6a4a84c
Compare
The changes, bugs, and scenarios have all been validated and everything is working as expected. |
Context
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
Test instructions
Test instructions for the acceptance test before the PR gets merged
This PR can be acceptance tested by following these steps:
Preliminary steps
https://app.wincher.com
GET
request toapp.wincher.com/v1/account
history_days
value: it should be31
Test the single keyword case
Track SEO performance
, a modal similar to the one below should appearTracking
on, a graph should appearhistory_days
value (i.e., forhistory_days
equals to 31, you should be able to choose fromLast day
,Last week
andLast month
)Tracking
off the corresponding line disappears from the graphTest the multiple keywords case
select all
selects all tracked keyphrasesdeselect all
deselects all selected keyphrases.Test keyword change over time
packages/js/src/redux/selectors/WincherSEOPerformance.js
getWincherTrackedKeyphrases
method with the following:Track SEO performance
and verify the graph is as followsPosition over time
column is green and points upwardspackages/js/src/redux/selectors/WincherSEOPerformance.js
getWincherTrackedKeyphrases
method with the following:Track SEO performance
and verify the graph is as followsPosition over time
column is red and points downwardsRelevant test scenarios
Test instructions for QA when the code is in the RC
Impact check
This PR affects the following parts of the plugin, which may require extra testing:
UI changes
Other environments
[shopify-seo]
, added test instructions for Shopify and attached theShopify
label to this PR.Documentation
Quality assurance
Innovation
innovation
label.Fixes #