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

Implement taxonomy import from github #71

Closed
3 tasks done
alexgarel opened this issue Sep 6, 2022 · 1 comment · Fixed by #116
Closed
3 tasks done

Implement taxonomy import from github #71

alexgarel opened this issue Sep 6, 2022 · 1 comment · Fixed by #116
Labels

Comments

@alexgarel
Copy link
Member

alexgarel commented Sep 6, 2022

  • modify parser library to add a labels parameter, that add labels on every nodes (we will use it for branch_name and taxonomy name)
  • add an UI to create a project by specifying a new branch name, a taxonomy to import and a description
  • add an API point that create a project importing a taxonomy from github (part of it is in Add an API to add a new project #83)
@aadarsh-ram aadarsh-ram changed the title implement taxonomy import from github Implement taxonomy import from github Sep 6, 2022
@aadarsh-ram aadarsh-ram linked a pull request Oct 21, 2022 that will close this issue
alexgarel pushed a commit that referenced this issue Nov 7, 2022
- Add multiple labels (to support branch and taxonomy labelling) in parser
- Add multiple labels in unparser and tests
- Changed API endpoints accordingly to support different branches and taxonomies
- Wrapped entries.py in a class for easier use
- Added import functionality
- Added export functionality

fixes: 
- #69 
relates to:
- #71 
- #83
@aadarsh-ram
Copy link
Collaborator

All tasks done. Closed via #101

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

Successfully merging a pull request may close this issue.

2 participants