public
Description: Click-draggable. Range-makeable. A better calendar.
Homepage: http://stephencelis.com/projects/timeframe
Clone URL: git://github.com/stephencelis/timeframe.git
Click here to lend your support to: timeframe and make a donation at www.pledgie.com !
commit  0f0468025ebe4f9e8bd85444f4a6cb4f02509d03
tree    dc88d7cc5047832cd45edc2baff1fe59717d1afb
parent  102f94b9ea0706f42158ca4cae607c495e6ee09f
timeframe / TODO
100644 23 lines (14 sloc) 0.668 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
THINGS TODO (mostly in order of importance)
 
* Let's unit test
 
* Optimize for IE (prettier than before, but slow like so many molasses)
 
* Limit the previous/next buttons to selectable months (between `earliest`
  and `latest`)
 
* Elegant way to drag to months before and after the displayed calendars
 
* More localizations
  
* Prettier initial styles, especially for non-Safari browsers
  - Just get the reset button generation out of there
  - Maybe do hidden inputs for the generated field defaults
 
* iPhone optimization
 
* Never too late for code CLEANUP and optimizations
 
* [?] Range options: minrange, maxrange, defaultrange (still thinking about
  this one)