bugfix: Enhance in-app error messages to be more descriptive and actiona#28
Open
muditagarwal88 wants to merge 2 commits intozonayedpca:masterfrom
Open
bugfix: Enhance in-app error messages to be more descriptive and actiona#28muditagarwal88 wants to merge 2 commits intozonayedpca:masterfrom
muditagarwal88 wants to merge 2 commits intozonayedpca:masterfrom
Conversation
Note: The idea here is to make error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Enhance in-app error messages to be more descriptive and actionable, guiding users on how to resolve issues rather than just asking them to report problems.
Why
The user's product philosophy states that 'Good error messages are a feature, not an afterthought' and that every feature should reduce user friction. Currently, 'adequate' error messages create friction by leaving users confused and unable to self-resolve issues. Improving these messages directly addresses this by making the tool more intuitive and reducing the need for users to report problems, ultimately improving their onboarding experience and overall satisfaction.
How
We'll identify key areas where generic error messages are currently displayed. The approach will involve refactoring existing error handling to provide more context-specific information and actionable steps for the user. This might mean introducing a centralized error utility or updating specific catch blocks to craft more helpful messages.
Files Changed
src/utils/errorHandler.jssrc/services/apiService.jssrc/components/forms/UserForm.jsCommits
191d13frefactor: centralize error messaging for better context2d71db6docs: add fork differences to README