[PR #1476] [MERGED] feat(gantt): natural day-boundary rounding in Gantt chart #1520

Closed
opened 2025-11-01 21:21:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1476
Author: @kolaente
Created: 9/11/2025
Status: Merged
Merged: 9/11/2025
Merged by: @kolaente

Base: mainHead: codex/add-natural-day-boundary-rounding-to-gantt-chart


📝 Commits (2)

  • f6ae826 feat: round gantt task dates to natural day boundaries
  • 3f71be7 always round start to start

📊 Changes

4 files changed (+63 additions, -23 deletions)

View changed files

📝 frontend/src/components/gantt/GanttChart.vue (+19 -22)
📝 frontend/src/components/gantt/GanttRowBars.vue (+5 -1)
frontend/src/helpers/time/roundToNaturalDayBoundary.test.ts (+30 -0)
frontend/src/helpers/time/roundToNaturalDayBoundary.ts (+9 -0)

📄 Description

Resolves https://github.com/go-vikunja/vikunja/issues/1389


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/1476 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `codex/add-natural-day-boundary-rounding-to-gantt-chart` --- ### 📝 Commits (2) - [`f6ae826`](https://github.com/go-vikunja/vikunja/commit/f6ae82622b4229aadb928cef63b37da2f5a3b39c) feat: round gantt task dates to natural day boundaries - [`3f71be7`](https://github.com/go-vikunja/vikunja/commit/3f71be7e66e015b702799f721ed15bdac682cdc9) always round start to start ### 📊 Changes **4 files changed** (+63 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/gantt/GanttChart.vue` (+19 -22) 📝 `frontend/src/components/gantt/GanttRowBars.vue` (+5 -1) ➕ `frontend/src/helpers/time/roundToNaturalDayBoundary.test.ts` (+30 -0) ➕ `frontend/src/helpers/time/roundToNaturalDayBoundary.ts` (+9 -0) </details> ### 📄 Description Resolves https://github.com/go-vikunja/vikunja/issues/1389 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:21:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1520