skydread1/flybot.sg

Error messages are not user friendly

flybot-nam-nguyenhoai opened this issue · 0 comments

Problem

When a user tries to create a post with invalid content, the error message displayed is cryptic and does not contain clear instructions (e.g., ({:path [:post/md-content 1]) instead of Post must start with a title). Likewise, when there is a website error (such as a connection timeout), the error is not clearly shown or explained.

Suggestion

  • Add pop-up ("toast") notifications to notify the user of website errors.
    A new dependency (e.g., react-toastify) may be needed.

  • Add user-friendly error messages to explain what the error is and how to resolve it.