[ListfulThinking] Date entry
Brought to you by:
masukomi
|
From: Andrew P. <And...@ya...> - 2004-01-06 22:05:40
|
The user story for due dates states: > Users need to be able to optionally set a due date. Due to space concerns > in the layout this should happen via a text entry field. How about a pull down with common entries like: Today Tomorrow Next Week Next Month Other... And having the Other... entry fire a pop-up dialog with a gui calendar? Presumably there is an open source mini gui calendar implementation somewhere we could use? It would probably be best to start by treating due dates as X days into the future for entry, since that sounds simplest -- today = 0, tomorrow = 1, etc., but a gui calendar date entry system sounds like an important eventual step to take. |