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: Update web notification from gtmpl to vue - EXO-66413 #331

Merged
merged 5 commits into from
Dec 7, 2023

Conversation

hakermi
Copy link
Member

@hakermi hakermi commented Nov 28, 2023

This PR updates the web notification old gtmpl templates to vue & vuetify for better UX

aycherif and others added 3 commits November 24, 2023 00:18
…-62308 (#273)

Prior to this change, the process quick filter is not working properly. After this changes, the process quick filter displays the workflows correctly.
…62308 (#285)

This PR performs #273. In this pr deleted the change applied on the label order in quick filter in the previous pr .
Comment on lines +21 to +22
ctx.append(NotificationArguments.REQUEST_PROCESS, projectDto.getName());
ctx.append(NotificationArguments.REQUEST_TITLE, taskDto.getTitle());
Copy link
Member

Choose a reason for hiding this comment

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

I see you add parameters in the context of the notification.

So, notifications created BEFORE your modification will not have the same parameters than notification created AFTER your modifications

Can you ensure that notifications created BEFORE will not break the interface (js error for example) at least. In the better case, notifications created before can display a small set of informations even if all parameters are not present

Copy link
Member Author

Choose a reason for hiding this comment

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

No js error or display break, i added new params only for CancelRequestPlugin but here is the display

old notif display =>
cancelnotifbefore

new notif display
cancel_notif_after

Copy link
Member Author

@hakermi hakermi Nov 28, 2023

Choose a reason for hiding this comment

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

we can improve it by adding condition on existing params and display the old message. wdyt?

Copy link
Member

Choose a reason for hiding this comment

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

yes please, if it is possible I prefer to make both possibility works

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

@rdenarie is ok on your part following @hakermi latest feedback ?

Copy link
Member

Choose a reason for hiding this comment

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

yes it is

This PR updates the web notification old gtmpl templates to vue & vuetify for better UX
rdenarie
rdenarie previously approved these changes Dec 7, 2023
Copy link

sonarcloud bot commented Dec 7, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

50.0% 50.0% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@hakermi hakermi merged commit 27d1730 into feature/maintenance Dec 7, 2023
6 of 7 checks passed
@hakermi hakermi deleted the TASK-66413 branch December 7, 2023 13:12
Jihed525 pushed a commit that referenced this pull request Dec 7, 2023
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX

(cherry picked from commit 27d1730)
Jihed525 pushed a commit that referenced this pull request Dec 7, 2023
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX

(cherry picked from commit 27d1730)
Jihed525 pushed a commit that referenced this pull request Dec 7, 2023
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX

(cherry picked from commit 27d1730)
exo-swf pushed a commit that referenced this pull request Dec 8, 2023
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX
Jihed525 pushed a commit that referenced this pull request Dec 8, 2023
This PR updates the web notification old gtmpl templates to vue & vuetify for better UX

(cherry picked from commit 27d1730)
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.

5 participants