agateblue / tempo

Your personal diary and mood tracker
GNU Affero General Public License v3.0
106 stars 12 forks source link

[WIP] Feature: add deadlines to tasks #70

Open ms-vx opened 6 months ago

ms-vx commented 6 months ago

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:

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