- Apr 26, 2025
-
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
Add a generic pagination result wrapper for static type checking. Add simple pagination params offset and limit and pass them to the db implementation. PaginatedResult should also return if there are more pages ahead, but this is still todo. It currently just sets more=False.
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
Add name and email as possible "includes"-like search parameters. The search is quite simple right now and only leverages SQLs LIKE function. For a more advanced search tools like elasticsearch is needed.
- Apr 25, 2025
-
-
botaniker authored
- Apr 22, 2025
-
-
botaniker authored
- Apr 19, 2025
- Apr 13, 2025
-
-
botaniker authored
- Apr 11, 2025
-
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
The else-branch capturing the case if there is a debtor with a high debt calculated the difference wrong leading to an imbalanced payday result. A new check at the end of the payday calculation raises a ValueError if final balance over all users is not 0 per-user as this hints at a bug. This should be covered by tests, but there are a lot of cases to test. This can be removed with higher test coverage.
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
-
w4tsn authored
-