Commit Graph

8 Commits

Author SHA1 Message Date
trwnh 420d954568
Refactor: reduce nesting
We can reduce cyclomatic complexity (how far we indented) by checking for a negative condition and exiting early, instead of checking for a positive condition and continuing
2022-11-30 10:45:52 -06:00
Lili (Tlapka) a667f746f3 fix taking away points when no note with note rdm 2022-10-25 18:31:36 +02:00
Lili (Tlapka) 06114022da code style fixes 2022-10-17 18:37:49 +02:00
Lili (Tlapka) 5c6b070a7a redeems dashboard improvement 2022-10-13 14:09:12 +02:00
Lili (Tlapka) dda415f87a init-db typo fixes 2022-10-13 13:29:38 +02:00
Lili (Tlapka) ede1cca8da code skeleton fixes 2022-10-12 15:35:36 +02:00
Lili (Tlapka) 099525f9ff base customizable redeems code skeletons
UNTESTED but i think i got it all
2022-10-12 15:31:34 +02:00
Lili (Tlapka) 062e1c113e prepare skeletons for configurable redeems
move redeem handling code to redeem handler
2022-10-10 15:14:57 +02:00