MVP checklist
Closed this issue · 5 comments
dfhoughton commented
- append event
- append note
- ensure base directory
- done subcommand
- resume subcommand
- edit subcommand
- truncate subcommand
- vacation subcommand
- fix tests which are reading the wrong log
- review all help text
- assign useful order to subcommands
dfhoughton commented
Another checklist: Things to Validate
- all timestamps in order
- no DONE without a preceding event
- no future timestamps
dfhoughton commented
Tests to write
- vacation overlap tests
- christmas mislabeling regression test
- validation tests
dfhoughton commented
- --rx bug:
cargo run -- s --rx gresb ever
- when bug
- colorize "ongoing"
dfhoughton commented
inappropriate merge bug
- fixme
➜ starbucks-sourcing-apps (master|✔) job s -d fri -t sb
Friday, 10 January
9:41 am - 10:50 1.16 30, mr, sb Create roaster view which lets you add people to roaster
10:50 - 3:46 pm 4.92 10, mr, sb get multi-tenant S3 attachments to work; get multi-tenant S3 attachments to work
3:46 - 3:50 0.08 29, mr, sb Make it so the Spectrum API is only called for starbucks stuff
3:50 - 3:50 0.00 mtg, sb GR/SCS Monthly Check-In
3:50 - 4:01 0.18 29, mr, sb Make it so the Spectrum API is only called for starbucks stuff
4:01 - 4:30 0.48 mtg, sb GR/SCS Monthly Check-In
4:30 - 5:01 0.52 29, mr, sb Make it so the Spectrum API is only called for starbucks stuff
TOTAL HOURS 7.35
10 4.92
29 0.78
30 1.16
mr 6.86
mtg 0.48
sb 7.35
➜ starbucks-sourcing-apps (master|✔) job s -d fri -t sb -t mtg
Friday, 10 January
3:50 pm - 4:30 0.67 mtg, sb GR/SCS Monthly Check-In; GR/SCS Monthly Check-In
TOTAL HOURS 0.67
mtg 0.67
sb 0.67
Note the change in mtg
time.
dfhoughton commented
- FIXME
➜ starbucks-vrs-shipping (master|✔) job s ever
thread 'main' panicked at 'assertion failed: self.end.is_none() || self.end.unwrap() > time', src/log.rs:1478:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.