MCPcopy Create free account

hub / github.com/bsoc-bitbyte/busify / functions

Functions153 in github.com/bsoc-bitbyte/busify

↓ 12 callersFunctionnotify
(message: string, type: 'warn' | 'error' | 'success')
frontend/src/utils/notify.ts:3
↓ 6 callersFunctionhandleChange
(name: string, value: string | Array<string>)
frontend/src/components/AdminPanel/EditBusDetailsModal/index.tsx:118
↓ 4 callersFunctionhandleClick
(props: number)
frontend/src/components/AdminPanel/AdminSideBar/index.tsx:61
↓ 4 callersFunctionhandleFilterChange
(selectedFilter: string)
frontend/src/pages/Profile/index.tsx:109
↓ 3 callersFunctionOpenDashBoard
()
frontend/src/components/AdminPanel/AdminSideBar/index.tsx:31
↓ 2 callersMethodcreateBus
(bus: any)
backend/src/Bus/bus.service.ts:15
↓ 2 callersMethodgetConductors
()
backend/src/Bus/bus.service.ts:35
↓ 2 callersMethodgetContractors
()
backend/src/Bus/bus.service.ts:49
↓ 2 callersFunctionhandleAddPassenger
(event: React.FormEvent)
frontend/src/components/BusDetails/index.tsx:109
↓ 2 callersFunctionuseScreen
()
frontend/src/customHooks/useScreen.tsx:4
↓ 1 callersFunctionGoHome
()
frontend/src/components/Custom Empty Modal/index.tsx:7
↓ 1 callersFunctionOpenSchedule
()
frontend/src/components/AdminPanel/AdminSideBar/index.tsx:34
↓ 1 callersFunctionbootstrap
()
backend/src/main.ts:4
↓ 1 callersFunctioncheckAuth
()
frontend/src/components/ValidateAuth.tsx:8
↓ 1 callersFunctioncleanDb
()
backend/prisma/seed.mjs:134
↓ 1 callersFunctioncloseDrawer
()
frontend/src/components/BusDetails/index.tsx:107
↓ 1 callersMethodcreateConductor
(conductor: any)
backend/src/Bus/bus.service.ts:79
↓ 1 callersMethodcreateContractor
(contractor: any)
backend/src/Bus/bus.service.ts:63
↓ 1 callersMethodcreateSchedule
(schedule: any)
backend/src/Bus/bus.service.ts:96
↓ 1 callersMethodcreateToken
(email: string, id: string)
backend/src/Auth/auth.service.ts:81
↓ 1 callersMethoddecrypt
(encryptedMessage: string, secretKey: string)
backend/src/ticketScanner/ticket-scanner.service.ts:50
↓ 1 callersMethoddecryptTicket
(encryptedData: string, userId: string)
backend/src/ticketScanner/ticket-scanner.service.ts:32
↓ 1 callersMethodencrypt
(message: string, secretKey: string)
backend/src/ticket/ticket.service.ts:87
↓ 1 callersFunctionfetchSchedules
()
frontend/src/components/TicketCard.tsx:143
↓ 1 callersFunctionfetchSchedules
()
frontend/src/components/TicketCardClose.tsx:184
↓ 1 callersFunctionfilterSchedulesByDate
( tickets: TicketFetchedData[], filter: string )
frontend/src/components/TicketCardClose.tsx:200
↓ 1 callersFunctionfilterTickets
(tickets: TicketFetchedData[])
frontend/src/components/TicketCard.tsx:158
↓ 1 callersMethodgenerateToken
(orderId: string, emails: string[])
backend/src/ticket/ticket.service.ts:83
↓ 1 callersMethodgetGoogleOAuthToken
(code: string)
backend/src/Auth/auth.service.ts:87
↓ 1 callersFunctiongetGoogleOAuthURL
()
frontend/src/utils/getOAuthRedirectUrl.ts:1
↓ 1 callersFunctiongetRecentOrders
()
frontend/src/pages/AdminDashBoard/index.tsx:27
↓ 1 callersFunctiongetRecentSchedule
()
frontend/src/pages/AdminSchedule/index.tsx:23
↓ 1 callersFunctiongetScheduleData
()
frontend/src/pages/BusSchedule/index.tsx:24
↓ 1 callersMethodgoogleLoginCallback
(code: string, res: Response)
backend/src/Auth/auth.service.ts:17
↓ 1 callersFunctiongoogleLoginHandler
()
frontend/src/components/GoogleAuthLogin.tsx:8
↓ 1 callersFunctionhandleClose
()
frontend/src/components/DetailsCards/BusCards/index.tsx:9
↓ 1 callersFunctionhandleRemovePassenger
(emailID: string)
frontend/src/components/BusDetails/index.tsx:136
↓ 1 callersFunctionhandleTicketCreated
(orderId: String)
frontend/src/pages/Checkout/index.tsx:49
↓ 1 callersFunctionloadScript
(src: string)
frontend/src/utils/razorpay.ts:1
↓ 1 callersFunctionopenDrawer
()
frontend/src/components/BusDetails/index.tsx:106
↓ 1 callersFunctionrenderBtnContent
()
frontend/src/components/CustomButton/index.tsx:11
↓ 1 callersFunctionrenderIcon
()
frontend/src/components/CustomButton/index.tsx:7
↓ 1 callersFunctionseedDb
()
backend/prisma/seed.mjs:144
↓ 1 callersFunctiontimeDifference
(date: Date)
frontend/src/components/AdminPanel/RecentOrderCard/index.tsx:33
↓ 1 callersMethodvalidateAdmin
(userId: string)
backend/src/Auth/utils/admin.guard.ts:12
↓ 1 callersMethodvalidateToken
(token: string)
backend/src/Auth/utils/jwt.guard.ts:11
FunctionAboutUs
()
frontend/src/pages/AboutUs/AboutUs.tsx:16
FunctionAdmin
()
frontend/src/pages/AdminDashBoard/index.tsx:22
FunctionAdminLayout
({children}: LayoutProps)
frontend/src/components/AdminPanel/AdminLayout/index.tsx:9
FunctionAdminProtectedRoute
({ children, })
frontend/src/components/AdminProtectedRoutes.tsx:10
FunctionAdminSchedule
()
frontend/src/pages/AdminSchedule/index.tsx:14
FunctionApp
()
frontend/src/App.tsx:26
FunctionBusCards
({schedule}: {schedule: ScheduleType})
frontend/src/components/DetailsCards/BusCards/index.tsx:6
FunctionBusDetails
({time, from, to, disabled, scheduleId}: BusDetailsType)
frontend/src/components/BusDetails/index.tsx:92
FunctionBusDetails
()
frontend/src/pages/Checkout/index.tsx:41
FunctionBusDetailsCard
()
frontend/src/components/BusDetailsCard/index.tsx:17
FunctionBusSchedule
()
frontend/src/pages/BusSchedule/index.tsx:17
FunctionBusTicket
({ checkpoints, time, price, seatsLeft, from, to, scheduleId, disabled, }: BusTicketData)
frontend/src/components/BusTicket/index.tsx:6
FunctionConductorCards
()
frontend/src/components/DetailsCards/ConductorCards/index.tsx:3
FunctionContactUs
()
frontend/src/pages/ContactUs/contactUs.tsx:7
FunctionCustomButton
frontend/src/components/CustomButton/index.tsx:6
FunctionDecryptionForm
()
frontend/src/pages/DemoPage/demopage.tsx:5
FunctionEditBusDetailsModal
({ open, handleClose, schedule = undefined, }: EditBusDetailsModalProps)
frontend/src/components/AdminPanel/EditBusDetailsModal/index.tsx:77
FunctionEmptyModal
frontend/src/components/Custom Empty Modal/index.tsx:5
FunctionFareBreakdownCard
()
frontend/src/components/FareBreakdownCard/index.tsx:14
FunctionFooter
()
frontend/src/components/Footer/index.tsx:22
FunctionGoogleAuthLogin
()
frontend/src/components/GoogleAuthLogin.tsx:5
FunctionHome
()
frontend/src/pages/Home/index.tsx:8
FunctionNavbar
()
frontend/src/components/Navbar/index.tsx:80
FunctionNotFoundPage
()
frontend/src/pages/NotFoundPage/index.tsx:4
FunctionOrderDetailsCard
({ active, details, showModal, }: RecentOrderCardProps)
frontend/src/components/AdminPanel/OrderDetailsCard/index.tsx:27
FunctionPricingCard
({title, price, features})
frontend/src/pages/PricingPage/PricingCards.tsx:19
FunctionPricingPage
()
frontend/src/pages/PricingPage/PricingPage.tsx:27
FunctionPrivacyPolicy
()
frontend/src/pages/PrivacyPolicy/PrivacyPolicy.tsx:27
FunctionProfilePage
()
frontend/src/pages/Profile/index.tsx:104
FunctionRecentOrderCard
({ details, }: { details: RecentOrdersProps; })
frontend/src/components/AdminPanel/RecentOrderCard/index.tsx:12
FunctionRecentOrderCard
()
frontend/src/components/RecentOrderCard/index.tsx:9
FunctionRefundPolicy
()
frontend/src/pages/RefundPolicy/RefundPolicy.tsx:27
FunctionSchedulesByPassengerEmail
({ email, })
frontend/src/components/TicketCard.tsx:136
FunctionSchedulesByPassengerEmailClose
({email, filter})
frontend/src/components/TicketCardClose.tsx:180
FunctionSideBar
()
frontend/src/components/AdminPanel/AdminSideBar/index.tsx:21
FunctionSubmit
()
frontend/src/components/AdminPanel/EditBusDetailsModal/index.tsx:133
FunctionTermsAndConditions
()
frontend/src/pages/TermsAndconditions/TermsAndConditions.tsx:27
FunctionUserProtectedRoute
({children})
frontend/src/components/ProtectedRoutes.tsx:10
FunctionValidateAuth
()
frontend/src/components/ValidateAuth.tsx:5
MethodadminProtected
()
backend/src/Bus/bus.controller.ts:143
FunctionbookTicketHandler
()
frontend/src/components/BusDetails/index.tsx:143
MethodcanActivate
(context: ExecutionContext)
backend/src/Auth/utils/jwt.guard.ts:22
MethodcanActivate
(context: ExecutionContext)
backend/src/Auth/utils/admin.guard.ts:23
FunctioncloseMenu
( event: React.MouseEvent<HTMLDivElement | HTMLAnchorElement> )
frontend/src/components/Navbar/index.tsx:93
FunctioncloseSidebar
()
frontend/src/components/AdminPanel/AdminSideBar/index.tsx:25
Methodconstructor
(private prisma: PrismaService, private jwtService: JwtService)
backend/src/Auth/auth.service.ts:14
Methodconstructor
(private readonly authService: AuthService)
backend/src/Auth/auth.controller.ts:9
Methodconstructor
(private jwtService: JwtService)
backend/src/Auth/utils/jwt.guard.ts:10
Methodconstructor
(private prismaService: PrismaService)
backend/src/Auth/utils/admin.guard.ts:11
Methodconstructor
()
backend/src/Redis/redis.service.ts:10
Methodconstructor
()
backend/src/Prisma/prisma.service.ts:6
Methodconstructor
(private readonly ordersService: OrdersService)
backend/src/Orders/orders.controller.ts:15
Methodconstructor
( private readonly prismaService: PrismaService, private readonly redisService: RedisService, priv
backend/src/Orders/orders.service.ts:27
Methodconstructor
()
backend/src/Razorpay/razorpay.service.ts:18
next →1–100 of 153, ranked by callers