* Resolved D0003: Add day separators.
    * Created ``daySeparatorTemplate`` for ICanHaz templating.
    * Refactored ``EntryListView.render`` to spit out day separators in between
      days on the timeline. Fixed the "Today" separator to the top of the entry
      container. We no longer prepend entries to the entry container, we now put
      them after the top separator in the entry container.
    * Created ``EntryListView.formatDaySeparator`` to format the labels
      according to the relative time to today: "Yesterday", "Last Monday",
      "Friday, May 28" for example.
    * Removed the cludgier ``toWords``, ``daysApart``, and `` capitalize``
      functions that were going to serve the same purpose.
* Resolved D0021: Constrain notes width to mark.
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			637 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			637 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Never animate excluded entries.
 | 
						|
===============================
 | 
						|
 | 
						|
We need to have some visible indication when a user enters an 
 | 
						|
exlucded item that it was added, but it looks ugly and dirty when
 | 
						|
we first render the list.
 | 
						|
 | 
						|
Part of this is motivated by the fact that entering an excluded
 | 
						|
entry is the excpected way for a user to stop the timer on an item
 | 
						|
without having an explicit next item.
 | 
						|
 | 
						|
If we choose to implement *D0026* this would free up the UI a bit.
 | 
						|
In that case, we could gently flash the 'Show/Hide Excluded Items'
 | 
						|
button (*D0027*).
 | 
						|
 | 
						|
----
 | 
						|
 | 
						|
=========  ==========
 | 
						|
Created:   2011-06-17
 | 
						|
Resolved:  YYYY-MM-DD
 | 
						|
=========  ========== |