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 integration of memberships view and the #458

Closed freelancing-solutions closed 3 years ago

freelancing-solutions commented 3 years ago

complete the integration of memberships view and the

API also refer to admin app

https://github.com/freelancing-solutions/gcp-database-as-a-service-stock-markets/blob/cf171fa2d415e1ae119f38d0cb6bc9a2678e9228/data_service/api/memberships/routes.py#L113


    member_ship_instance_view: MembershipPlansView = MembershipPlansView()
    return member_ship_instance_view.add_plan(membership_plan_data=membership_plan_data)

@memberships_bp.route('/api/v1/membership-plans', methods=["GET"])
def get_membership_plans() -> tuple:
    member_ship_instance_view: MembershipPlansView = MembershipPlansView()
    return member_ship_instance_view.return_all_plans()

# TODO complete the integration of memberships view and the
#  API also refer to admin app

b87025c4d02cc9adebe0e1468a2f2d7b5fb9a27d

freelancing-solutions commented 3 years ago

Closed in 7950f7a32295fce783fb9e46a239661671f8a1e8