freelancing-solutions / gcp-database-as-a-service-stock-markets

GCP NDB database as a service for a stock market investment and social web services.
MIT License
3 stars 1 forks source link

- complete the necessary d_under functions #481

Open freelancing-solutions opened 3 years ago

freelancing-solutions commented 3 years ago

https://github.com/freelancing-solutions/gcp-database-as-a-service-stock-markets/blob/fecbce07fa6eb271b59d35943d700a4b9767f88e/data_service/store/settings.py#L10


class UserSettingsModel(ndb.Model):
    uid: str = ndb.StringProperty()
    #  TODO- complete this model
    #  TODO - complete the necessary d_under functions

class AdminSettingsModel(ndb.Model):
    uid: str = ndb.StringProperty()
    #  TODO- complete this model
    #  TODO - complete the necessary d_under functions

class ExchangeDataModel(ndb.Model):

b0c83407c0bee6403b4e35a40576af94a42d6555