CmdExport: Documented Timeline algorithm

This commit is contained in:
Paul Beckingham 2016-03-27 00:01:13 -04:00
parent ad309b51e2
commit b83bbb09c0

View file

@ -33,8 +33,12 @@ int CmdExport (Database& database)
{
// Load all data.
auto intervals = database.getAllIntervals ();
// TODO Apply filter to intervals..
// TODO Apply filter.
// TODO Create Timeline.
// TODO Add intervals to Timeline.
// TODO Add exclusions to Timeline.
// TODO Extract tracked intervals from Timeline.
// Compose JSON.
std::cout << "[\n";