Skip to content

Commit 6b82617

Browse files
committed
refactor(feed): add TODO for configurable decorator insertion index
- Add a TODO comment to implement configurable decorator insertion index via remote config - This change highlights the need for future improvement in feed customization
1 parent af94e7e commit 6b82617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/shared/services/feed_decorator_service.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class FeedDecoratorService {
7070
// The zero-based index in the feed where the decorator will be inserted.
7171
// A value of 3 places it after the third headline, which is a common
7272
// position for in-feed promotional content.
73+
// TODO(fulleni): Make this configurable throu the remote config.
7374
static const _decoratorInsertionIndex = 3;
7475

7576
// Defines the static priority for each feed decorator. A lower number is a

0 commit comments

Comments
 (0)