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

Conversation

jlewi
Copy link
Owner

@jlewi jlewi commented May 7, 2024

Using a Google Sheet To View the evaluation results isn't working too well. So we create our own viewer to display the results.

Create a connect-rpc service for listing the evaluation results

  • This is the first step to building a viewer for the evaluation results; we need a service to allow the client app to read the results.

  • We decided to go with connect-rpc because this should simplify things by eliminating the need to use grpc and gprc gateway in order to have a service that we can connect to from the browser

  • Furthermore, hopefully we can use the connect-rpc generated clients even when using WASM

  • Fix the go_package option in most of the proto files. We seem to be missing a directory "foyle" in the path. This doesn't appear to matter until we start using connect-rpc and then the imports are broken unless we fix the package

Refactor our existing go-app to better support multiple pages. Each page might render the right hand side differently.

  • Add a status bar to display the GOAPP_VERSION; this makes it easier to ensure we have picked up any changes.

The app is pretty ugly. I will try to fix the styling in a subsequent PR.

jlewi added 5 commits May 6, 2024 16:17
… a problem before but with the connect protocl it is a problem.
…g bug.

You can send a curl request as

curl \
    --header "Content-Type: application/json" \
    --data '{"name": "Jane"}'  \
    http://localhost:8080/EvalService/List
Copy link

netlify bot commented May 7, 2024

Deploy Preview for foyle canceled.

Name Link
🔨 Latest commit 17e8029
🔍 Latest deploy log https://app.netlify.com/sites/foyle/deploys/663a90757fbbb70008600e70

@jlewi jlewi changed the title Evaluation Service Evaluation Results Data Explorer May 7, 2024
@jlewi jlewi enabled auto-merge (squash) May 7, 2024 20:19
@jlewi jlewi merged commit dca28ab into main May 7, 2024
5 checks passed
@jlewi jlewi deleted the jlewi/mistakes branch May 7, 2024 20:36
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

Successfully merging this pull request may close these issues.

1 participant