commit
message
Adding some more TODOs to README.md
author
Ben Vogt <[email protected]>
date
2017-01-08 00:33:14
stats
1 file(s) changed,
10 insertions(+),
2 deletions(-)
files
README.md
1diff --git a/README.md b/README.md
2index 8e454c3..bf3d582 100644
3--- a/README.md
4+++ b/README.md
5@@ -5,9 +5,14 @@ TypeScript implementation of a spreadsheet.
6 Things I should do.
7
8 ### Write tests for supported formulas.
9+* Write more thorough tests for all formulas
10+* Include fail state values for all formulas
11
12-### Parsing interesting values
13-* Expand tests greatly.
14-
15-### Parsing dates
16-* Use moment as storage for dates.
17+### Write formulas for missing ones
18+* EDATE
19+* EOMONTH
20+* FDIST
21+* FINV
22+* SIN
23+* SUMX2PY2
24+* TAN