Make it handle requests better when logged out
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Sometimes the user can be logged out "in the background" without realising.
When this has happened, and the user attempts to interact with Todefer, there is no helpful error message, just nothing happens.
There needs to be a way that the user is informed that they are logged out. Preferably also such that any text boxes are preserved rather than vanishing into the void.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior after the user is logged out in the background and trace the request-handling path that runs when they interact with Todefer. Identify how the current no-op is surfaced and where entered text is lost. Done means the user receives a clear logged-out message and text boxes preserve their contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- authentication
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100