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 route for fetching parsing errors for a project #156

Closed
aadarsh-ram opened this issue Dec 23, 2022 · 2 comments
Closed

Add route for fetching parsing errors for a project #156

aadarsh-ram opened this issue Dec 23, 2022 · 2 comments
Assignees
Labels

Comments

@aadarsh-ram
Copy link
Collaborator

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.
@diivi
Copy link
Member

diivi commented Dec 31, 2022

I have started working on this. Please assign the issue to me

@alexgarel
Copy link
Member

I suggest naming the route "/parsing_errors" as those are parsing errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants