-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/submit multiple descriptions frontend #216
Closed
eliasvagan
wants to merge
9
commits into
story/21
from
feature/submit-multiple-descriptions-frontend
Closed
Feature/submit multiple descriptions frontend #216
eliasvagan
wants to merge
9
commits into
story/21
from
feature/submit-multiple-descriptions-frontend
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Also fix a few bugs in the refactor from name to Uuid on MetadataType
…kend Add backend support for metadata categories
…ategory search, updated category search to fit new fetching with UUID instead of name.
I know this is the story/24 branch even though this is actually the frontend for story 21. We discussed this in Discord. |
You're right, we did discuss this in Discord, and we said you could base off story/24, but not merge into it |
Edit: I'm dumb. Moved to story/21, a fresh branch off of development. Need to resolve conflicts, but need help from @Letaguator most likely |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DescriptionEditButton.jsx
Note: If others have already fixed the category search to fit with UUID fetching for MetadataType, feel free to overite my implementation. In my version, the entire selected MetadataType is passed down to the
MetadataTypeResults
component to avoid unnecessary fetching.