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

Evaluation Results Data Explorer #96

Merged
merged 24 commits into from
May 7, 2024
Merged

Evaluation Results Data Explorer #96

merged 24 commits into from
May 7, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    95f71c6 View commit details
    Browse the repository at this point in the history
  2. The go_package option was missing a directory. Not sure why it wasn't…

    … a problem before but with the connect protocl it is a problem.
    jlewi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c17ed4a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. This is working in terms of setting up a connect protocol server usin…

    …g bug.
    
    You can send a curl request as
    
    curl \
        --header "Content-Type: application/json" \
        --data '{"name": "Jane"}'  \
        http://localhost:8080/EvalService/List
    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cbd4715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb957d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db4ccd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecb167e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29d8431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    434c357 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19c3a3b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    42596ac View commit details
    Browse the repository at this point in the history
  9. We have rudimentary client app working; can display a table and click…

    … on items. So next step is to try to actually get the data and load it.
    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b561fce View commit details
    Browse the repository at this point in the history
  10. Add a text box to specify the data

    Load the data from the backend using the connect client.
    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e8e19b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bc9515a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    885aaf5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    369e0db View commit details
    Browse the repository at this point in the history
  14. Tidy

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e196d32 View commit details
    Browse the repository at this point in the history
  15. Fix lint.

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    589cd54 View commit details
    Browse the repository at this point in the history
  16. Tidy

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dbe20c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2a2d39 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fa25204 View commit details
    Browse the repository at this point in the history
  19. Fix compile errors.

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    76a2ff9 View commit details
    Browse the repository at this point in the history
  20. More cleanup.

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    27cc3fe View commit details
    Browse the repository at this point in the history
  21. Fix imports.

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b6eb7f4 View commit details
    Browse the repository at this point in the history
  22. Fix lint.

    jlewi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    17e8029 View commit details
    Browse the repository at this point in the history