One more todo
This commit is contained in:
parent
6753fd99ea
commit
f70d744ef7
1 changed files with 1 additions and 0 deletions
1
TODO.md
1
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.
|
- 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 Formula.toStringLiteral. It is the reverse of Formula.fromSet( Formula.fromArrayStringLiteral(string)[0] )
|
||||||
- [X] Create UnitSpec.toStringLiteral, like Formula.toStringLiteral
|
- [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:
|
- Database file location:
|
||||||
- [ ] In linux, the sqlite database file will be located following rules at https://specifications.freedesktop.org/basedir/latest/
|
- [ ] 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
|
- [ ] In Windows, the sqlite database file will be in %appdata%/Roaming
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue