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(hackweek): Onboarding Tada Moment(s): Dopamine Driven Development #76474

Closed
wants to merge 6 commits into from

Conversation

priscilawebdev
Copy link
Member

@priscilawebdev priscilawebdev commented Aug 21, 2024

Goal

We made the onboarding too magical, and now it is kinda “meh” 🧙‍♂️

This project aims to gamify the onboarding experience to make it more fun and engaging. This will help motivate users and add more value to the process.

Previews

image image image image image image image image image image

Project's Link
https://hackweek.getsentry.net/projects/-O10jVq3SmIDZ-a9WlrU/onboarding-tada-moments-dopamine-driven-development

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

❌ 3 Tests Failed:

Tests completed Failed Passed Skipped
8020 3 8017 30
View the top 3 failed tests by shortest run time
EventOrGroupHeader Event lack of project adds all parameter EventOrGroupHeader Event lack of project adds all parameter
Stack Traces | 0.009s run time
Error: expect(element).toHaveAttribute("href", ".../groupID/events/eventID/?_allp=1&referrer=event-or-group-header") // element.getAttribute("href") === ".../groupID/events/eventID/?_allp=1&referrer=event-or-group-header"

Expected the element to have attribute:
  href=".../groupID/events/eventID/?_allp=1&referrer=event-or-group-header"
Received:
  href=".../groupID/events/eventID/?_allp=1&onboarding=3&referrer=event-or-group-header"
    at Object.<anonymous> (.../app/components/eventOrGroupHeader.spec.tsx:187:61)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
EventOrGroupHeader Event keeps sort in link when query has sort EventOrGroupHeader Event keeps sort in link when query has sort
Stack Traces | 0.024s run time
Error: expect(element).toHaveAttribute("href", ".../groupID/events/eventID/?_allp=1&referrer=event-or-group-header&sort=freq") // element.getAttribute("href") === ".../groupID/events/eventID/?_allp=1&referrer=event-or-group-header&sort=freq"

Expected the element to have attribute:
  href=".../groupID/events/eventID/?_allp=1&referrer=event-or-group-header&sort=freq"
Received:
  href=".../groupID/events/eventID/?_allp=1&onboarding=3&referrer=event-or-group-header&sort=freq"
    at Object.<anonymous> (.../app/components/eventOrGroupHeader.spec.tsx:169:61)
    at Promise.then.completed (.../jest-circus/build/utils.js:298:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../jest-circus/build/utils.js:231:10)
    at _callCircusTest (.../jest-circus/build/run.js:316:40)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at _runTest (.../jest-circus/build/run.js:252:3)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:126:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at _runTestsForDescribeBlock (.../jest-circus/build/run.js:121:9)
    at run (.../jest-circus/build/run.js:71:3)
    at runAndTransformResultsToJestFormat (.../build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)
    at jestAdapter (.../build/legacy-code-todo-rewrite/jestAdapter.js:79:19)
    at runTestInternal (.../jest-runner/build/runTest.js:367:16)
    at runTest (.../jest-runner/build/runTest.js:444:34)
    at Object.worker (.../jest-runner/build/testWorker.js:106:12)
ReleaseIssues includes release context when linking to issue ReleaseIssues includes release context when linking to issue
Stack Traces | 0.232s run time
Error: expect(element).toHaveAttribute("href", ".../org-slug/issues/123/?_allp=1&query=release%3A1.0.0&referrer=release-issue-stream") // element.getAttribute("href") === ".../org-slug/issues/123/?_allp=1&query=release%3A1.0.0&referrer=release-issue-stream"

Expected the element to have attribute:
  href=".../org-slug/issues/123/?_allp=1&query=release%3A1.0.0&referrer=release-issue-stream"
Received:
  href=".../org-slug/issues/123/?_allp=1&onboarding=3&query=release%3A1.0.0&referrer=release-issue-stream"
    at Object.<anonymous> (.../detail/overview/releaseIssues.spec.tsx:212:18)

To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard

@priscilawebdev priscilawebdev changed the title feat(hackweek): not boring onboarding feat(hackweek): Onboarding Tada Moment(s): Dopamine Driven Development Aug 22, 2024
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Aug 22, 2024
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@priscilawebdev
Copy link
Member Author

closing this since hackweek is over :)

@github-actions github-actions bot locked and limited conversation to collaborators Sep 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants