You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During parsing of a taxonomy, all the parsing errors are stored in a separate node with the label "ERRORS" (See function over here). For the frontend to display the same, these errors need to be accessible through the Taxonomy Editor API.
So, the following needs to be done to enable support to the frontend:
A function with a neo4j query to fetch parsing errors for a particular project, must be created in entries.py.
Add a GET route (maybe /errors) in api.py and it must call the above function and return the results.
The text was updated successfully, but these errors were encountered:
During parsing of a taxonomy, all the parsing errors are stored in a separate node with the label "ERRORS" (See function over here). For the frontend to display the same, these errors need to be accessible through the Taxonomy Editor API.
So, the following needs to be done to enable support to the frontend:
/errors
) in api.py and it must call the above function and return the results.The text was updated successfully, but these errors were encountered: