• Joined on 2025-12-21
alvis opened issue alvis/oO#64 2026-04-16 03:29:31 +00:00
admin: feature store browser — features sent to ml/serving per scoring call
alvis closed issue alvis/oO#51 2026-04-16 03:28:54 +00:00
Metrics baseline wired into the prototype
alvis closed issue alvis/oO#55 2026-04-16 03:28:54 +00:00
Web Push (VAPID) — deliver the moment, not the app
alvis closed issue alvis/oO#48 2026-04-16 03:28:54 +00:00
Compose profiles: core and full
alvis closed issue alvis/oO#49 2026-04-16 03:28:54 +00:00
Privacy: ToS/PP docs, consent capture, versioned per-user acceptance hash
alvis closed issue alvis/oO#50 2026-04-16 03:28:54 +00:00
Account deletion endpoint (DELETE /me) — Phase 0
alvis closed issue alvis/oO#59 2026-04-16 03:28:54 +00:00
License decision + LICENSE file
alvis closed issue alvis/oO#24 2026-04-16 03:28:53 +00:00
ml/serving: FastAPI scorer + RemotePolicy in recommender
alvis closed issue alvis/oO#26 2026-04-16 03:28:53 +00:00
Feedback loop: reactions → rewards
alvis closed issue alvis/oO#23 2026-04-16 03:28:53 +00:00
Feature store skeleton with five v1 features
alvis closed issue alvis/oO#12 2026-04-16 03:28:53 +00:00
recommender: RandomPolicy v0 — pick one Todoist task uniformly
alvis closed issue alvis/oO#13 2026-04-16 03:28:53 +00:00
gateway: BFF with auth check and service fan-out
alvis closed issue alvis/oO#14 2026-04-16 03:28:53 +00:00
web: sign-in page
alvis closed issue alvis/oO#15 2026-04-16 03:28:53 +00:00
web: connect page
alvis closed issue alvis/oO#16 2026-04-16 03:28:53 +00:00
web: tip page (the product)
alvis closed issue alvis/oO#19 2026-04-16 03:28:53 +00:00
Deploy Phase 0 to a single VM via docker-compose + Caddy
alvis pushed to main at alvis/oO 2026-04-13 14:36:12 +00:00
7f173f88d3 refactor: architecture revision — modular monolith, auth-commit, event protobuf, privacy-from-day-0
alvis closed issue alvis/oO#25 2026-04-13 14:35:55 +00:00
ContextualBanditPolicy (LinUCB) replacing Random
alvis commented on issue alvis/oO#25 2026-04-13 14:35:55 +00:00
ContextualBanditPolicy (LinUCB) replacing Random

Superseded by #51 (global-then-personalize LinUCB) which addresses the per-user-reward-starvation problem, and #50 which adds shadow-deploy infra so we do not replace Random in one step. Closing.

alvis opened issue alvis/oO#54 2026-04-13 14:35:37 +00:00
Event schema registry + protobuf CI gate