Skip to content

Conversation

@paulirwin
Copy link
Member

No description provided.

@paulirwin paulirwin requested a review from Copilot August 2, 2025 20:49
@paulirwin paulirwin marked this pull request as ready for review August 2, 2025 20:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the ability to specify enqueueing behavior when creating sync queue entries, allowing control over whether all entities or only eligible entities should be queued for synchronization processing.

  • Introduces a new QueueBehavior enum with options to queue all entities or only eligible ones
  • Updates the ISyncQueueService interface and implementation to accept an optional behavior parameter
  • Adds eligibility checking logic when the behavior is set to queue eligible entities only

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
QueueBehavior.cs Defines new enum specifying queue behavior options
ISyncQueueService.cs Updates interface to include optional behavior parameter
SyncQueueService.cs Implements eligibility checking based on queue behavior
README.md Removes outdated documentation about eligibility considerations

@paulirwin paulirwin merged commit 96eb51d into main Aug 2, 2025
1 check passed
@paulirwin paulirwin deleted the feature/queue-behavior branch August 2, 2025 20:50
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.

2 participants