Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YashMarmat/FullStack_Ecommerce_App
/ functions
Functions
170 in github.com/YashMarmat/FullStack_Ecommerce_App
⨍
Functions
170
◇
Types & classes
87
Function
payWithSavedCard
(cardData)
frontend/src/components/CreateCardComponent.js:68
Method
post
(self, request, pk)
backend/account/views.py:131
Method
post
(self, request)
backend/account/views.py:174
Method
post
(self, request)
backend/payments/views.py:32
Method
post
(self, request)
backend/payments/views.py:56
Method
post
(self, request)
backend/payments/views.py:159
Method
post
(self, request)
backend/payments/views.py:267
Function
productDetailsReducer
(state = { product: {} }, action)
frontend/src/reducers/productReducers.js:64
Function
productsListReducer
(state = { products: [] }, action)
frontend/src/reducers/productReducers.js:35
Method
put
(self, request, pk)
backend/account/views.py:104
Method
put
(self, request, pk)
backend/account/views.py:201
Function
savedCardsListReducer
(state = {stripeCards: []}, action)
frontend/src/reducers/cardReducers.js:105
Function
scrollToTop
()
frontend/src/pages/ProductUpdatePage.js:19
Function
setCustomerAndCardIds
(cus_Id, card_Id, c_num)
frontend/src/pages/CardUpdatePage.js:82
Method
setUp
(self)
backend/product/tests.py:16
Method
setUp
(self)
backend/product/tests.py:60
Method
setUp
(self)
backend/account/tests.py:17
Function
showCardDetails
(cardData)
frontend/src/components/CreateCardComponent.js:85
Function
submitHandler
(e)
frontend/src/pages/LoginPage.js:25
Function
submitHandler
(e)
frontend/src/pages/RegisterPage.js:27
Method
test_address_creation_api_when_logged_out
(self)
backend/account/tests.py:241
Method
test_address_creation_of_registered_user
(self)
backend/account/tests.py:220
Method
test_address_page_with_login_credentials
(self)
backend/product/tests.py:86
Method
test_address_page_without_login_credentials
(self)
backend/product/tests.py:96
Method
test_address_updation_of_registered_user
(self)
backend/account/tests.py:258
Method
test_address_updation_when_logged_out
(self)
backend/account/tests.py:281
Method
test_changing_of_order_status_by_admin
(self)
backend/account/tests.py:341
Method
test_changing_of_order_status_by_normal_user
(self)
backend/account/tests.py:354
Method
test_changing_of_order_status_when_logged_out
(self)
backend/account/tests.py:367
Method
test_delete_user_address_when_logged_in
(self)
backend/account/tests.py:313
Method
test_delete_user_address_when_logged_out
(self)
backend/account/tests.py:323
Method
test_fetching_address_details_when_logged_in
(self)
backend/account/tests.py:299
Method
test_fetching_address_details_when_logged_out
(self)
backend/account/tests.py:309
Method
test_fetching_of_user_stripe_card_when_logged_in
(self)
backend/account/tests.py:374
Method
test_fetching_of_user_stripe_card_when_logged_out
(self)
backend/account/tests.py:389
Method
test_get_all_addresses_of_user_when_logged_out
(self)
backend/account/tests.py:216
Method
test_get_all_the_addresses_of_user_when_logged_in
(self)
backend/account/tests.py:206
Method
test_get_orders_list_when_logged_in
(self)
backend/account/tests.py:327
Method
test_get_orders_list_when_logged_out
(self)
backend/account/tests.py:337
Method
test_home_page_api
(self)
backend/product/tests.py:27
Method
test_product_create_page_with_admin_credentials
(self)
backend/product/tests.py:121
Method
test_product_create_page_with_non_admin_credentials
(self)
backend/product/tests.py:100
Method
test_product_deletion_with_admin_credentials
(self)
backend/product/tests.py:183
Method
test_product_deletion_without_admin_credentials
(self)
backend/product/tests.py:194
Method
test_product_details_page
(self)
backend/product/tests.py:49
Method
test_product_edit_page_with_admin_credentials
(self)
backend/product/tests.py:143
Method
test_product_edit_page_without_admin_credentials
(self)
backend/product/tests.py:163
Method
test_product_values
(self)
backend/product/tests.py:35
Method
test_products_list_page_contents
(self)
backend/product/tests.py:43
Method
test_string_representation
(self)
backend/product/tests.py:31
Method
test_user_account_deletion_with_correct_password
(self)
backend/account/tests.py:191
Method
test_user_account_deletion_with_wrong_password
(self)
backend/account/tests.py:180
Method
test_user_account_deletion_without_login
(self)
backend/account/tests.py:202
Method
test_user_account_details_page_when_logged_in
(self)
backend/account/tests.py:142
Method
test_user_account_details_page_when_logged_out
(self)
backend/account/tests.py:152
Method
test_user_account_updation_when_logged_in
(self)
backend/account/tests.py:156
Method
test_user_account_updation_when_logged_out
(self)
backend/account/tests.py:175
Method
test_user_login_with_user_data
(self)
backend/account/tests.py:128
Method
test_user_login_without_user_data
(self)
backend/account/tests.py:114
Method
test_user_registration_with_user_data
(self)
backend/account/tests.py:122
Method
test_user_registration_without_user_data
(self)
backend/account/tests.py:104
Function
toggleRunCardDeleteHandler
()
frontend/src/pages/CardDetailsPage.js:40
Function
updateProductReducer
(state = { product: {} }, action)
frontend/src/reducers/productReducers.js:132
Function
updateStripeCardtReducer
(state = {}, action)
frontend/src/reducers/cardReducers.js:135
Function
updateUserAddressReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:372
Function
userDetailsReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:117
Function
userDetailsUpdateReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:146
Function
userLoginReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:62
Function
userRegisterReducer
(state = {}, action)
frontend/src/reducers/userReducers.js:89
Method
validate
(self, attrs)
backend/account/views.py:58
← previous
101–170 of 170, ranked by callers