-
Notifications
You must be signed in to change notification settings - Fork 219
Add Local Pickup event and Cart/Checkout page views events #11225
Conversation
38d51ec
to
e6c9e8c
Compare
The release ZIP for this PR is accessible via:
Script Dependencies ReportThere is no changed script dependency between this branch and trunk. This comment was automatically generated by the TypeScript Errors Report
assets/js/extensions/jetpack/woocommerce-analytics/index.ts
|
Size Change: +769 B (0%) Total Size: 1.54 MB
ℹ️ View Unchanged
|
e6c9e8c
to
bb43672
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, @senadir. I've gone through the functionality of this PR and everything seems to be working well. I've given the code a look, but I'll leave the detailed code review for @opr.
Just a couple of suggestions for consideration:
- For better organization, perhaps we could consider placing the TS interfaces in
assets/js/extensions/jetpack/woocommerce-analytics/index.ts
either at the top or directly above their respective functions. - For readability, it might be helpful to maintain consistent line breaks in the touched files. Adding a few more might enhance clarity.
That said, the suggestions are my personal thoughts, while reviewing the code. Feel free to ignore them and ⛴️ the PR as it is if @opr gives the green light.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for me, as Niels said there are some improvements to be made to the line breaks if you feel like applying it, but in the interests of getting this merged I say we go for it and address those issues later.
bb43672
to
d858229
Compare
…#10815) Co-authored-by: Thomas Roberts <[email protected]> Co-authored-by: Seghir Nadir <[email protected]>
5a08178
to
7fa26c7
Compare
This PR is the feature branch PR that contained the work we did to track Cart/Checkout pages, see PRs:
#10841
#10825
#10815
Testing steps
You will need a live, tracking enabled, Jetpack connected website to test the following PRs.
Local Pickup
Page view
Changelog