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

Better integrate vue3-toast as an alternative to React-Toastify outside of the Sonar Page context #32

Open
AMorgaut opened this issue Jun 24, 2024 · 0 comments
Labels
🏗️ refactoring refactoring for best practices 🎨 design system 𓆝 sonarqube integration Sonarqube specific integration

Comments

@AMorgaut
Copy link
Collaborator

AMorgaut commented Jun 24, 2024

Is your feature request related to a problem? Please describe.

The Sonarqube page JS API expose commands showinf error and success notifications through its React interface using the React-Toastify library

When running outside of the Sonar context (as during pure front developement or for futur UIs), the dashboard should be able to sen nottifications by other means, preferably with a compatible API

Describe the solution you'd like

The first implementation can use Vue3 Toastify which share some compatible options

Because of the Sonar API dependencies, this toast implementation has already been started in sonar-toast.js. It should probably be moved to the design system with associated UI tests

Properties:

Warning

The Vue.js version has mainly only a single contributor

@AMorgaut AMorgaut added 🏗️ refactoring refactoring for best practices 🎨 design system 𓆝 sonarqube integration Sonarqube specific integration labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏗️ refactoring refactoring for best practices 🎨 design system 𓆝 sonarqube integration Sonarqube specific integration
Projects
None yet
Development

No branches or pull requests

1 participant