add todos

This commit is contained in:
philipp 2023-11-07 08:50:04 +01:00
parent 20ae66ffb2
commit 27a1c2c2d6

View File

@ -8,7 +8,7 @@ RISolve
# Goals
- [x] I want to have the text of the law.
- [~] I want to see the structure (proper headers) of the law.
- [x] 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
@ -21,11 +21,17 @@ RISolve
# Progress / Functions
- [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)
- [x] 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
- [x] Write test for full UrhG/MSchG, then refactor code!!
- [ ] Parse ABGB
- [ ] Create config files for laws
- law_id
- replace stuff
- headers
- [ ] Create argument parse
- `--law mschg.conf`
# Naming