Daggerpov / Spawn-App-iOS-SwiftUI

Spawn: Spontaneity made easy. This app aims to ease the friction of making spontaneous plans with your friends, and get rid of the infinite group chat headache.
Other
3 stars 0 forks source link

Added Entity Relationship Diagram + Investigated Struct->Class for models #10

Closed Daggerpov closed 2 weeks ago

Daggerpov commented 2 weeks ago

9

8

Daggerpov commented 2 weeks ago

Investigated using inheritance between User and AppUser, but since AppUser only needs to be contained within the app itself, and not passed to backend (at least, that's what I believe at the moment), adding inheritance would add encoding/decoding logic that'd be complex, and unnecessary.