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

be sure to integrate all models to the view #459

Open freelancing-solutions opened 3 years ago

freelancing-solutions commented 3 years ago

be sure to integrate all models to the view

https://github.com/freelancing-solutions/gcp-database-as-a-service-stock-markets/blob/cf171fa2d415e1ae119f38d0cb6bc9a2678e9228/data_service/store/wallet.py#L19


        return True if isinstance(wallet_instance, WalletModel) else False

    # TODO complete validations for all Wallet Models
    # TODO be sure to integrate all models to the view

class ClassSetters:
    def __init__(self):
        self.transaction_types = ['withdrawal', 'deposit']

be3767a3d79f58ed93cdfa10d3526536ef9454db