-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hide Notice severity level #1615
Conversation
📝 WalkthroughWalkthroughThe changes in this pull request introduce a filtering mechanism within the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant PnPExtractionProblems
participant ProblemList
participant SeverityIcon
User->>PnPExtractionProblems: Request to view problems
PnPExtractionProblems->>PnPExtractionProblems: Filter problems (exclude "Notice")
PnPExtractionProblems->>ProblemList: Pass filtered problems
ProblemList->>SeverityIcon: Display severity icons
ProblemList-->>User: Render grouped problems
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 2
The goal is to only have errors? |
Just temporarily. She wants to restore after we get past this reporting exercise.
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Carson Full ***@***.***>
Sent: Wednesday, October 30, 2024 9:19:58 PM
To: SeedCompany/cord-field ***@***.***>
Cc: Andre Turner ***@***.***>; Assign ***@***.***>
Subject: Re: [SeedCompany/cord-field] Hide Notice severity level (PR #1615)
The goal is to only have errors?
—
Reply to this email directly, view it on GitHub<#1615 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATAHBQMMLNL6GRYKJDIV5P3Z6GHU5AVCNFSM6AAAAABQ5E3KNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBYHA4DMNZXGM>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
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.
Sure. Welcome back btw!
Thank you!
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Carson Full ***@***.***>
Sent: Wednesday, October 30, 2024 9:33:59 PM
To: SeedCompany/cord-field ***@***.***>
Cc: Andre Turner ***@***.***>; Assign ***@***.***>
Subject: Re: [SeedCompany/cord-field] Hide Notice severity level (PR #1615)
@CarsonF approved this pull request.
Sure. Welcome back btw!
—
Reply to this email directly, view it on GitHub<#1615 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ATAHBQIAXDQL5EYYZFN45EDZ6GJJPAVCNFSM6AAAAABQ5E3KNWVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDIMBWHAZTMOBYGM>.
You are receiving this because you were assigned.Message ID: ***@***.***>
|
Monday
Hiding problems with severity level of Notice temporarily per request from Sheri
Summary by CodeRabbit
New Features
PnPExtractionProblems
component.Bug Fixes