Bounty #1: Background Pomodoro Timer (single HTML) - #18
Open
brok-best wants to merge 1 commit into
Open
Conversation
Wall-clock end-time countdown and Web Audio unlock/keep-alive so the chime can fire when the Chrome tab is backgrounded. Includes testing notes.
Author
Payment readiness (Binance)Ready to receive via Binance per your PAYMENT.md (USDT/USDC only).
Can provide Binance UID + account email on request in a private channel or as you prefer for the transfer form. cc @adrianmurage — happy to walk through a live demo of background-tab chime if useful. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bounty Solution Submission
Fixes #1
Problem Statement
Build a minimal single-page pomodoro/countdown timer whose notification sound still plays when the Chrome tab is backgrounded or minimized, with accurate timekeeping under background timer throttling.
Solution Approach
endAt = Date.now() + remaining) instead of decrementing seconds. Chrome may throttle intervals in background tabs; wall-clock math stays correct.AudioContext.resume()).Technical Implementation
solutions/pomodoro-timer/index.htmlin ChromeTesting Evidence
solutions/pomodoro-timer/TESTING.mdDemo Evidence
https://htmlpreview.github.io/?https://github.com/brok-best/OSS-bounties/blob/bounty/pomodoro-timer-html/solutions/pomodoro-timer/index.html
(or download
solutions/pomodoro-timer/index.htmland open in Chrome)Setup Instructions
solutions/pomodoro-timer/index.htmlDatabase Setup
None.
Architectural Decisions
Bun/Yarn Justification
Not applicable — issue #1 deliverable is a single HTML file.
Pre-submission Checklist:
I confirm this submission meets all requirements and is ready for review.
/claim #1
cc @adrianmurage