Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Introduced new Flight File Processing System #82

Open
wants to merge 12 commits into
base: refactor-staging
Choose a base branch
from

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    82496f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    04ecd34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ff0d4a View commit details
    Browse the repository at this point in the history
  3. Now compiles

    jkarns275 committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    915df4a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. In progress

    jkarns275 committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1e4a5c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    195a6d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. New Flight File Processing (#87)

    * DAT File Processor
    
    * csv file processing
    
    * JSON Flight processing
    
    * GPX File Processing code
    
    * Attempt at porting over more DAT processing code
    
    * JSON File processing with new code
    
    * Part of CSVFileProcessing
    
    * Remove connection params from DATFileProcessor
    
    * Probably working general csv parsing
    
    * CSV File Processor
    
    * Remove storing Maps and FlightMeta in JSONFileProcessor instance
    
    * GPX processor
    
    * Integrate processors into the process upload class
    
    * More maintainable way of adding new flight file processors in the future
    
    * Fixed some compile errs in procupload. Still need to fix issue with convertAndInsert in dat file
    
    * DAT File changes. Modified FlightFileProcessor to do var args to support this
    
    * Add todo comment
    
    * Procesor docstrings
    
    * JavaDocs for FFP
    
    * Modify how the processors map is inited
    
    * Kotlin moment
    AarC10 authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ea1fe63 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    4b8ff21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917f401 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    3d44e18 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Batching database access

    jkarns275 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5d540ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dff3a5b View commit details
    Browse the repository at this point in the history