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

[IMPROVE] Consolidate Openbb_Terminal Folders #2623

Closed
simmonsj330 opened this issue Sep 26, 2022 · 0 comments
Closed

[IMPROVE] Consolidate Openbb_Terminal Folders #2623

simmonsj330 opened this issue Sep 26, 2022 · 0 comments
Assignees
Labels
enhancement Enhancement

Comments

@simmonsj330
Copy link
Contributor

What's the feature that should be improved?
In the PR: #2593, there was discussion about changing the folder structure so that folders and files necessary for the terminal and pip install are not located outside the openbb_terminal folder. This has an added benefit for pip installs where we are not polluting an environment's site-packages with folders and files that may cause conflicts with other unrelated packages.

Currently our folder structure is as followed:

openbbterminal/
   some/
   other/
   packages/
   openbb_terminal/

This enhancement will change the folder structure to:

openbbterminal/
   openbb_terminal/
      some/
      other/
      packages/

Describe how you would like the feature improved

  1. Consolidate as many of the necessary folders/files for the terminal into the openbb_terminal folder while maintaining functionality.
@simmonsj330 simmonsj330 added the enhancement Enhancement label Sep 26, 2022
@simmonsj330 simmonsj330 self-assigned this Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants