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

User Interaction Consideration #7

Open
reboottime opened this issue Jun 1, 2024 · 0 comments
Open

User Interaction Consideration #7

reboottime opened this issue Jun 1, 2024 · 0 comments
Labels

Comments

@reboottime
Copy link
Owner

reboottime commented Jun 1, 2024

User Interaction considerations

  • loading state
    • the whole application
    • components: need to minimize layout shift
    • input loading states: (ex, search)
    • If API is ongoing when user clicked a button
  • Error state
  • App
    • 404
    • service interuption
    • error boundary: Js Errors like something doesn't load -> sentry
  • API Errors
    • blocking errors, (like can't use the app)
    • look at api calls what happened, what's the recovery strategy
  • Component errors
    • expected error
    • input validation
    • some api errors
  • motion: animation when loading
@reboottime reboottime added the 2024 label Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant