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

BI-1404 - No loading wheel ontology page #206

Merged
merged 4 commits into from
Mar 16, 2022
Merged

Conversation

nickpalladino
Copy link
Member

Description

Story: BI-1404

  • Added loading indicator to sidepanel table
  • Set loading prop in ontology table

Dependencies

  • develop on bi-api

Testing

  • Test loading with breedbase which is slower and verify indicator shows

Checklist:

  • I have performed a self-review of my own code
  • I have tested my code and ensured it meets the acceptance criteria of the story
  • I have create/modified unit tests to cover this change
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to documentation
  • I have run TAF: <link to TAF run>

@github-actions github-actions bot added the bug Something isn't working label Mar 14, 2022
@nickpalladino nickpalladino requested review from a team, davedrp and ctucker3 and removed request for a team March 14, 2022 15:53
Copy link
Contributor

@ctucker3 ctucker3 left a comment

Choose a reason for hiding this comment

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

Small change

}
}).catch((error) => {
// Display error that traits cannot be loaded
this.$emit('show-error-notification', 'Error while trying to load traits');
this.traitsLoading = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

The two this.traitsLoading = false could be put into one finally statement.

Copy link
Member Author

Choose a reason for hiding this comment

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

Pushed changes

Copy link
Contributor

@davedrp davedrp left a comment

Choose a reason for hiding this comment

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

happy-path testing passed

@nickpalladino nickpalladino requested a review from ctucker3 March 16, 2022 15:32
@nickpalladino nickpalladino merged commit a9384e7 into develop Mar 16, 2022
@nickpalladino nickpalladino deleted the bug/BI-1404 branch March 16, 2022 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants