Skip to content

msalmonse/ShoppingList

Repository files navigation

ShoppingList

Shopping list using Core Data for storage and SwiftUI

Home Tab

Categories Tab

Products Tab

Stores Tab

Settings Tab

Core Data Schema

Core Data Schema

Category

  • Attributes
    • id
    • name
  • Relationships
    • entries
    • products
    • stores

Entry

  • Attributes
    • completed
    • id
    • name (actually Product.name)
    • quantity
  • Relationships
    • category
    • product
    • stores

Product

  • Attributes
    • id
    • manufacturer
    • name
  • Relationships
    • category
    • entries

Store

  • Attributes
    • branch
    • id
    • name
  • Relationships
    • category
    • entries

About

Shopping list using Core Data for storage and SwiftUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages