WorldconVotingSystems / WorldconVotingSystems/nomnom
Ensure that the login flow for advisory votes returns you to the right page
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17
- Forks
- 15
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
Currently the advisory vote login process leaves much to be desired; if you are sent to /bm/ or /bm/ID/ logged out, the login flow drops you eventually on the login page again: /accounts/login/
It should return you there; that's been passed in to the login form, but it's being lost along the way. At least the page should make the advisory votes more prominent.
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 login flow from /bm/ and /bm/ID/, then follow how the destination is passed through /accounts/login/. Identify where that destination is lost and verify that logging in returns to the originating advisory-vote page; also check the fallback behavior described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100