Skip to content

Files

Latest commit

616c74b · Mar 20, 2025

History

History

PatchData

README.md

PatchData

PatchData is the PatchDay backend. It implements the Core Data stack.

Entities

  • Hormones
  • Pills
  • Sites

Relationships

  • Sites can have 1:N hormones.

Settings

Settings are implemented using User Defaults and mostly apply to as global Hormone settings. Equivalent Pill settings are attached to their entity since each Pill entity can represent a different medication whereas Hormone entities refer to just one type of medication.