-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Feature] Improved cached results #6506
Conversation
…inance/OpenBBTerminal into feature/improved-cached-results
This is a lot of keys to type every time (I understand auto complete exists, but still), can we shorten this, something like "--store"?, or "--keep"? I find the name |
Given the fact that we have auto-completion, I believe verbosity adds clarity.
I agree, but taking into consideration the default should be to keep it, what can we name it? Also, despite not being the best name, the message displayed on |
Why? (1-3 sentences or a bullet point list):
What? (1-3 sentences or a bullet point list):
results
→ shows table with all the available resultshistorical --symbol aapl --register_key aapl-hist
ema --data aapl-hist
results --idx 0/--key my-key
→ displays the actualOBBject.results
in a tableresults --idx 0/--key my-key --chart
→ display the chart if availablehistorical --symbol aapl --register_obbject
(theregister_obbject
flag means this result will be opted out, by default we keep the result)Impact (1-2 sentences or a bullet point list):
Impact Analysis
UX: 3
Performance: 0
Compatibility: 0
Security: 0
Scalability: 1
Maintenance: 1
Compliance: 0
Dependency: 0
Testing Done:
what
section