From 20d8353700e0748f6d55cfb8dbbced486de147f5 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 6 Nov 2023 17:37:22 +0100 Subject: [PATCH] update todos --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f0620b0..6e7cdb0 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ RISolve # Goals -- [ ] I want to have the text of the law. -- [ ] I want to see the structure (proper headers) of the law. +- [x] I want to have the text of the law. +- [~] I want to see the structure (proper headers) of the law. - [ ] I want to be able to make comments (e.g. Erschöpfung) on certain parts - [ ] I want to see since when this paragraph is in use. -- [ ] Lawtext should be updateable +- [~] Lawtext should be updateable # Technical @@ -20,12 +20,12 @@ RISolve # Progress / Functions -- [ ] Parse structure of law into struct using Deserilize trait, pot. multiple requests (if > 100 paragraphs) -- [ ] Parse risdok using own *RD parser*, again strict: fail if anything not expected happens, not sure (yet) if I want to operate on strings, or first parse using off-the-shelve XML reader (prob. 2nd option) +- [x] Parse structure of law into struct using Deserilize trait, pot. multiple requests (if > 100 paragraphs) +- [~] Parse risdok using own *RD parser*, again strict: fail if anything not expected happens, not sure (yet) if I want to operate on strings, or first parse using off-the-shelve XML reader (prob. 2nd option) # Next step -- [ ] Write test for full UrhG/MSchG, then refactor code!! +- [x] Write test for full UrhG/MSchG, then refactor code!! # Naming