Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-16 | chore: Update Black to v23.3 | Paul Harrison | |
2022-12-15 | feat: Hand ranking API | Paul Harrison | |
Hand ranking API with a health check root endpoint and rank endpoint. | |||
2022-12-15 | feat: Construct ranked hand with description | Paul Harrison | |
Refactors rank test functions to retern details required for description, then return RankedHand from rank_hand function. | |||
2022-12-15 | feat: Get hand rank | Paul Harrison | |
Method to get rank of a given hand. | |||
2022-12-15 | chore: Add coverage | Paul Harrison | |
2022-12-15 | chore: Add helpful make commands and run linting | Paul Harrison | |
2022-12-15 | chore: Add linting configuration | Paul Harrison | |
2022-12-15 | chore: Add Pytest configuration | Paul Harrison | |
2022-12-15 | feat: Implement card and hand domain models | Paul Harrison | |
2022-12-15 | chore: Initial project setup | Paul Harrison | |