NutsNews iOS Feature 5 — Story Notes
Section titled “NutsNews iOS Feature 5 — Story Notes”Adds a native private notes/reflections section to the Article Detail screen.
What changed
Section titled “What changed”- Adds
StoryNoteStore.swiftfor local on-device story notes. - Adds a My Note card to
ArticleDetailView. - Users can write, save, and clear a private note for each story.
- Notes are stored locally with
@AppStorage/ UserDefaults. - Does not change the API, search, Good Mood, Saved Stories, or hamburger menu.
Test checklist
Section titled “Test checklist”- Open any story.
- Scroll to the My Note card.
- Type a short note.
- Tap Save note.
- Close and reopen the same story.
- Confirm the note is still there.
- Tap Clear.
- Close and reopen the story.
- Confirm the note is gone.
App Review value
Section titled “App Review value”This makes NutsNews more than a content/link feed by giving users a native personal reflection tool around positive stories.
