Updated TODOs and gitmodules

This commit is contained in:
Lucien Cartier-Tilet 2020-03-26 19:53:24 +01:00
parent b047456e97
commit 0eef00b1dd
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
3 changed files with 16 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target/

6
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "lang-evolve-cli"]
path = lang-evolve-cli
url = ./lang-evolve-cli/
url = https://labs.phundrak.com/phundrak/lang-evolve-cli
[submodule "lang-evolve-core"]
path = lang-evolve-core
url = ./lang-evolve-core/
url = https://labs.phundrak.com/phundrak/lang-evolve-core
[submodule "lang-evolve-gui"]
path = lang-evolve-gui
url = ./lang-evolve-gui/
url = https://labs.phundrak.com/phundrak/lang-evolve-gui

View File

@ -1,8 +1,19 @@
#+title: LangEvolveRs TODOs
* TODO Write core features
* TODO Write core features [1/3]
Write core features found in [[https://github.com/ceronyon/LangEvolve/][original project]].
** DONE Words loading
CLOSED: [2020-03-26 jeu. 17:46]
** TODO Settings loading [0/2]
*** TODO Categories loading
*** TODO Rules loading
** TODO Rules apply
* TODO Write CLI interface
Write cli interface for core project