fixes bug: crash by marking work as mastered twice, updates README with more known bugs

This commit is contained in:
2023-11-16 11:15:10 +01:00
parent c6057ff8f7
commit fb13941756
2 changed files with 18 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ At the moment, an alpha version is undertaken, with these features:
- Works are shown sorted by composer and opus/work_directory-number (`s`, `smo`) or by composer and collection (`sm`)
- Remove work or movement from being mastered for active user (`r number_of_work` or `r number_of_work number_of_movement`)
- Remove user (`delete_my_user_record_including_all_mastered_works`)
- (planned) Fix known bugs
- Fix bug: double marking crashes the program
_(planned) Release piano_repertoire_cli V 0.0.1 alpha (learn about versioning before)_
@@ -44,4 +44,6 @@ _(planned) Port funtionality to a kivy-GUI_
## Known Bugs
- Marking a piece as mastered the second time, the database wont insert the entry and the program will crash
- User numbers are allowed to set without a user being present, with marking works as mastered leading to crash the program
- Trying to mark works as mastered that are not present crashes the program
- Providing alphabetic chars where numbers are expected crashes the program