MCPcopy Create free account

hub / github.com/YashMarmat/FullStack_Ecommerce_App / functions

Functions170 in github.com/YashMarmat/FullStack_Ecommerce_App

FunctionpayWithSavedCard
(cardData)
frontend/src/components/CreateCardComponent.js:68
Methodpost
(self, request, pk)
backend/account/views.py:131
Methodpost
(self, request)
backend/account/views.py:174
Methodpost
(self, request)
backend/payments/views.py:32
Methodpost
(self, request)
backend/payments/views.py:56
Methodpost
(self, request)
backend/payments/views.py:159
Methodpost
(self, request)
backend/payments/views.py:267
FunctionproductDetailsReducer
(state = { product: {} }, action)
frontend/src/reducers/productReducers.js:64
FunctionproductsListReducer
(state = { products: [] }, action)
frontend/src/reducers/productReducers.js:35
Methodput
(self, request, pk)
backend/account/views.py:104
Methodput
(self, request, pk)
backend/account/views.py:201
FunctionsavedCardsListReducer
(state = {stripeCards: []}, action)
frontend/src/reducers/cardReducers.js:105
FunctionscrollToTop
()
frontend/src/pages/ProductUpdatePage.js:19
FunctionsetCustomerAndCardIds
(cus_Id, card_Id, c_num)
frontend/src/pages/CardUpdatePage.js:82
MethodsetUp
(self)
backend/product/tests.py:16
MethodsetUp
(self)
backend/product/tests.py:60
MethodsetUp
(self)
backend/account/tests.py:17
FunctionshowCardDetails
(cardData)
frontend/src/components/CreateCardComponent.js:85
FunctionsubmitHandler
(e)
frontend/src/pages/LoginPage.js:25
FunctionsubmitHandler
(e)
frontend/src/pages/RegisterPage.js:27
Methodtest_address_creation_api_when_logged_out
(self)
backend/account/tests.py:241
Methodtest_address_creation_of_registered_user
(self)
backend/account/tests.py:220
Methodtest_address_page_with_login_credentials
(self)
backend/product/tests.py:86
Methodtest_address_page_without_login_credentials
(self)
backend/product/tests.py:96
Methodtest_address_updation_of_registered_user
(self)
backend/account/tests.py:258
Methodtest_address_updation_when_logged_out
(self)
backend/account/tests.py:281
Methodtest_changing_of_order_status_by_admin
(self)
backend/account/tests.py:341
Methodtest_changing_of_order_status_by_normal_user
(self)
backend/account/tests.py:354
Methodtest_changing_of_order_status_when_logged_out
(self)
backend/account/tests.py:367
Methodtest_delete_user_address_when_logged_in
(self)
backend/account/tests.py:313
Methodtest_delete_user_address_when_logged_out
(self)
backend/account/tests.py:323
Methodtest_fetching_address_details_when_logged_in
(self)
backend/account/tests.py:299
Methodtest_fetching_address_details_when_logged_out
(self)
backend/account/tests.py:309
Methodtest_fetching_of_user_stripe_card_when_logged_in
(self)
backend/account/tests.py:374
Methodtest_fetching_of_user_stripe_card_when_logged_out
(self)
backend/account/tests.py:389
Methodtest_get_all_addresses_of_user_when_logged_out
(self)
backend/account/tests.py:216
Methodtest_get_all_the_addresses_of_user_when_logged_in
(self)
backend/account/tests.py:206
Methodtest_get_orders_list_when_logged_in
(self)
backend/account/tests.py:327
Methodtest_get_orders_list_when_logged_out
(self)
backend/account/tests.py:337
Methodtest_home_page_api
(self)
backend/product/tests.py:27
Methodtest_product_create_page_with_admin_credentials
(self)
backend/product/tests.py:121
Methodtest_product_create_page_with_non_admin_credentials
(self)
backend/product/tests.py:100
Methodtest_product_deletion_with_admin_credentials
(self)
backend/product/tests.py:183
Methodtest_product_deletion_without_admin_credentials
(self)
backend/product/tests.py:194
Methodtest_product_details_page
(self)
backend/product/tests.py:49
Methodtest_product_edit_page_with_admin_credentials
(self)
backend/product/tests.py:143
Methodtest_product_edit_page_without_admin_credentials
(self)
backend/product/tests.py:163
Methodtest_product_values
(self)
backend/product/tests.py:35
Methodtest_products_list_page_contents
(self)
backend/product/tests.py:43
Methodtest_string_representation
(self)
backend/product/tests.py:31
Methodtest_user_account_deletion_with_correct_password
(self)
backend/account/tests.py:191
Methodtest_user_account_deletion_with_wrong_password
(self)
backend/account/tests.py:180
Methodtest_user_account_deletion_without_login
(self)
backend/account/tests.py:202
Methodtest_user_account_details_page_when_logged_in
(self)
backend/account/tests.py:142
Methodtest_user_account_details_page_when_logged_out
(self)
backend/account/tests.py:152
Methodtest_user_account_updation_when_logged_in
(self)
backend/account/tests.py:156
Methodtest_user_account_updation_when_logged_out
(self)
backend/account/tests.py:175
Methodtest_user_login_with_user_data
(self)
backend/account/tests.py:128
Methodtest_user_login_without_user_data
(self)
backend/account/tests.py:114
Methodtest_user_registration_with_user_data
(self)
backend/account/tests.py:122
Methodtest_user_registration_without_user_data
(self)
backend/account/tests.py:104
FunctiontoggleRunCardDeleteHandler
()
frontend/src/pages/CardDetailsPage.js:40
FunctionupdateProductReducer
(state = { product: {} }, action)
frontend/src/reducers/productReducers.js:132
FunctionupdateStripeCardtReducer
(state = {}, action)
frontend/src/reducers/cardReducers.js:135
FunctionupdateUserAddressReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:372
FunctionuserDetailsReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:117
FunctionuserDetailsUpdateReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:146
FunctionuserLoginReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:62
FunctionuserRegisterReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:89
Methodvalidate
(self, attrs)
backend/account/views.py:58
← previous101–170 of 170, ranked by callers