-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
feat: Notifications MVP #2813
feat: Notifications MVP #2813
Conversation
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.
Can we make a notifications
branch. Where we would commit instead of to main, so I don't have to check the same changes when we are going to release it?
THX!
backend/data/src/main/kotlin/io/tolgee/service/NotificationService.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/api/v2/controllers/NotificationsController.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/api/v2/controllers/NotificationsController.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/service/TaskAssigneeUpdatedNotificationListener.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/service/NotificationService.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/repository/NotificationRepository.kt
Outdated
Show resolved
Hide resolved
I would released it in this scope after a bit of additional polish and then added the new features in separate PRs. According to continuous delivery of value. The problem with the need to review everything again would therefore be bypassed. I am open for discussion. |
ffed0c7
to
6ffaad5
Compare
1529eeb
to
0263d49
Compare
backend/data/src/main/kotlin/io/tolgee/service/notification/NotificationService.kt
Outdated
Show resolved
Hide resolved
backend/data/src/main/kotlin/io/tolgee/repository/NotificationRepository.kt
Outdated
Show resolved
Hide resolved
ee/backend/app/src/main/kotlin/io/tolgee/ee/component/TaskNotificationEnhancer.kt
Show resolved
Hide resolved
…otificationService
0263d49
to
9a0458c
Compare
9e937bf
to
adb5b20
Compare
Partially implements #2577.