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

Add project id to project synchronization dropdown #1474

Merged

Conversation

ksierks
Copy link
Contributor

@ksierks ksierks commented Mar 3, 2023

Description of changes

Added project id to project dropdown.

image

Related issue

An extension of #1352

Checklist

Things for the developer to confirm they've done before the PR should be accepted:

  • CHANGELOG.md (and UPGRADING.md if necessary) updated with information for new change.
  • [ ] Tests added (or description of how to test) for any new features.
  • [ ] User documentation updated for UI or technical changes.

@ksierks ksierks marked this pull request as ready for review March 9, 2023 17:03
@ericenns ericenns requested a review from joshsadam March 9, 2023 20:24
Copy link
Contributor

@joshsadam joshsadam left a comment

Choose a reason for hiding this comment

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

Just one comment, and it is a question. If it is the remoteUrl I think we should name it that.

@@ -131,6 +131,7 @@ declare namespace IRIDA {
analysisPriority: string;
users: User[];
analysisTemplates: string[]; // TODO (Josh - 6/7/22): What should this be
url: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we want to name this remoteUrl to directly map to the server Project model?  That is what it is used for right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok, I was just doing what was easiest for me in the moment. Please see b9fae81.

@ksierks ksierks requested a review from joshsadam March 10, 2023 22:45
Copy link
Contributor

@joshsadam joshsadam left a comment

Choose a reason for hiding this comment

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

This looks good, thanks

@joshsadam joshsadam merged commit d5ba4a6 into development Mar 11, 2023
@joshsadam joshsadam deleted the add-project-id-to-project-synchronization-dropdown branch March 11, 2023 21:30
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.

2 participants