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

feat: task improvements #2956

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Conversation

stepan662
Copy link
Contributor

Closing #2778

@stepan662 stepan662 marked this pull request as draft February 27, 2025 14:36
@stepan662 stepan662 force-pushed the stepangranat/task-improvements3 branch from 11ffb29 to 7de47fe Compare March 5, 2025 14:48
@stepan662 stepan662 linked an issue Mar 6, 2025 that may be closed by this pull request
15 tasks
@stepan662 stepan662 requested a review from JanCizmar March 6, 2025 15:17
@stepan662 stepan662 marked this pull request as ready for review March 6, 2025 15:17
@@ -559,8 +559,8 @@ class TaskService(
private fun createNotificationIfApplicable(task: Task) {
val notificationType =
when (task.state) {
TaskState.DONE -> NotificationType.TASK_COMPLETED
TaskState.CLOSED -> NotificationType.TASK_CLOSED
TaskState.FINISHED -> NotificationType.TASK_COMPLETED
Copy link
Contributor

@JanCizmar JanCizmar Mar 6, 2025

Choose a reason for hiding this comment

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

Let's migrate also the notification types.

Also if you are in the migrating this, the TASKS_CREATE activity should be renamed to TASK_CREATE.

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.

Task improvements
2 participants