aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayItems.swift (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-24First attempt at PresenterNicholas Tay1-25/+0
This is admittedly pretty hard for me to wrap my head around, and I'm not even using background threading explicitly yet. Will improve.
2022-03-22Adjust YearSection to just IntNicholas Tay1-1/+1
Was a bit awkward to have it as a Date normalised to first day of the year
2022-03-20Split structs into other file, split networking outNicholas Tay1-0/+25
It isn't much so far, as it is just effectively the API retrieval function extracted from the TableViewController. But this should also allow other VCs to get from API too if required :^)