Updated TODOs and gitmodules
This commit is contained in:
parent
b047456e97
commit
0eef00b1dd
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target/
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||
|
13
TODOs.org
13
TODOs.org
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user