mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdExport: Documented Timeline algorithm
This commit is contained in:
parent
ad309b51e2
commit
b83bbb09c0
1 changed files with 5 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue