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

UX Enhancement: Improve Error Message for Duplicate Helpful Links #643

Open
jtucholski opened this issue Jan 10, 2025 · 0 comments · May be fixed by #698
Open

UX Enhancement: Improve Error Message for Duplicate Helpful Links #643

jtucholski opened this issue Jan 10, 2025 · 0 comments · May be fixed by #698
Assignees
Labels
enhancement Updates to an existing feature. UI/UX

Comments

@jtucholski
Copy link
Contributor

Description:
Admins encounter an error when trying to create a new Helpful Link with the same URL as an existing one.

Once PR #635 is merged, users will see an error toast message that states:
Error adding helpful link.

This occurs because helpful_links.go checks for an existing Helpful Link with the same URL and returns a "Link already exists" error to the client.

Proposed Solution:
Since there may be many Helpful Links, we should provide a clearer error message to users. Instead of the generic message, display "Link already exists". This will help users understand what went wrong and avoid repeated attempts to add the same link.

@CK-7vn CK-7vn assigned CK-7vn and unassigned CK-7vn Jan 10, 2025
@jtucholski jtucholski added the enhancement Updates to an existing feature. label Jan 21, 2025
@calisio calisio self-assigned this Jan 29, 2025
@calisio calisio linked a pull request Jan 29, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Updates to an existing feature. UI/UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants