Balastrong / myntenance

Your next side project won't fail this time 💡
https://myntenance.vercel.app
10 stars 10 forks source link

Visually show if an uncomplete task is late on its deadline #42

Open Balastrong opened 2 months ago

Balastrong commented 2 months ago

With #41 we now have deadlines, we should show in the table if today > deadline. A red indicator somewhere? I'm open to ideas!

image
albertasaftei commented 2 months ago

Not sure which one, maybe both? Yellow when today < x days and red when today > deadline 1. image

2. image

3. image

4. image

Balastrong commented 2 months ago

Yellow for tasks close to the deadline is great, I like it! I'd probably go for 3 days and later we can put it as configurable in the user settings.

What do you think about moving the icon to the right? So that the date remains aligned with the header (and with other dates in the same column that do not have the icon).

Feel free to submit a PR :D

albertasaftei commented 2 months ago

Yellow for tasks close to the deadline is great, I like it! I'd probably go for 3 days and later we can put it as configurable in the user settings.

What do you think about moving the icon to the right? So that the date remains aligned with the header (and with other dates in the same column that do not have the icon).

Feel free to submit a PR :D

i'm ok on moving the icon to the right. Also which one do you prefer, the icon + text color or just the icon

Balastrong commented 2 months ago

Let's start with only the icon, also keep an extra eye on how it looks on dark/light mode :)