Conversation
…er seam) Schema v2: +profiles (single-row prefs — closes the in-memory theme/dual-mode TODO) +notification_reads (derived-feed read-state). Notification feed is a derived view-model (domain/notifications.buildFeed), not a stored table; the only persistence is read-state. AppHeader (bell+unread dot, avatar) replaces the Phase-0 DevBar header (DevBar kept under __DEV__). Notifications feed + Settings screens. expo-notifications scheduler seam (web Web-Notifications/no-op, native rolling-window). ADR-0013.
Phase 3 — Notifications (derived feed + persisted prefs + scheduler seam)
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.
Promote Phase 3 «Уведомления» from
devtomain(release branch). Verified on thedevPages preview.Squashed scope (ADR-0013): derived notification feed (view-model) + read-state, persisted prefs in
profiles(schema v2, closes the in-memory theme/dual-mode TODO), AppHeader (bell+avatar), Notifications + Settings screens, expo-notifications scheduler seam. Server push / native OS-scheduling / widgets deferred to Phase 4+.tscclean ·expo export -p webclean (24 routes) · browser-verified both dual-modes + both themes, 0 console errors · livedevpreview deployed (HTTP 200 on /notifications, /settings).