Basic saving and loading functionality
- n63li0
- Feb 24, 2021
- 1 min read
Today, Zong and I worked on the basic API functions for saving and loading WorkoutSession models to our Amplify datastore. This represents a significant milestone in the development of the app as workout sessions can now be saved and successfully queried from the user's local data store, a basic requirement of any functioning software project.

Comments