UCL / UCL/frrant

Don't show expired locks on home page

Open
#440 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.