CodingPhoenix
  • Joined on 2025-06-04
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
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 14:20:46 +00:00
7b3209b161 Add map projection framework and integrate initial SwissGrid and UTM projections
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 13:28:29 +00:00
015a780760 Add placeholder BalloonLiveParser class in track parser package
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 13:26:12 +00:00
3c67ca43b3 Refactor track model: replace TrackCoordinate with TrackPoint, add TrackHeader for header data
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 12:42:06 +00:00
7104f97b3f Extend Pilot model with personal details and linked user ID fields
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 12:38:21 +00:00
1928dbe8fb Expand task-related models with new task types and flight-related entities
CodingPhoenix pushed to main at FlightScore/FlightScore-Backend 2026-05-14 11:18:26 +00:00
c6578e3eef Expand task and flight models, add new enums and classes