Conversation
Member
|
@jrmartin could you fix the linter issues? Thanks |
Author
@ddelpiano It's not an eslint issue, the github workflow is/was falling while fetching a library. lint is fine locally and building image: |
This file contains hidden or 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
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.
Summary
This PR allows doing a POST on olympian gods to submit a new entity. User must be login. The term is sent as a POST to the Olympian Gods endpoint /priv/entity-new, which is then follow with a response with redirect location. This PR also adds support for following 303 redirects returned during term creation. Axios intercepts these responses and fetches the redirected resource (e.g. .html, .jsonld, .ttl) through the Vite proxy to avoid CORS errors. Term IDs like TMP:000000057 or ILX:0622415 are extracted and displayed in the UI as part of the Add Term flow.
🔧 Changed Files Related to POST
🔧 Other Changed Files
→ All updated to call getMatchTerms() with correct group and search term. Also a fix to retrieving raw data without using orval