Skip to content

bugfix: Enhance in-app error messages to be more descriptive and actiona#28

Open
muditagarwal88 wants to merge 2 commits intozonayedpca:masterfrom
muditagarwal88:fixactionable-error-messages
Open

bugfix: Enhance in-app error messages to be more descriptive and actiona#28
muditagarwal88 wants to merge 2 commits intozonayedpca:masterfrom
muditagarwal88:fixactionable-error-messages

Conversation

@muditagarwal88
Copy link
Copy Markdown

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.js
  • src/services/apiService.js
  • src/components/forms/UserForm.js

Commits

  • 191d13f refactor: centralize error messaging for better context
  • 2d71db6 docs: add fork differences to README

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.

1 participant