summaryrefslogtreecommitdiff
path: root/lib/Badges.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-04lots of code reorganising and some deduplicationstuebinm1-4/+4
it was kinda getting messy in places. Also found some accidental isomorphisms between types, so these are now only one type because the consequences were getting silly.
2021-12-02collect badges from object layersstuebinm1-0/+70
this includes a halfway-reasonable parsing of object layers, as well as some monad plumbing to get them all in the right place.