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

Seperate core into core and api modules #277

Closed
4 tasks done
virustotalop opened this issue Oct 7, 2022 · 0 comments
Closed
4 tasks done

Seperate core into core and api modules #277

virustotalop opened this issue Oct 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@virustotalop
Copy link
Member

virustotalop commented Oct 7, 2022

Issue: We have a lot of dependencies which cluttered downstream projects class path when they pull in core as a dependency.
Solution: Make implementations included in core and then have an api module that only holds interfaces
Tasks:

  • Separate core and api modules
  • Remove builders, package under class they build for
  • Restore parser after abstracting parser code
  • Cleanup references to SimpleGuiManager.get()
@virustotalop virustotalop added the enhancement New feature or request label Oct 7, 2022
@virustotalop virustotalop changed the title Seperate core into api Seperate core into core and api modules Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant