Conversation
# Conflicts: # .kent/project-contract.md # .kent/workflows/README.md # .kent/workflows/puber-bugfix-investigation.json # .kent/workflows/puber-dependency-update.json # .kent/workflows/puber-feature-delivery.json # .kent/workflows/puber-refactor-with-audit.json # .kent/workflows/puber-release.json # .kent/workflows/puber-smoke-test.json # .kent/workflows/puber-test-coverage.json
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.
Task Summary
PUB-10 adds a player controls button to mark the current movie or episode as watched, matching the existing watched action behavior from details and episode lists.
Changes include:
MarkCurrentWatchedplayer action that calls the existing watching toggle API withstatus=1and the current season/episode for series.Просмотреноcontrol after play/pause and before episodes/audio/video controls.Compliance Review
Compliance Review passed with no violations found in the reviewed scope. The implementation does not modify
AGENTS.md,.kent/project-contract.md, or authoritative spec/plan files, uses string resources for user-visible UI text, keeps the existing auto-mark path, and follows the existing player VM/interactor/component structure.Verification
./tools/agentw :app:testDevDebugUnitTest --tests 'com.kino.puber.domain.interactor.player.PlayerInteractorTest' --tests 'com.kino.puber.ui.feature.player.vm.PlayerVMTest'BUILD SUCCESSFULdocumented in.todo/player-mark-watched-button/audit-report.mdandverification-step-4.md../tools/agentw :app:compileDevDebugKotlinBUILD SUCCESSFULdocumented in.todo/player-mark-watched-button/audit-report.mdandverification-step-4.md.emulator-5554with freshdevDebugbuild/install:Просмотреноvisible,/watching/toggle?id=124081&status=1&season=1&video=1returned200, no fatal logcat entries.git diff --check HEAD~1..HEADKnown Skipped Checks / Blockers