Currently our tasks are set up like this: - [ ] 1, 20, "Send James the new slides he needs ", 18-05-20 09:39 (with the 1 meaning that it's for a named person who needs it before they can do anything else...) I'd like to be able to do this: - [ ] James, 20, "Send James the new slides he needs ", 18-05-20 09:39 ...and have it score as a 1. # Plan - [x] write and pass tests for parsing - [x] write and pass tests for score.
Currently our tasks are set up like this:
(with the 1 meaning that it's for a named person who needs it before they can do anything else...)
I'd like to be able to do this:
...and have it score as a 1.
Plan