mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
[PR #1398] feat: add independent tasks due today reminders #1468
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1398
Author: @kolaente
Created: 9/3/2025
Status: 🔄 Open
Base:
main← Head:codex/analyze-codebase-for-email-task-feature📝 Commits (4)
301fdfcfix: address review feedback for today reminders4cb9403refactor: rename overdue reminders time fielddb7de6dfix: add missing reminder translationsb27bd2efix tests📊 Changes
26 files changed (+871 additions, -169 deletions)
View changed files
➕
PLAN.md(+66 -0)📝
config-raw.json(+7 -2)➕
config.yml.sample(+459 -0)📝
frontend/cypress/e2e/task/overview.spec.ts(+1 -1)📝
frontend/src/i18n/lang/en.json(+2 -1)📝
frontend/src/modelTypes/IUserSettings.ts(+4 -3)📝
frontend/src/models/userSettings.ts(+2 -1)📝
frontend/src/views/user/settings/General.vue(+24 -16)📝
pkg/config/config.go(+3 -2)📝
pkg/db/fixtures/tasks.yml(+11 -0)📝
pkg/db/fixtures/users.yml(+1 -0)📝
pkg/i18n/lang/en.json(+4 -1)➕
pkg/migration/20250903072808.go(+40 -0)➕
pkg/migration/20250903072809.go(+45 -0)📝
pkg/models/label_task_test.go(+1 -1)📝
pkg/models/label_test.go(+6 -4)📝
pkg/models/notifications.go(+48 -54)📝
pkg/models/project_users_test.go(+3 -2)📝
pkg/models/task_collection_test.go(+34 -3)📝
pkg/models/task_today_reminder.go(+46 -37)...and 6 more files
📄 Description
Summary
Testing
mage lint:fix(fails: can't load config: the Go language version (go1.24) used to build golangci-lint is lower than the targeted Go version (1.25.0))mage test:feature(fails: go: no such tool "covdata" )pnpm lint:fixpnpm lint:styles:fixhttps://chatgpt.com/codex/tasks/task_e_68b75b6d6c508322b23c24e9f3e6e26d
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.