-
Notifications
You must be signed in to change notification settings - Fork 9
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
Front end for editing species #170
Conversation
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
Codecov Report
@@ Coverage Diff @@
## dev #170 +/- ##
==========================================
+ Coverage 47.97% 48.59% +0.61%
==========================================
Files 115 115
Lines 2414 2447 +33
Branches 556 562 +6
==========================================
+ Hits 1158 1189 +31
- Misses 1155 1157 +2
Partials 101 101
Continue to review full report at Codecov.
|
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to do something like this:
const handleDialogEditOpen = async () => {
let speciesResponseData;
try {
const response = await biohubApi.project.getProjectForUpdate(id, [UPDATE_GET_ENTITIES.species]);
if (!response?.species) {
showErrorDialog({ open: true });
return;
}
speciesResponseData = response.species;
} catch (error) {
const apiError = new APIError(error);
showErrorDialog({ dialogText: apiError.message, open: true });
return;
}
setSpeciesForUpdate(speciesResponseData );
setOpenEditDialog(true);
};
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
2 similar comments
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
A JIRA Issue ID is missing from your branch name! 🦄 Your branch: editspeciesFE If this is your first time contributing to this repository - welcome! Please refer to jira-lint to get started. Without the JIRA Issue ID in your branch name you would lose out on automatic updates to JIRA via SCM; some GitHub status checks might fail. Valid sample branch names:‣ feature/shiny-new-feature--mojo-10' |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Overview
This PR contains the following changes
Front -end for editing the Species Component
General
Code
Style
Documentation
Tests
Linting/Formatting
See the
lint
commands in package.jsonSee the
format
commands in package.jsonSonarCloud
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Screenshots
Please add any relevant UI screenshots, if applicable.