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

Expose model upload errors #1319

Merged
merged 27 commits into from
Jun 13, 2024
Merged

Expose model upload errors #1319

merged 27 commits into from
Jun 13, 2024

Conversation

duranb
Copy link
Collaborator

@duranb duranb commented Jun 4, 2024

Resolves #1248

To test:

  1. Start up local development as usual
  2. Navigate to model upload page
  3. Stop the aerie_merlin container
  4. Proceed with creating a model
  5. Verify that it forwards you to the newly created model
  6. Verify that errors appear on the created model's page
  7. Create a plan using the broken model
  8. Verify that a banner appears at the top stating that model errors are present
  9. Click on the "View Errors in Console" button
  10. Verify that the console opens up and displays the model errors with clickable buttons to view more information about each error

Follow-up ticket: #1326

@duranb duranb requested a review from a team as a code owner June 4, 2024 20:22
@duranb duranb added the feature New feature or request label Jun 4, 2024
@duranb duranb force-pushed the feature/model-upload-errors branch from e497e49 to b329edc Compare June 5, 2024 00:04
@duranb duranb force-pushed the feature/model-upload-errors branch from b329edc to e497e49 Compare June 5, 2024 22:27
@duranb duranb force-pushed the feature/model-upload-errors branch from e497e49 to a2c0ecc Compare June 5, 2024 22:28
Copy link
Contributor

@AaronPlave AaronPlave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few more comments but otherwise LGTM, nice work!

@duranb duranb merged commit 00dc552 into develop Jun 13, 2024
5 checks passed
@duranb duranb deleted the feature/model-upload-errors branch June 13, 2024 02:16
JosephVolosin pushed a commit that referenced this pull request Aug 20, 2024
* add ModelStatusRollup component
* display model status on models list page
* add model status to model edit form
* add ModelErrors console to plan
* add model error bar to plan page
JosephVolosin pushed a commit that referenced this pull request Oct 21, 2024
* add ModelStatusRollup component
* display model status on models list page
* add model status to model edit form
* add ModelErrors console to plan
* add model error bar to plan page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show error in UI if mission model upload fails
2 participants