From 0eef00b1ddca4efb1576c958a399ca5a34b36f05 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 26 Mar 2020 19:53:24 +0100 Subject: [PATCH] Updated TODOs and gitmodules --- .gitignore | 1 + .gitmodules | 6 +++--- TODOs.org | 13 ++++++++++++- 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/.gitmodules b/.gitmodules index 75e149f..2b5543f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/TODOs.org b/TODOs.org index 0443ced..663c7d0 100644 --- a/TODOs.org +++ b/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