heyjaywilson / peakfit

Strength exercise iOS app written in Swift
Apache License 2.0
16 stars 11 forks source link

refactor: :recycle: uses model actors for all writing #42

Closed heyjaywilson closed 1 month ago

heyjaywilson commented 1 month ago

Description

Motivation and Context

This starts the pattern of using a background actor to do all writing and all reading will be done on the main actor.

Related Issue

closes #38

How Has This Been Tested?

Manually tested... at some point tests should be written for all Services

Types of changes

Checklist: