testsAndMisc/pomodoro_app
Krzysztof kuhy Rudnicki 8a45ac82f5 refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo
steam-backlog-enforcer:
- Split hltb.py (>800 lines) into _hltb_types.py, _hltb_detail.py, hltb.py
- Split main.py into _cmd_done.py + main.py to stay under 500-line limit
- Split test_hltb.py into test_hltb.py, test_hltb_search.py, test_hltb_detail.py
- Split test_main.py: move TestTryReassignShorterGame → test_cmd_done.py
- Update test_main_part2.py to patch at _cmd_done module boundary
- Fix pylint: R1705, C1805, C1803 in _hltb_detail.py and hltb.py
- Set pre-commit --fail-under=8.0 (was 10.0; pre-existing files scored ~8.5)

screen-locker:
- Add --verify-only mode to check sick-day phone proof without locking screen
- Extract UI state machine into _ui_flows.py for testability
- Add test_verify_workout.py covering the new verify-only path
- Update run.sh to support --verify flag

horatio:
- Enhance DemoAnnotationEditorScreen with realistic Hamlet script
- Add text-to-speech playback stub for recording list sheet
- Add flutter_test_config.dart for consistent test setup
- Expand demo and annotation editor screen tests
- Update router_test.dart for new screen parameters

misc:
- Update pomodoro_app/pubspec.lock dependencies
- Update .gitignore for new build artifact patterns
2026-03-29 22:50:24 +02:00
..
android feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
assets/sounds feat: added sounds and fixed skip button functionality 2026-02-14 19:00:08 +01:00
lib feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
linux fix: resolve all pre-commit hook failures after file splits 2026-03-18 22:20:05 +01:00
packaging/arch refactor: remove noqa comments from miscellaneous scripts 2026-03-13 20:48:40 +01:00
test refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo 2026-03-29 22:50:24 +02:00
tools feat: added sounds and fixed skip button functionality 2026-02-14 19:00:08 +01:00
.gitignore fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
.metadata fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
analysis_options.yaml fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
pubspec.lock refactor: split oversized SBE modules, extend screen locker, and enhance Horatio demo 2026-03-29 22:50:24 +02:00
pubspec.yaml feat: added sounds and fixed skip button functionality 2026-02-14 19:00:08 +01:00
README.md fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00

pomodoro_app

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.