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: user loging event emitting with login order #8021

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Conversation

kwasniew
Copy link
Contributor

@kwasniew kwasniew commented Aug 30, 2024

About the changes

We can emit user login events with the extra information if it's the first user, second user etc. who logged into Unleash.
This will make onboarding metrics easier to implement by encapsulation login order logic inside the user subdomain.

Important files

Discussion points

Copy link

vercel bot commented Aug 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
unleash-docs ⬜️ Ignored (Inspect) Visit Preview Aug 30, 2024 8:52am
unleash-monorepo-frontend ⬜️ Ignored (Inspect) Visit Preview Aug 30, 2024 8:52am

Copy link
Contributor

github-actions bot commented Aug 30, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@kwasniew kwasniew requested a review from sjaanus August 30, 2024 08:48
stores = db.stores;
});

afterAll(async () => {
await db.destroy();
});

beforeEach(async () => {
await stores.userStore.deleteAll();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removing shared state between tests

@kwasniew kwasniew merged commit 2a35976 into main Aug 30, 2024
7 checks passed
@kwasniew kwasniew deleted the login-event-emitting branch August 30, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants