pwablito / headache_tracker

A SwiftUI app for tracking headaches over time
0 stars 0 forks source link

CRUD Headaches #5

Closed pwablito closed 3 years ago

pwablito commented 3 years ago

Create is now handled by the CreateSheet, read is handled by the fetch request in HeadachesView along with HeadacheView's display, update is handled by EditSheet, and delete is handled by .onDelete in HeadachesView.