Commit Graph

6 Commits

Author SHA1 Message Date
David Todd
35e45e5e1a
Convert tabs to spaces 2016-03-24 14:40:29 -05:00
David Todd
02be8b52bd
Add start check in setDateRange, begin Parallel experiments
Give the setDateRange function the ability to chose an arbitrary date to start at, defaulting to today
Parallel will help us dump and update a lot of information at once in the future
2016-03-24 14:17:31 -05:00
David Todd
0394f2c2b8
Add range selection ability
The original implementation could only search for items that end in a specific date range
This makes it so that we can select between a start range, modified range, or the default end range

The override could probably use some work as there is currently nothing checking sellerList for any other types and there can only be one
2016-03-23 13:45:28 -05:00
David Todd
5045f1efd1 | 2016-03-23 13:42:01 -05:00
David Todd
2f2935d06d
Add range selection ability
The original implementation could only search for items that end in a specific date range
This makes it so that we can select between a start range, modified range, or the default end range

The override could probably use some work as there is currently nothing checking sellerList for any other types and there can only be one
2016-03-23 13:06:15 -05:00
David Todd
28d1c9e9a2
Initial Commit 2016-03-22 16:43:40 -05:00