CodingPhoenix
  • Joined on 2025-06-04
CodingPhoenix created branch master in FlightScore/PenaltyTracker 2026-05-16 18:40:12 +00:00
CodingPhoenix created repository FlightScore/PenaltyTracker 2026-05-16 18:37:51 +00:00
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-16 05:55:33 +00:00
ec6d9d92ac Enhance CoordinateConverter with custom central meridian support and refine UTM distance calculations
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-16 02:33:51 +00:00
fa888405bd Implement DistanceCalculator with multiple methods and refactor coordinate handling
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-16 01:50:55 +00:00
384eb5729e Clean up imports in Main.java file and remove unused dependencies
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 19:51:08 +00:00
1909108f5e Added more icons
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 19:33:50 +00:00
f53823bc5c Added more icons
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 19:32:07 +00:00
b1b0c72b21 Added more icons
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 19:24:26 +00:00
44ec0a500b Added more icons
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 19:17:35 +00:00
cdfef62f64 Added more icons
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 16:10:39 +00:00
1da43adfe7 Refactored codebase
CodingPhoenix pushed to legacy at FlightScore/FlightScore-Frontend 2026-05-15 13:07:22 +00:00
CodingPhoenix created branch legacy in FlightScore/FlightScore-Frontend 2026-05-15 13:07:22 +00:00
CodingPhoenix pushed to main at FlightScore/FlightScore-Frontend 2026-05-15 13:05:47 +00:00
642bae23f3 Update dependencies
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-15 11:13:15 +00:00
a722fae4c9 Add BalloonLiveParser implementation for parsing Balloon Live IGC files and integrate with track model
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-15 08:46:57 +00:00
91c276349d Remove GeographicCoordinate class and refactor CoordinateConverter to simplify altitude handling and extend functionality. Converted all projections and transformations to use Coordinate and GridCoordinate.
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-15 02:31:21 +00:00
abadc40ed6 Add geographic-to-grid and grid-to-geographic projection methods in CoordinateConverter
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-15 02:12:57 +00:00
7bcf1bb0d6 Add Coordinate Converter with high-precision transformations and integrate Geographic/Projected Coordinate models
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 18:39:48 +00:00
02d4935e01 Introduce MapGrid and MapDatum enums
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 15:55:39 +00:00
e52e082bcd Remove map projection framework and associated classes