microsoft / microsoft/Game-Control-Puzzle-Event-Administration-Tools
More granular auto-update of Grid solve times
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
When in progress, a submittable's elapsed solve time on the Grid will update every 30s - we can consider client-side incrementing the timer while periodically syncing server-side to provide a more granular solve time update while keeping server load stable.
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
Start by locating the Grid implementation that displays a submittable's elapsed solve time and trace the existing 30-second server update. Determine how client-side time can be incremented between syncs, then verify that the displayed time remains accurate and server synchronization still occurs at the intended interval.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100