mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReport: Outlined processing
This commit is contained in:
parent
48f7ea2457
commit
e17c2a2263
1 changed files with 8 additions and 0 deletions
|
@ -31,6 +31,14 @@
|
|||
int CmdReport ()
|
||||
{
|
||||
std::cout << "# report\n";
|
||||
|
||||
// TODO Load all data.
|
||||
// TODO Apply filter.
|
||||
// TODO Identify report.
|
||||
// TODO Compose Header info.
|
||||
// TODO Compose JSON.
|
||||
// TODO Run report.
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue