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

🐛 notifications close all together bug #2118

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

TalyaNaima
Copy link

@TalyaNaima TalyaNaima commented Oct 7, 2024

fixing MTE-3095 bug by making the delete notifications distinguishable

@TalyaNaima TalyaNaima closed this Oct 7, 2024
@TalyaNaima TalyaNaima reopened this Oct 7, 2024
@TalyaNaima TalyaNaima closed this Oct 7, 2024
@TalyaNaima TalyaNaima reopened this Oct 8, 2024
@TalyaNaima TalyaNaima force-pushed the Talya-Notification-close-all-together-bug branch from 01b7f08 to dd06378 Compare October 13, 2024 08:17
Signed-off-by: TalyaNeima <[email protected]>
Signed-off-by: TalyaNaima <[email protected]>
Signed-off-by: TalyaNaima <[email protected]>
Signed-off-by: TalyaNaima <[email protected]>
@TalyaNaima TalyaNaima force-pushed the Talya-Notification-close-all-together-bug branch from dd06378 to a771b1d Compare October 13, 2024 08:18
@TalyaNaima TalyaNaima marked this pull request as draft October 13, 2024 08:22
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.97%. Comparing base (b654645) to head (6658065).
Report is 240 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2118      +/-   ##
==========================================
+ Coverage   39.20%   41.97%   +2.77%     
==========================================
  Files         146      175      +29     
  Lines        4857     5629     +772     
  Branches     1164     1341     +177     
==========================================
+ Hits         1904     2363     +459     
- Misses       2939     3250     +311     
- Partials       14       16       +2     
Flag Coverage Δ
client 41.97% <ø> (+2.77%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TalyaNaima TalyaNaima force-pushed the Talya-Notification-close-all-together-bug branch 2 times, most recently from c88e295 to 7a473d6 Compare October 13, 2024 09:07
@TalyaNaima TalyaNaima force-pushed the Talya-Notification-close-all-together-bug branch from 7a473d6 to 6658065 Compare October 13, 2024 09:09
@sjd78
Copy link
Member

sjd78 commented Oct 30, 2024

@TalyaNaima -- Do you intend to move this PR out of draft?

@TalyaNaima TalyaNaima marked this pull request as ready for review October 31, 2024 07:59
Copy link
Collaborator

@rszwajko rszwajko left a comment

Choose a reason for hiding this comment

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

Please correct the title/description - it should provide a brief summary of the fix.
It would be also nice to attach some screenshots.

@@ -507,7 +507,8 @@
"success": {
"saveWhat": "{{type}} {{what}} was successfully saved.",
"save": "{{type}} was successfully saved.",
"applicationDeleted": "{{appIDCount}} application(s) successfully deleted.",
"applicationDeleted": "{{appName}} application(s) successfully deleted.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not a native speaker but I would suggest Application {{appName}} successfully deleted.

client/public/locales/es/translation.json Show resolved Hide resolved
@@ -345,6 +353,7 @@ export const ApplicationsTable: React.FC = () => {
businessService: app.businessService?.name || "",
tags: app.tags?.length || 0,
effort: app.effort || 0,
analysis: app.tasks.currentAnalyzer?.state || 0,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this change related to the fix? If no then please revert.

@@ -7,7 +7,7 @@ export interface ApplicationAnalysisStatusProps {
state: TaskState;
}

const taskStateToAnalyze: Map<TaskState, IconedStatusPreset> = new Map([
export const taskStateToAnalyze: Map<TaskState, IconedStatusPreset> = new Map([
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this change related to the fix?

@TalyaNaima TalyaNaima changed the title ✨ Talya notifications close all together bug 🐛 notifications close all together bug Nov 20, 2024
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.

3 participants