feat: Add native Android driver tracking app and real-time backend/frontend bus tracking system

This commit is contained in:
Shanmuga Krishnan S M
2026-07-24 21:22:37 +05:30
parent 8e87bd72cd
commit 85b128bef5
71 changed files with 206796 additions and 1368 deletions

View File

@@ -1,14 +1,26 @@
com\rit\portal\config\DataInitializer.class
com\rit\portal\entity\CommunityQuestion$CommunityQuestionBuilder.class
com\rit\portal\entity\NotePyq$NotePyqBuilder.class
com\rit\portal\controller\BusLocationController.class
com\rit\portal\config\DataInitializer$1.class
com\rit\portal\repository\CommunityAnswerRepository.class
com\rit\portal\entity\CommunityAnswer$CommunityAnswerBuilder.class
com\rit\portal\controller\NotePyqController.class
com\rit\portal\entity\CommunityQuestion.class
com\rit\portal\controller\BusRouteController.class
com\rit\portal\entity\NotePyq.class
com\rit\portal\repository\NotePyqRepository.class
com\rit\portal\entity\CommunityAnswer.class
com\rit\portal\controller\CommunityQuestionController.class
com\rit\portal\repository\CommunityQuestionRepository.class
com\rit\portal\dto\DriverLocationUpdate.class
com\rit\portal\config\WebConfig.class
com\rit\portal\repository\BusStopRepository.class
com\rit\portal\config\DataInitializer.class
com\rit\portal\entity\BusStop.class
com\rit\portal\entity\BusStop$BusStopBuilder.class
com\rit\portal\repository\BusRouteRepository.class
com\rit\portal\entity\CommunityQuestion$CommunityQuestionBuilder.class
com\rit\portal\entity\NotePyq$NotePyqBuilder.class
com\rit\portal\entity\BusRoute$BusRouteBuilder.class
com\rit\portal\controller\NotePyqController.class
com\rit\portal\service\BusLocationService.class
com\rit\portal\repository\NotePyqRepository.class
com\rit\portal\model\BusLocation.class
com\rit\portal\entity\BusRoute.class
com\rit\portal\repository\CommunityQuestionRepository.class
com\rit\portal\PortalApplication.class

View File

@@ -1,16 +1,20 @@
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\config\DataInitializer.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\config\WebConfig.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\BusRouteController.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\CommunityQuestionController.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\NotePyqController.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusRoute.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusStop.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityAnswer.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityQuestion.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\NotePyq.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\PortalApplication.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusRouteRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusStopRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityAnswerRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityQuestionRepository.java
D:\projects\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\NotePyqRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\config\DataInitializer.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\config\WebConfig.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\BusLocationController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\BusRouteController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\CommunityQuestionController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\controller\NotePyqController.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\dto\DriverLocationUpdate.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusRoute.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\BusStop.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityAnswer.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\CommunityQuestion.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\entity\NotePyq.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\model\BusLocation.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\PortalApplication.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusRouteRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\BusStopRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityAnswerRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\CommunityQuestionRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\repository\NotePyqRepository.java
F:\fresher\Freshers-Hub\backend\src\main\java\com\rit\portal\service\BusLocationService.java