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

[WIP] Feature: add deadlines to tasks #70

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ms-vx
Copy link

@ms-vx ms-vx commented Apr 26, 2024

Hi.
I've been experimenting a bit with tempo, and felt the need to add a few things to the Tasks feature.

This PR is the first step in those new features

I added a deadline date field to tasks

Screenshot from 2024-04-26 23-54-06

The deadline is displayed above the card, in red if the task is late, and red otherwise

Screenshot from 2024-04-26 23-54-54
Screenshot from 2024-04-26 23-54-45

This is not quite ready for merge yet:

  •  there's a migration issue that I haven't gotten around to debug/fix: tasks created before applying the patch are acting weird.
  • the way dates are compared is ugly and needs to be fixed
  •  there are a few leftovers from tests I need to cleanup

I'm sending the PR in case there's interest in merging, or feedback on how I'm doing things.

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.

None yet

1 participant