Skip to content

feat: auto-subscribe task creator to their own task#2693

Open
grasbauer wants to merge 1 commit into
go-vikunja:mainfrom
grasbauer:feat/auto-subscribe-task-creator
Open

feat: auto-subscribe task creator to their own task#2693
grasbauer wants to merge 1 commit into
go-vikunja:mainfrom
grasbauer:feat/auto-subscribe-task-creator

Conversation

@grasbauer
Copy link
Copy Markdown

Fixes #2692

@github-actions github-actions Bot added area/notifications Notification system, in-app notifications, notification controls area/task-editor Task detail view, inline editing, rich text concern/ux UX polish, ergonomics, workflow complaints without a clear bug labels Apr 25, 2026
@github-actions
Copy link
Copy Markdown

Preview Deployment

Preview deployments for this PR are available at:

URL Tag Commit
https://pr-2693.preview.vikunja.dev ghcr.io/go-vikunja/vikunja:pr-2693 latest
https://sha-6ed4e759b0ef239023ca596358af32f064d7270a.preview.vikunja.dev ghcr.io/go-vikunja/vikunja:sha-6ed4e759b0ef239023ca596358af32f064d7270a 6ed4e75

The preview environment will start automatically on first visit. Subsequent pushes to this PR will update the pr-2693 image — the preview picks up the new version on restart. The per-commit URLs point to a specific version and will not change.

Run locally with Docker
docker pull ghcr.io/go-vikunja/vikunja:pr-2693
docker run -p 3456:3456 ghcr.io/go-vikunja/vikunja:pr-2693

Last updated for commit 6ed4e75

Comment thread pkg/models/tasks.go
EntityType: SubscriptionEntityTask,
EntityID: t.ID,
}
if err := sub.Create(s, a); err != nil && !IsErrSubscriptionAlreadyExists(err) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please check if the user is already subscribed (for example, when they are subscribed to the project or one of its parents)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/notifications Notification system, in-app notifications, notification controls area/task-editor Task detail view, inline editing, rich text concern/ux UX polish, ergonomics, workflow complaints without a clear bug waiting for reply

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task creator should be auto-subscribed to their own task

2 participants