From f70d744ef70e495602950b09451a37bd213408f0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 11 Feb 2026 08:59:20 +0100 Subject: [PATCH] One more todo --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 894a039..500228a 100644 --- a/TODO.md +++ b/TODO.md @@ -17,6 +17,7 @@ - Drift files have a lot of duplicate code. "web" version is the same as native version, only _openConnection is diferrent. Refactor to not duplicate code. - [X] Create Formula.toStringLiteral. It is the reverse of Formula.fromSet( Formula.fromArrayStringLiteral(string)[0] ) - [X] Create UnitSpec.toStringLiteral, like Formula.toStringLiteral +- [ ] Make Formula and UnitSpec subclasses of FormulaElement. Change return type of functions that return Object to FormulaElement if necessary. - Database file location: - [ ] In linux, the sqlite database file will be located following rules at https://specifications.freedesktop.org/basedir/latest/ - [ ] In Windows, the sqlite database file will be in %appdata%/Roaming