commit
message
Adding TODOs to README.md
author
Ben Vogt <[email protected]>
date
2017-01-11 01:19:15
stats
1 file(s) changed,
9 insertions(+),
2 deletions(-)
files
README.md
1diff --git a/README.md b/README.md
2index 5f2a486..518d735 100644
3--- a/README.md
4+++ b/README.md
5@@ -14,5 +14,12 @@ Things I should do.
6 * SUM_ formulas
7 * ACCRINT
8
9-### Moment.js issue.
10-There are an awful lot of tests that fail when we use formulajs' version of moment. We should probably replace it.
11+# Refactor SheetFormulaTest.ts into FormulaTest.ts
12+There's no reason the formulas need to be strings. Involves refactoring SupportedFormulas.ts and where we uses
13+the "override" formulas.
14+
15+### Date-Time issues
16+Here are a couple of the issues with Dates and so on:
17+* There seem to be a few issues where someone did something sloppy inside formulaJS, and timezones, daylight-savings,
18+and leap years are being taken into account when they shouldn't be. For now I think I should just let it go.
19+The resulting errors from these bugs aren't that bad. I'll mark them down, and investigate them individually.