Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish events #623

Merged
merged 8 commits into from
Jan 16, 2025
Merged

Publish events #623

merged 8 commits into from
Jan 16, 2025

Conversation

aaron-plahn
Copy link
Contributor

No description provided.

Base automatically changed from event-source-command-forms_188754721 to integration January 14, 2025 17:52
Copy link
Contributor

@bsellars bsellars left a comment

Choose a reason for hiding this comment

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

looks good

Copy link
Collaborator

@yaanahuu2 yaanahuu2 left a comment

Choose a reason for hiding this comment

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

Looks great!

Copy link
Contributor Author

@aaron-plahn aaron-plahn left a comment

Choose a reason for hiding this comment

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

Completed a self-review.

) {
super(repositoryProvider, idManager);
super(repositoryProvider, idManager, eventPublisher);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, this is unfortunate.

@@ -213,6 +213,7 @@ export class PersistenceModule implements OnApplicationShutdown {
audioQueryRepositoryProvider,
termQueryRepositoryProvider,
queryRepositoryProvider,
EventModule,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is fine for now. We should think about where this belongs in the long run.

Copy link
Contributor Author

@aaron-plahn aaron-plahn left a comment

Choose a reason for hiding this comment

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

Completed a self-review.

allowedUserIds: [dummyQueryUserId],
allowedGroupIds: [],
}),
isPublished: false,
});

// TODO Add happy path cases for a prompt term
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This isn't super important because none of the logic in the query service or controller distinguishes prompt terms.

@aaron-plahn aaron-plahn merged commit 289939d into integration Jan 16, 2025
4 checks passed
@aaron-plahn aaron-plahn deleted the publish-events branch January 16, 2025 23:04
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.

3 participants