rivantmedia / google-workspace-automation

MIT License
0 stars 0 forks source link

Fix bug with Actual tasks calendar tab #13

Closed paraswtf closed 3 months ago

paraswtf commented 3 months ago

The actual tasks sheet does not show tasks after the current date. It should take into account the allocated deadline until the task is marked as completed or delayed.

In case the task is ongoing, it should show the time between assigned on date and deadline In case the task is delayed, it should show the time between assigned on date and current date (today) In case the task is submitted late, it should show the time between assigned on date and submission date

Issue screenshots:

Allocated (this works as expected)

Screenshot 2024-08-03 at 3 03 41 PM

Actual (this has the issue)

Screenshot 2024-08-03 at 3 04 13 PM
paraswtf commented 3 months ago

Closed in #15