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

Better Docs and Modular Extract Tasks #130

Merged
merged 10 commits into from
Jun 23, 2024

Commits on Jun 22, 2024

  1. Added a way to display registered data parsing tasks to the frontend.…

    … Planning to have orchestrator dynamically select data processing task on a datacell by datacell basis based on the task name registered in our column definition. This will make it far more practical for devs to create custom extractors.
    JSv4 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f7c802e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc1b5b View commit details
    Browse the repository at this point in the history
  3. Dropped LanguageModel model as it's not really being used and the tas…

    …k_name property in Column has functionally taken over the same purpose (though you could certainly see a world in the near future where we add this (or something like it) back in.
    JSv4 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    92e732b View commit details
    Browse the repository at this point in the history
  4. Removed language model queries + mutations + dropdown. Added dropdown…

    … and query for registered extract task names.
    JSv4 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    c2d6234 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed8c768 View commit details
    Browse the repository at this point in the history
  6. Cleaned up old branding.

    JSv4 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ddeb414 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Cleaned up Extracts view.

    JSv4 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    fcd8b43 View commit details
    Browse the repository at this point in the history
  2. Fixed tests.

    JSv4 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3f8a66a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91c5a58 View commit details
    Browse the repository at this point in the history
  4. Tweaked extract task test to run two different task_names and test dy…

    …namic test selection. Regenerated cassette for test.
    JSv4 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    de9e149 View commit details
    Browse the repository at this point in the history