Skip to content
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

feat(components): add tracking to Carousel component #638

Merged
merged 1 commit into from
Jul 16, 2020

Conversation

lucent1090
Copy link
Contributor

@lucent1090 lucent1090 commented Jul 14, 2020

Purpose

Add tracking to Carousel component

Approach and changes

I decide to use useClickHandler and put the tracking in Step component so if in the future Step component is used by other components, the tracking function could be keep.

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

feature/TL-85-integration-with-Circuit-UI-alpha

feature/add-carousel-tracking
@lucent1090 lucent1090 added the feature A new feature or enhancement label Jul 14, 2020
@lucent1090 lucent1090 self-assigned this Jul 14, 2020
@vercel
Copy link

vercel bot commented Jul 14, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/sumup-oss/circuit-ui/e4i6smt1v
✅ Preview: https://circuit-ui-git-feature-add-carousel-tracking.sumup-oss.vercel.app

@codecov
Copy link

codecov bot commented Jul 14, 2020

Codecov Report

Merging #638 into beta will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             beta     #638      +/-   ##
==========================================
+ Coverage   93.71%   93.73%   +0.01%     
==========================================
  Files         133      133              
  Lines        2213     2217       +4     
  Branches      612      613       +1     
==========================================
+ Hits         2074     2078       +4     
  Misses        117      117              
  Partials       22       22              
Impacted Files Coverage Δ
src/components/Carousel/Carousel.js 100.00% <ø> (ø)
src/components/Step/Step.js 100.00% <100.00%> (ø)
src/components/Step/hooks/use-step.js 100.00% <100.00%> (ø)

Copy link
Member

@connor-baer connor-baer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! 💯

@connor-baer connor-baer merged commit 46e8215 into beta Jul 16, 2020
@connor-baer connor-baer deleted the feature/add-carousel-tracking branch July 16, 2020 14:40
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.0-beta.17 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants