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

Remove the questionable expansions #20

Open
mbruzek opened this issue Dec 28, 2021 · 1 comment
Open

Remove the questionable expansions #20

mbruzek opened this issue Dec 28, 2021 · 1 comment

Comments

@mbruzek
Copy link
Contributor

mbruzek commented Dec 28, 2021

While working on the code I found several expansions were questionable (contained question marks).

We should work on resolving these expansions if possible or remove them.

Here are a few examples:

  {
    "abbreviation": "AoA", 
    "source_id": 1, 
    "acronym_id": 73, 
    "expansion": "Abort Once Around??", 
    "source": "EGS"
  }, 
...
  {
    "abbreviation": "CCP", 
    "source_id": 1, 
    "acronym_id": 209, 
    "expansion": "Capability/Competency Portfolio ???", 
    "source": "EGS"
  }, 
...
  {
    "abbreviation": "CPCU", 
    "source_id": 8, 
    "acronym_id": 54, 
    "expansion": "Computer\u2026 Control Unit?", 
    "source": "MAF-SMA"
  }, 
...
  {
    "abbreviation": "CPIT", 
    "source_id": 8, 
    "acronym_id": 55, 
    "expansion": "Something Team? From LCC Presentation", 
    "source": "MAF-SMA"
  },
...
  {
    "abbreviation": "CVR", 
    "source_id": 8, 
    "acronym_id": 73, 
    "expansion": "Something Like a Waiver? Contract Variance Request?", 
    "source": "MAF-SMA"
  },

Some of these expansions are not valid at all such as CPIT or CVR. We should aim to remove these or resolve the questionable ones from the source.

@mbruzek
Copy link
Contributor Author

mbruzek commented Dec 28, 2021

  {
    "abbreviation": "EMA", 
    "source_id": 8, 
    "acronym_id": 115, 
    "expansion": "??? Something From EUS PDR Pre-RID", 
    "source": "MAF-SMA"
  }, 
...
  {
    "abbreviation": "MOOS", 
    "source_id": 8, 
    "acronym_id": 1808, 
    "expansion": "(Something Something) on Station?", 
    "source": "MAF-SMA"
  },
...
  {
    "abbreviation": "PAA", 
    "source_id": 8, 
    "acronym_id": 337, 
    "expansion": "(Something Related to GMIPs? Gary Eldridge Email)", 
    "source": "MAF-SMA"
  },
...
  {
    "abbreviation": "PAF", 
    "source_id": 8, 
    "acronym_id": 338, 
    "expansion": "Payload Attach Fitting (SPIE) \u2013 Payload Adapter Fitting Per Steve Mort?", 
    "source": "MAF-SMA"
  }, 
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant