summaryrefslogtreecommitdiff
path: root/src/discipline/Sport.cpp
AgeCommit message (Collapse)Author
2024-08-12Created Model for competitors.Steru
2024-08-05Added method to reverse order and statistic method.Steru
2024-08-05Added guards for a little more stability.Steru
2024-08-04Added method to get medal winners. Adjusted sort result method to also work ↵Steru
with the medal winners.
2024-08-03Added method to filter the last name (the one in CAPS). API reliability is ↵Steru
questionable...
2024-08-03Added another filter and sort functions. Also using mock data to test.Steru
2024-08-02Extracted API call in seperate class. Started class to handle data and ↵Steru
filter (Sport).