Archived tasks leak across accounts after account switch
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.9k
- Forks
- 3.4k
- Avg merge
- 6h 51m
- Merged PRs (30d)
- 232
Description
Problem
Archived tasks are not scoped to the account that created them. After switching to a different account, archived tasks from the original (main) account stay visible instead of being filtered out.
Expected behavior
Archived tasks should only be shown for the account that created them. Switching to another account should show only that account's archived tasks, not those from any other account.
Steps to reproduce
- Sign in to the main account and archive one or more tasks.
- Switch to another account.
- Observe that the main account's archived tasks are visible under the new account.
Contributor guide
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
No file or test is named. Start by reproducing the account switch with archived tasks, then trace the archived-task loading and account-scoping entry points. Done means switching accounts shows only tasks created by the current account, with a regression test covering the scenario.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100