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

[change] Return feedback if URL used for parsing is not working #208

Open
nemesifier opened this issue Jan 29, 2024 · 2 comments
Open

[change] Return feedback if URL used for parsing is not working #208

nemesifier opened this issue Jan 29, 2024 · 2 comments

Comments

@nemesifier
Copy link
Member

In the demo system of OpenWISP, some users try to create a network topology object and insert a random URL.
This raises exceptions which are logged on the server side but not presented to the user.

We should find a way to present this information to the user, notify them, avoid logging the error on the server side.
We should also make sure that we do not bombard the user with many notifications if the error keeps on repeating.
I think we should probably modify the model to add some state which indicates whether the parsing is working fine or not.

@nemesifier
Copy link
Member Author

@pandafy could we use a notification of type error here?

@pandafy
Copy link
Member

pandafy commented May 3, 2024

@nemesifier this would require us to implement openwisp/openwisp-notifications#254 first

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants