
Overview
Sigi Tour transport is an online bus ticket booking application. Customers can order tickets and make payments in one application.

This application is made as an intermediary between Bus Agents and Customers. Each bus agent has its own type of bus provider.
For example: Bus Agency - John Doe.
John doe is registered with the bus provider:
- Gunung Harta
- MTrans
- Surya Trans
Note: Agent registration must be done at the branch office manually. Not through the app
Problems
The problem to be solved in this application is the main goal to unify all bus providers into 1 independent application based on the ownership of the Bus Agent (unified APIs).
Challenges
-
Each bus provider has different APIs, such as: Model, Source, etc.

-
Synchronize/Matching each bus provider’s scheme with our application scheme.

-
All the APIs of each provider are in the mobile app. So to get the right API and mechanism we need to extract/decompile their APK into readable code.
-
Not all APKs were extracted successfully.
-
Mobile First (PWA) - To get a mobile experience but all in one supporting all platforms. Plus with minimum budget
-
Hard to test, especially when testing transactions, every test either succeeds or fails. We need to pay for the transaction.
-
Race conditions problem when booking the same ticket simultaneously.
Deployment

Tech Stacks
NextJS13, React Query, Multithread, Koa.js, PostgreSQL, Xendit, Zod, TypeScript, TurboRepo, PWA, Sequelize, Async Mutex, Android Development, Sentry
Demo: https://sigitour-git-master-functreescom.vercel.app