-
Notifications
You must be signed in to change notification settings - Fork 2
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
通知機能の実装 #604
通知機能の実装 #604
Conversation
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 14 out of 29 changed files in this pull request and generated 2 suggestions.
Files not reviewed (15)
- server/presentation/src/form_handler.rs: Evaluated as low risk
- server/domain/src/form/models.rs: Evaluated as low risk
- server/presentation/src/lib.rs: Evaluated as low risk
- server/infra/resource/src/database/connection.rs: Evaluated as low risk
- server/domain/src/repository.rs: Evaluated as low risk
- server/infra/resource/src/repository.rs: Evaluated as low risk
- server/entrypoint/src/main.rs: Evaluated as low risk
- server/errors/src/usecase.rs: Evaluated as low risk
- server/domain/src/notification.rs: Evaluated as low risk
- server/infra/resource/src/database.rs: Evaluated as low risk
- server/domain/src/lib.rs: Evaluated as low risk
- server/infra/resource/Cargo.toml: Evaluated as low risk
- server/infra/resource/src/database/components.rs: Evaluated as low risk
- server/presentation/src/error_handler.rs: Evaluated as low risk
- server/domain/src/notification/models.rs: Evaluated as low risk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 14 out of 29 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- server/infra/resource/Cargo.toml: Evaluated as low risk
- server/entrypoint/src/main.rs: Evaluated as low risk
- server/infra/resource/src/repository.rs: Evaluated as low risk
- server/infra/resource/src/dto.rs: Evaluated as low risk
- server/migration/src/m20220101_000001_create_table.rs: Evaluated as low risk
- server/domain/src/repository/notification_repository.rs: Evaluated as low risk
- server/domain/src/lib.rs: Evaluated as low risk
- server/errors/src/usecase.rs: Evaluated as low risk
- server/domain/src/repository.rs: Evaluated as low risk
- server/infra/resource/src/database/notification.rs: Evaluated as low risk
- server/infra/resource/src/database/connection.rs: Evaluated as low risk
- server/domain/src/form/models.rs: Evaluated as low risk
- server/presentation/src/lib.rs: Evaluated as low risk
- server/presentation/src/form_handler.rs: Evaluated as low risk
- server/domain/src/notification.rs: Evaluated as low risk
No description provided.