code-review-fix task 15.4: mark task 15.4 as done in tasks.md

This commit is contained in:
Marko Djordjevic 2026-02-18 20:58:53 +01:00
parent 49daaae36a
commit 25c959fd18

View file

@ -138,4 +138,4 @@
- [x] 15.1 `[sonnet]` Replace `@app.on_event("startup")` with FastAPI lifespan pattern in `services/ml/app/main.py:307`
- [x] 15.2 `[haiku]` Replace `declarative_base()` with `class Base(DeclarativeBase)` in `services/ml/app/db.py:45`
- [x] 15.3 `[haiku]` Replace all `datetime.utcnow()` with `datetime.now(datetime.UTC)` in `services/ml/app/main.py:325,1000,1019,1080`
- [ ] 15.4 `[haiku]` Add missing fallback return for volume indicators in `features/talib_features.py:169-190`
- [x] 15.4 `[haiku]` Add missing fallback return for volume indicators in `features/talib_features.py:169-190`