MCPcopy Create free account

hub / github.com/damienzeng73/shopping-cart / functions

Functions128 in github.com/damienzeng73/shopping-cart

↓ 3 callersFunctionfetchProducts
()
frontend/src/actions/Products.js:25
↓ 3 callersFunctionloginSuccess
(user)
frontend/src/actions/Auth.js:17
↓ 3 callersFunctionsetAuthorizationToken
(token)
frontend/src/actions/Auth.js:31
↓ 2 callersFunctionregisterValidSW
(swUrl)
frontend/src/registerServiceWorker.js:46
↓ 1 callersFunctioncheckValidServiceWorker
(swUrl)
frontend/src/registerServiceWorker.js:75
↓ 1 callersFunctionclearBillingOptions
()
frontend/src/actions/Billing.js:10
↓ 1 callersFunctionclearCart
()
frontend/src/actions/Cart.js:30
↓ 1 callersFunctionclearShippingOptions
()
frontend/src/actions/Shipping.js:10
↓ 1 callersFunctionfetchOrdersFailure
(error)
frontend/src/actions/Account.js:22
↓ 1 callersFunctionfetchOrdersRequest
()
frontend/src/actions/Account.js:9
↓ 1 callersFunctionfetchOrdersSuccess
(orders)
frontend/src/actions/Account.js:15
↓ 1 callersFunctionfetchProductsFailure
(error)
frontend/src/actions/Products.js:18
↓ 1 callersFunctionfetchProductsRequest
()
frontend/src/actions/Products.js:5
↓ 1 callersFunctionfetchProductsSuccess
(products)
frontend/src/actions/Products.js:11
↓ 1 callersMethodhandleModalOnClose
()
frontend/src/components/Account.js:95
↓ 1 callersMethodhandleModalOnClose
()
frontend/src/components/Product.js:46
↓ 1 callersMethodhandleModalOnClose
()
frontend/src/components/Order.js:21
↓ 1 callersMethodhandleRemoveItem
(e, item)
frontend/src/containers/CartPage.js:50
↓ 1 callersMethodhandleSignupModalOnClose
()
frontend/src/components/Account.js:66
↓ 1 callersFunctionloginFailure
(error)
frontend/src/actions/Auth.js:24
↓ 1 callersFunctionloginRequest
(username)
frontend/src/actions/Auth.js:10
↓ 1 callersFunctionlogout
()
frontend/src/actions/Auth.js:59
↓ 1 callersFunctionrender
()
frontend/src/components/SelfProduct.js:58
↓ 1 callersMethodrender
()
frontend/src/containers/App.js:49
↓ 1 callersFunctionrenewAuthorizationToken
(token)
frontend/src/actions/Auth.js:67
↓ 1 callersMethodshowStep
()
frontend/src/containers/CartPage.js:55
↓ 1 callersMethodsubmit
()
frontend/src/containers/CartPage.js:40
FunctionMain
()
frontend/src/containers/App.js:15
FunctionOrderList
(props)
frontend/src/components/OrderList.js:8
FunctionProductList
(props)
frontend/src/components/ProductList.js:8
FunctionSelfProductList
(props)
frontend/src/components/SelfProductList.js:8
Functionaccount
(state={}, action={})
frontend/src/reducers/Account.js:3
FunctionaddNewProduct
(productData)
frontend/src/actions/Account.js:54
FunctionaddToCart
(product, quantity)
frontend/src/actions/Cart.js:11
Functionauth
(state=initialState, action={})
frontend/src/reducers/Auth.js:10
Functionbilling
(state={}, action={})
frontend/src/reducers/Billing.js:3
Functioncart
(state=[], action={})
frontend/src/reducers/Cart.js:5
FunctioncheckAuthorizationToken
(token)
frontend/src/actions/Auth.js:73
MethodcomponentDidMount
()
frontend/src/components/Navbar.js:21
MethodcomponentDidMount
()
frontend/src/containers/AccountPage.js:12
MethodcomponentDidMount
()
frontend/src/containers/ShoppingPage.js:11
MethodcomponentDidMount
()
frontend/src/containers/App.js:35
MethodcomponentWillMount
()
frontend/src/components/Shipping.js:25
MethodcomponentWillMount
()
frontend/src/components/Billing.js:16
MethodcomponentWillReceiveProps
(newProps)
frontend/src/components/Navbar.js:29
MethodcomponentWillReceiveProps
(newProps)
frontend/src/containers/AccountPage.js:18
MethodcomponentWillReceiveProps
(newProps)
frontend/src/containers/App.js:41
MethodcomponentWillUnmount
()
frontend/src/components/Navbar.js:25
Functionconstructor
(props)
frontend/src/components/Confirmation.js:7
Functionconstructor
(props)
frontend/src/components/SelfProduct.js:6
Methodconstructor
(props)
frontend/src/components/Account.js:10
Methodconstructor
(props)
frontend/src/components/Product.js:11
Methodconstructor
(props)
frontend/src/components/Shipping.js:6
Methodconstructor
(props)
frontend/src/components/Order.js:7
Methodconstructor
(props)
frontend/src/components/Billing.js:6
Methodconstructor
(props)
frontend/src/components/Navbar.js:10
Methodconstructor
(props)
frontend/src/containers/App.js:28
Methodconstructor
(props)
frontend/src/containers/CartPage.js:19
FunctiondeleteProduct
(productId, productName)
frontend/src/actions/Account.js:67
Functiondev_cors_middleware
Adds CORS headers for local testing only to allow the frontend, which is served on localhost:3000, to access the API, which is served
backend/backend/middleware.py:1
FunctionfetchOrders
()
frontend/src/actions/Account.js:29
FunctionfilterProducts
(products)
frontend/src/actions/Products.js:38
Methodget_permissions
(self)
backend/cart/views.py:50
Methodget_queryset
(self)
backend/cart/views.py:37
MethodhandleAddCount
()
frontend/src/components/Product.js:36
MethodhandleAddNewProduct
()
frontend/src/components/Account.js:115
MethodhandleAddToCart
()
frontend/src/components/Product.js:50
MethodhandleCheckboxOnChange
(e, obj)
frontend/src/components/Shipping.js:55
FunctionhandleDeleteConfirm
()
frontend/src/components/SelfProduct.js:53
FunctionhandleDeleteConfirmCancel
()
frontend/src/components/SelfProduct.js:49
FunctionhandleDeleteConfirmOpen
()
frontend/src/components/SelfProduct.js:45
MethodhandleLoginOnChange
(e)
frontend/src/components/Account.js:48
MethodhandleMinusCount
()
frontend/src/components/Product.js:30
FunctionhandleModalOnClose
()
frontend/src/components/SelfProduct.js:41
FunctionhandleModalOpen
()
frontend/src/components/SelfProduct.js:37
MethodhandleModalOpen
()
frontend/src/components/Account.js:91
MethodhandleModalOpen
()
frontend/src/components/Product.js:42
MethodhandleModalOpen
()
frontend/src/components/Order.js:17
MethodhandleNewProductOnChange
(e)
frontend/src/components/Account.js:108
FunctionhandleOnChange
(e)
frontend/src/components/SelfProduct.js:28
MethodhandleOnChange
(e)
frontend/src/components/Product.js:26
MethodhandleOnChange
(e)
frontend/src/components/Shipping.js:43
MethodhandleOnScroll
(e)
frontend/src/components/Navbar.js:35
MethodhandleRadioOnChange
(e, obj)
frontend/src/components/Shipping.js:47
MethodhandleRadioOnChange
(e, obj)
frontend/src/components/Billing.js:27
MethodhandleSearchItems
(e)
frontend/src/components/Navbar.js:44
MethodhandleSelectOnChange
(e, obj)
frontend/src/components/Shipping.js:51
MethodhandleSignupModalOpen
()
frontend/src/components/Account.js:62
MethodhandleSignupOnChange
(e)
frontend/src/components/Account.js:55
FunctionhandleUpdateProduct
()
frontend/src/components/SelfProduct.js:32
MethodhandleUserLogin
()
frontend/src/components/Account.js:77
MethodhandleUserLogout
()
frontend/src/components/Account.js:81
MethodhandleUserSignup
()
frontend/src/components/Account.js:86
Methodhas_object_permission
(self, request, view, obj)
backend/cart/permissions.py:8
Methodhas_object_permission
(self, request, view, obj)
backend/cart/permissions.py:25
Methodhas_permission
(self, request, view)
backend/cart/permissions.py:21
Functionlogin
(username, password)
frontend/src/actions/Auth.js:39
FunctionmapStateToProps
(state)
frontend/src/containers/AccountPage.js:42
FunctionmapStateToProps
(state)
frontend/src/containers/ShoppingPage.js:30
FunctionmapStateToProps
(state)
frontend/src/containers/App.js:76
next →1–100 of 128, ranked by callers