diff --git a/src/commands/CmdStart.cpp b/src/commands/CmdStart.cpp index 21507365..b48aa3af 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -49,7 +49,16 @@ int CmdStart ( // Update database. database.modifyInterval (latest, modified); +/* + // TODO There is no 1:N modifyInterval. + datebase.deleteInterval (latest); + // TODO Create and populate a Timeline. + for (auto& fragment : splitInterval (modified, ?)) + database.addInterval (fragment); +*/ + + // TODO intervalSummarїze needs to operate on a vector of similar intervals. // User feedback. if (rules.getBoolean ("verbose")) std::cout << intervalSummarize (rules, modified);