SpacePod 37 Pod List View Refactor

Опубликовано: 24 Октябрь 2024
на канале: Kern Jackson
13
0

Last time we introduced a breaking first launch bug. Our `PodListView` is also starting to look cluttered.

Goals

1. Fix first launch bug introduced last time
2. Move CoreData related functions to `Persistence`

Code https://github.com/kernjackson/SpacePod
Api https://api.nasa.gov

We'll progressively build a small SwiftUI app that displays the NASA photo of the day. Each video will be broken down into the smallest piece of work that I can imagine at the time.