This commit is contained in:
2026-01-01 07:14:18 -08:00
parent 25745cf6d6
commit c45e41b6a9
100 changed files with 8068 additions and 2424 deletions

View File

@@ -9,6 +9,7 @@ class Configuration(Base):
id = Column(Integer, primary_key=True, index=True)
fitbit_client_id = Column(String, nullable=True)
fitbit_client_secret = Column(String, nullable=True) # This should be encrypted in production
fitbit_redirect_uri = Column(String, nullable=True)
garmin_username = Column(String, nullable=True)
garmin_password = Column(String, nullable=True) # This should be encrypted in production
sync_settings = Column(JSON, nullable=True) # JSON field for sync preferences