update todos

This commit is contained in:
philipp 2023-11-06 17:37:22 +01:00
parent 1703b0789a
commit 20d8353700

View File

@ -7,11 +7,11 @@ RISolve
# Goals # Goals
- [ ] I want to have the text 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 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 be able to make comments (e.g. Erschöpfung) on certain parts
- [ ] I want to see since when this paragraph is in use. - [ ] I want to see since when this paragraph is in use.
- [ ] Lawtext should be updateable - [~] Lawtext should be updateable
# Technical # Technical
@ -20,12 +20,12 @@ RISolve
# Progress / Functions # Progress / Functions
- [ ] Parse structure of law into struct using Deserilize trait, pot. multiple requests (if > 100 paragraphs) - [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) - [~] 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 # Next step
- [ ] Write test for full UrhG/MSchG, then refactor code!! - [x] Write test for full UrhG/MSchG, then refactor code!!
# Naming # Naming