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

Make the user experience smoother when user django session expiration #1414

Open
pushyamig opened this issue Aug 30, 2022 · 0 comments
Open
Labels

Comments

@pushyamig
Copy link
Contributor

pushyamig commented Aug 30, 2022

Predecessor issue is #1029 when the session expires while the user still interacting the experience may be choppy. Give the user a message saying something like "session expired, refresh your page". Currently is throwing 404 saying the user to login

  1. Before getting there, Resource accessed API call needs to be refactored to use useFetch.
  2. Refactor Resources Accessed to use userSetting hooks #642
  3. Possible use of React checking the user's inactivity and poping up a message to continue or expire https://www.npmjs.com/package/react-idle-timer. This will be a nice to have but documenting based on the research done.

Parent issues

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