msolters / Tiles

Dynamic CV and Resume app
http://tilesjs.meteor.com
0 stars 1 forks source link

Bring back dates #98

Closed epheterson closed 9 years ago

epheterson commented 9 years ago

Not seeing a way to put in dates

epheterson commented 9 years ago

Marking as bug because regression

msolters commented 9 years ago

This is #4 man!

msolters commented 9 years ago

Also #81

epheterson commented 9 years ago

Kinda! When I filed those others there was a partially-functioning date feature

msolters commented 9 years ago

We need a complete redo of dates. The last comment you have in #4 explains it:

Not true dude, it's like... staged filtering. If exist year, sort by year, of that set if exist month, sort by that, if exist day, sort by that and one needn't depend on the next. This does require storing the three attributes separately, as they may not all come together (not storing as a single date value).

It's the right way!

That sounds like an accurate description of what we need, so we don't need duplicates on this