Don't show expired locks on home page
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When a user logs in, they see a message saying "You are currently editing N items" and a list of items. That's not actually true though because expired locks are included in the list.
Proposal:
- Only show non-expired locks
- Include the number of days left on the lock
- Optionally show recently expired locks (like in the last month or so)
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
Start at the home page entry point and trace how editing locks are loaded and displayed. Confirm how expiration is represented, then verify that expired locks are excluded, the remaining count is accurate, and the days-left value is shown; the optional recently expired list needs a product decision.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100