Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basir/amazona
/ functions
Functions
114 in github.com/basir/amazona
⨍
Functions
114
◇
Types & classes
0
↓ 4 callers
Function
listProducts
({ pageNumber = '', seller = '', name = '', category = '', order = '', min = 0, ma
frontend/src/actions/productActions.js:27
↓ 4 callers
Function
toPrice
(num)
frontend/src/screens/PlaceOrderScreen.js:18
↓ 3 callers
Function
detailsUser
(userId)
frontend/src/actions/userActions.js:75
↓ 3 callers
Function
generateToken
(user)
backend/utils.js:4
↓ 2 callers
Function
addToCart
(productId, qty)
frontend/src/actions/cartActions.js:10
↓ 2 callers
Function
detailsProduct
(productId)
frontend/src/actions/productActions.js:63
↓ 2 callers
Function
fetch
()
frontend/src/screens/MapScreen.js:28
↓ 2 callers
Function
registerValidSW
(swUrl, config)
frontend/src/serviceWorker.js:57
↓ 2 callers
Function
saveShippingAddress
(data)
frontend/src/actions/cartActions.js:45
↓ 1 callers
Function
addPayPalScript
()
frontend/src/screens/OrderScreen.js:39
↓ 1 callers
Function
checkValidServiceWorker
(swUrl, config)
frontend/src/serviceWorker.js:101
↓ 1 callers
Function
createOrder
(order)
frontend/src/actions/orderActions.js:29
↓ 1 callers
Function
createProduct
()
frontend/src/actions/productActions.js:78
↓ 1 callers
Function
createReview
(productId, review)
frontend/src/actions/productActions.js:140
↓ 1 callers
Function
deleteOrder
(orderId)
frontend/src/actions/orderActions.js:133
↓ 1 callers
Function
deleteProduct
(productId)
frontend/src/actions/productActions.js:121
↓ 1 callers
Function
deleteUser
(userId)
frontend/src/actions/userActions.js:151
↓ 1 callers
Function
deliverOrder
(orderId)
frontend/src/actions/orderActions.js:152
↓ 1 callers
Function
detailsOrder
(orderId)
frontend/src/actions/orderActions.js:54
↓ 1 callers
Function
getFilterUrl
(filter)
frontend/src/screens/SearchScreen.js:46
↓ 1 callers
Function
getUserCurrentLocation
()
frontend/src/screens/MapScreen.js:80
↓ 1 callers
Function
listOrderMine
()
frontend/src/actions/orderActions.js:94
↓ 1 callers
Function
listOrders
({ seller = '' })
frontend/src/actions/orderActions.js:114
↓ 1 callers
Function
listProductCategories
()
frontend/src/actions/productActions.js:51
↓ 1 callers
Function
listTopSellers
()
frontend/src/actions/userActions.js:169
↓ 1 callers
Function
listUsers
()
frontend/src/actions/userActions.js:131
↓ 1 callers
Function
mailgun
()
backend/utils.js:62
↓ 1 callers
Function
payOrder
(order, paymentResult)
frontend/src/actions/orderActions.js:73
↓ 1 callers
Function
payOrderEmailTemplate
(order)
backend/utils.js:68
↓ 1 callers
Function
register
(name, email, password)
frontend/src/actions/userActions.js:29
↓ 1 callers
Function
removeFromCart
(productId)
frontend/src/actions/cartActions.js:40
↓ 1 callers
Function
removeFromCartHandler
(id)
frontend/src/screens/CartScreen.js:25
↓ 1 callers
Function
savePaymentMethod
(data)
frontend/src/actions/cartActions.js:49
↓ 1 callers
Function
selectUser
(user)
frontend/src/screens/SupportScreen.js:78
↓ 1 callers
Function
signin
(email, password)
frontend/src/actions/userActions.js:51
↓ 1 callers
Function
signout
()
frontend/src/actions/userActions.js:68
↓ 1 callers
Function
summaryOrder
()
frontend/src/actions/orderActions.js:175
↓ 1 callers
Function
updateProduct
(product)
frontend/src/actions/productActions.js:103
↓ 1 callers
Function
updateUser
(user)
frontend/src/actions/userActions.js:113
↓ 1 callers
Function
updateUserProfile
(user)
frontend/src/actions/userActions.js:93
Function
AdminRoute
({ children })
frontend/src/components/AdminRoute.js:5
Function
CheckoutSteps
(props)
frontend/src/components/CheckoutSteps.js:3
Function
LoadingBox
()
frontend/src/components/LoadingBox.js:3
Function
PaymentMethodScreen
(props)
frontend/src/screens/PaymentMethodScreen.js:7
Function
PrivateRoute
({ children })
frontend/src/components/PrivateRoute.js:5
Function
Product
(props)
frontend/src/components/Product.js:5
Function
RegisterScreen
(props)
frontend/src/screens/RegisterScreen.js:8
Function
SellerRoute
({ children })
frontend/src/components/SellerRoute.js:5
Function
ShippingAddressScreen
(props)
frontend/src/screens/ShippingAddressScreen.js:7
Function
SigninScreen
(props)
frontend/src/screens/SigninScreen.js:8
Function
addToCartHandler
()
frontend/src/screens/ProductScreen.js:42
Function
cartReducer
(state = { cartItems: [] }, action)
frontend/src/reducers/cartReducers.js:10
Function
checkoutHandler
()
frontend/src/screens/CartScreen.js:30
Function
chooseOnMap
()
frontend/src/screens/ShippingAddressScreen.js:59
Function
closeHandler
()
frontend/src/components/ChatBox.js:62
Function
createHandler
()
frontend/src/screens/ProductListScreen.js:68
Function
deleteHandler
(user)
frontend/src/screens/UserListScreen.js:28
Function
deleteHandler
(order)
frontend/src/screens/OrderListScreen.js:29
Function
deleteHandler
(product)
frontend/src/screens/ProductListScreen.js:63
Function
deliverHandler
()
frontend/src/screens/OrderScreen.js:73
Function
destination
(req, file, cb)
backend/routers/uploadRouter.js:8
Function
filename
(req, file, cb)
backend/routers/uploadRouter.js:11
Function
isAdmin
(req, res, next)
backend/utils.js:40
Function
isAuth
(req, res, next)
backend/utils.js:20
Function
isSeller
(req, res, next)
backend/utils.js:47
Function
isSellerOrAdmin
(req, res, next)
backend/utils.js:54
Function
onConfirm
()
frontend/src/screens/MapScreen.js:58
Function
onIdle
()
frontend/src/screens/MapScreen.js:46
Function
onLoad
(map)
frontend/src/screens/MapScreen.js:36
Function
onLoadPlaces
(place)
frontend/src/screens/MapScreen.js:43
Function
onMarkerLoad
(marker)
frontend/src/screens/MapScreen.js:40
Function
onPlacesChanged
()
frontend/src/screens/MapScreen.js:52
Function
orderCreateReducer
(state = {}, action)
frontend/src/reducers/orderReducers.js:32
Function
orderDeleteReducer
(state = {}, action)
frontend/src/reducers/orderReducers.js:98
Function
orderDeliverReducer
(state = {}, action)
frontend/src/reducers/orderReducers.js:113
Function
orderDetailsReducer
(state = { loading: true }, action)
frontend/src/reducers/orderReducers.js:47
Function
orderListReducer
(state = { orders: [] }, action)
frontend/src/reducers/orderReducers.js:86
Function
orderMineListReducer
(state = { orders: [] }, action)
frontend/src/reducers/orderReducers.js:74
Function
orderPayReducer
(state = {}, action)
frontend/src/reducers/orderReducers.js:60
Function
orderSummaryReducer
( state = { loading: true, summary: {} }, action )
frontend/src/reducers/orderReducers.js:128
Function
placeOrderHandler
()
frontend/src/screens/PlaceOrderScreen.js:26
Function
productCategoryListReducer
( state = { loading: true, products: [] }, action )
frontend/src/reducers/productReducers.js:50
Function
productCreateReducer
(state = {}, action)
frontend/src/reducers/productReducers.js:78
Function
productDeleteReducer
(state = {}, action)
frontend/src/reducers/productReducers.js:106
Function
productDetailsReducer
(state = { loading: true }, action)
frontend/src/reducers/productReducers.js:66
Function
productListReducer
( state = { loading: true, products: [] }, action )
frontend/src/reducers/productReducers.js:29
Function
productReviewCreateReducer
(state = {}, action)
frontend/src/reducers/productReducers.js:120
Function
productUpdateReducer
(state = {}, action)
frontend/src/reducers/productReducers.js:92
Function
register
(config)
frontend/src/serviceWorker.js:23
Function
signoutHandler
()
frontend/src/App.js:42
Function
submitHandler
(e)
frontend/src/components/SearchBox.js:7
Function
submitHandler
(e)
frontend/src/components/ChatBox.js:45
Function
submitHandler
(e)
frontend/src/screens/ProfileScreen.js:42
Function
submitHandler
(e)
frontend/src/screens/SupportScreen.js:91
Function
submitHandler
(e)
frontend/src/screens/ProductEditScreen.js:50
Function
submitHandler
(e)
frontend/src/screens/PaymentMethodScreen.js:16
Function
submitHandler
(e)
frontend/src/screens/ProductScreen.js:45
Function
submitHandler
(e)
frontend/src/screens/UserEditScreen.js:47
Function
submitHandler
(e)
frontend/src/screens/RegisterScreen.js:23
Function
submitHandler
(e)
frontend/src/screens/ShippingAddressScreen.js:30
next →
1–100 of 114, ranked by callers