Skip to content

Commit

Permalink
Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlig committed Aug 20, 2021
1 parent f6f2bc6 commit 5bd1f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ gh release create v0.0.2 --notes MVP
* Build a release: `cargo build --release` (binary found in `target/release/`)
* `rustomato pomodoro interrupt` sends `SIGUSR1` to the currently running `rustomato` process (use [signal-hook](https://crates.io/crates/signal-hook) for that)
* TODO Write a test that proves that there are no two active (Pomororo XOR Break) at the same time
* TODO Split Pomodoro and Break; breaks cannot have annotations or interrupts. Also, for reports we need to know what it was.
* TODO Annotations table, joined onto Pomodori
* TODO Interrupts table, joined onto Pomodori

0 comments on commit 5bd1f7e

Please sign in to comment.