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

fix: link email to org on creation #1357

Merged
merged 1 commit into from
Jul 31, 2024
Merged

fix: link email to org on creation #1357

merged 1 commit into from
Jul 31, 2024

Conversation

JoeKarow
Copy link
Member

@JoeKarow JoeKarow commented Jul 31, 2024

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information

Summary by CodeRabbit

  • New Features

    • Enhanced the update functionality to conditionally create either locations or organization entries based on the presence of linkLocationId.
  • Refactor

    • Streamlined the mutation handling in the EmailDrawer component to improve the logical flow by using a single onSuccess callback for state updates and notifications.

Copy link
Contributor

coderabbitai bot commented Jul 31, 2024

Walkthrough

The recent changes improve the functionality of the update operation in the API and streamline mutation handling in the UI. Specifically, the update function now conditionally creates either locations or organization fields based on the presence of linkLocationId. In the UI, the mutation handling has been refactored to use an onSuccess callback, enhancing clarity and ensuring immediate state updates upon successful email changes.

Changes

Files Change Summary
packages/api/router/orgEmail/mutation.update.handler.ts The update function now conditionally creates locations or organization entries based on linkLocationId.
packages/ui/components/data-portal/EmailDrawer/index.tsx Refactored the mutation handling to use onSuccess, improving clarity by consolidating success logic into a single callback.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

vercel bot commented Jul 31, 2024

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

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2024 2:45pm

@github-actions github-actions bot added automerge Enable Kodiak auto-merge kodiak: merge.method = 'squash' Kodiak will squash merge this PR. 📦 ui 📦 api labels Jul 31, 2024
@JoeKarow JoeKarow added the bugfix Inconsistencies or issues which will cause a problem for users or implementors. label Jul 31, 2024
Copy link

relativeci bot commented Jul 31, 2024

#1053 Bundle Size — 3.5MiB (~-0.01%).

8105284(current) vs e5f1ff2 dev#1049(baseline)

Warning

Bundle contains 5 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Improvement 1 improvement
                 Current
#1053
     Baseline
#1049
Improvement  Initial JS 3.07MiB(~-0.01%) 3.07MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 35.09% 53.99%
No change  Chunks 64 64
No change  Assets 77 77
No change  Modules 2056 2056
No change  Duplicate Modules 340 340
No change  Duplicate Code 9.43% 9.43%
No change  Packages 209 209
No change  Duplicate Packages 5 5
Bundle size by type  Change 1 change Improvement 1 improvement
                 Current
#1053
     Baseline
#1049
Improvement  JS 3.39MiB (~-0.01%) 3.39MiB
No change  Fonts 94.54KiB 94.54KiB
No change  CSS 9.54KiB 9.54KiB
No change  Other 9.1KiB 9.1KiB
No change  IMG 8.57KiB 8.57KiB

Bundle analysis reportBranch JoeKarow/fix-new-emailProject dashboard

Copy link
Contributor

📦 Next.js Bundle Analysis for @weareinreach/app

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between e5f1ff2 and 8105284.

Files selected for processing (2)
  • packages/api/router/orgEmail/mutation.update.handler.ts (1 hunks)
  • packages/ui/components/data-portal/EmailDrawer/index.tsx (1 hunks)
Additional comments not posted (2)
packages/api/router/orgEmail/mutation.update.handler.ts (1)

54-62: Ensure proper handling of linkLocationId and orgId.

The conditional logic correctly handles the presence of linkLocationId and creates either locations or organization fields. However, ensure that linkLocationId and orgId are always valid and sanitized before use.

Verification successful

Validation for linkLocationId and orgId is present.

The linkLocationId and orgId variables are validated using zod schemas, ensuring they are strings and can be nullish. This validation is consistently applied in the codebase.

  • packages/api/router/orgEmail/mutation.update.handler.ts: Validation logic using zod schemas.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that `linkLocationId` and `orgId` are always valid and sanitized before use.

# Test: Search for the function usage and check for validation or sanitization logic. Expect: Validations or sanitizations before use.
rg --type python -A 5 $'linkLocationId'
rg --type python -A 5 $'orgId'

Length of output: 130


Script:

#!/bin/bash
# Description: Verify that `linkLocationId` and `orgId` are always valid and sanitized before use.

# Test: Search for the function usage and check for validation or sanitization logic. Expect: Validations or sanitizations before use.
rg --type typescript -A 5 'linkLocationId'
rg --type typescript -A 5 'orgId'

Length of output: 146


Script:

#!/bin/bash
# Description: Verify that `linkLocationId` and `orgId` are always valid and sanitized before use.

# Test: Search for the function usage and check for validation or sanitization logic. Expect: Validations or sanitizations before use.
rg -A 5 'linkLocationId'
rg -A 5 'orgId'

Length of output: 110410

packages/ui/components/data-portal/EmailDrawer/index.tsx (1)

107-108: Refactor improves clarity and reduces redundancy.

The refactor to use an onSuccess callback improves the logical flow and reduces redundancy. Ensure that the invalidate call does not introduce any unintended side effects.

Copy link

🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.

Last updated for commit 8105284. This comment will update as new commits are pushed.

@JoeKarow JoeKarow merged commit 94020ee into dev Jul 31, 2024
33 of 34 checks passed
@JoeKarow JoeKarow deleted the JoeKarow/fix-new-email branch July 31, 2024 14:48
Copy link

sonarcloud bot commented Jul 31, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 api automerge Enable Kodiak auto-merge bugfix Inconsistencies or issues which will cause a problem for users or implementors. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. 📦 ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants