Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
1
commits
updated README with compatibility notes and correct run instructions
41ff43dView on GitHubupdated README with compatibility notes and correct run instructions
6b19af4View on GitHubupdated README with compatibility notes and correct run instructions
b44dbacView on GitHubadded complete Swing UI with home panel driver panel rider panel booking and trip history screens
589b282View on GitHubadded PerKmFare and SurgeFare strategy classes to complete the fare calculation system
08709aeView on GitHubimplemented Strategy Pattern with IFareStrategy FlatFare PerKmFare and SurgeFare
aa78da5View on GitHubadded RideService and UserService to handle core business logic
8a14253View on GitHubadded Repository layer with file based persistence for drivers and trips
827d0edView on GitHubimplemented Observer Pattern with TripObserver RiderNotifier and DriverNotifier
5a88754View on GitHubadded custom exception classes for driver not found invalid location and fare calculation errors
21c3932View on GitHubadded Trip, TripStatus models and DispatchService for driver matching
2f3dda5View on GitHub