Skip to content

docs(llc): add Stories integration code snippets#109

Open
renefloor wants to merge 4 commits into
mainfrom
renefloor/flu-378-add-flutter-feeds-stories-integration-docsexample
Open

docs(llc): add Stories integration code snippets#109
renefloor wants to merge 4 commits into
mainfrom
renefloor/flu-378-add-flutter-feeds-stories-integration-docsexample

Conversation

@renefloor

Copy link
Copy Markdown
Collaborator

Summary

  • Adds docs/code_snippets/03_04_stories.dart with end-to-end Stories examples
  • Covers: posting a story (activity with expiresAt), reading the stories aggregation feed, filtering stories vs regular posts with Filter.exists(ActivitiesFilterField.expiresAt, ...), marking a story watched, and following another user's story feed

Relevance check

All SDK building blocks were already present: FeedId.stories/FeedId.story, expiresAt on FeedAddActivityRequest/ActivityData, ActivitiesFilterField.expiresAt, Filter.exists, and StoriesFeedUpdatedEvent WS handling in the state layer. This PR adds only the missing documentation snippet.

Test plan

  • melos run analyze — no issues (docs snippet compiles cleanly)

Closes FLU-378

🤖 Generated with Claude Code

Adds docs/code_snippets/03_04_stories.dart with examples for posting
stories (activities with expiresAt), reading the stories aggregation feed,
filtering stories vs regular posts with Filter.exists, marking stories
watched, and following a user's story feed.

The StoriesFeedUpdatedEvent WS handler and all SDK building blocks
(FeedId.stories/story, expiresAt on FeedAddActivityRequest, ActivitiesFilterField.expiresAt,
Filter.exists) were already present — this PR adds only the docs snippet.

Closes FLU-378

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@renefloor renefloor requested a review from a team as a code owner June 17, 2026 12:42
@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@renefloor, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 8 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bd31e35a-77a3-47f6-a658-f5ddf00dc593

📥 Commits

Reviewing files that changed from the base of the PR and between a1590dd and 5974186.

📒 Files selected for processing (1)
  • docs/code_snippets/03_04_stories.dart
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renefloor/flu-378-add-flutter-feeds-stories-integration-docsexample

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@renefloor renefloor changed the title docs: add Stories integration code snippets docs(llc): add Stories integration code snippets Jun 18, 2026
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.53%. Comparing base (a1590dd) to head (5974186).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #109   +/-   ##
=======================================
  Coverage   85.53%   85.53%           
=======================================
  Files         124      124           
  Lines        4342     4342           
=======================================
  Hits         3714     3714           
  Misses        628      628           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renefloor renefloor marked this pull request as draft June 18, 2026 13:45
@renefloor renefloor marked this pull request as ready for review June 18, 2026 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant