Basecamp - Coloured to-dos based on due dates

By Alex Burkhardt Last update May 3, 2009 — Installed 682 times. Daily Installs: 0, 0, 1, 0, 0, 2, 1, 0, 2, 0, 0, 5, 0, 1, 0, 0, 2, 0, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 2, 3, 0, 0
Script Summary:
Changes the colour of to-dos in Basecamp based on due-dates [dd/mm/yy]
Version: 0.8.1
Recently Updated TopicsPosts
Colouring "Done" Items1
New release with a few requ...5
Archived Comments8

this script has 3 topics, 14 posts

Review Summary
5 stars
2 reviews (2)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 2 reviews

How to use:
-----------

When you have a to-do with a deadline, just add the date in the following format [dd/mm/yy].
The script will then colour-code the to-do-item as follows:

today -> orange
within the next 7 days -> green
more than seven days -> grey
overdue - > red

If you prefer the US date format (mm/dd/yy) you need to make the following changes:
Just open the script in a text editor through the edit button in the "Manage user scripts" window. Then change line 56 & 57 to the following:

dateDisplayed.setMonth(datum1[0] - 1);
dateDisplayed.setDate(datum1[1]);

Changelog:
----------
Version 0.8.1
10 January 2009

- Fixed style of struck-through (=completed) to dos with due dates
- Added non-https Basecamp domains to "Include Pages"