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 stock price foundation class #25

Open
MBizm opened this issue Jan 3, 2020 · 0 comments
Open

Implement stock price foundation class #25

MBizm opened this issue Jan 3, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed poc first implementation tests

Comments

@MBizm
Copy link
Owner

MBizm commented Jan 3, 2020

This class shall provide the basis for a scene in which a share price is correlated to its leading index and indicate positive or negative trends via a clear speaking color coding which allows a human viewer to interpret whether urgent action may be required. the length of the led strip represents the trend over the period of time of a day, gradually filling up during the day (of the corresponding stock exchange). The color space may be restricted to indicate the most important trends due to led color capabilities.
The Neopixel Multibase class (https://github.com/MBizm/Catatumbo/blob/master/src/adafruit/core/neopixel_multibase.py) shall act as the basis as it will provide fundamental functionality, like reading configuration file, identify current location, state transition for scene switch. The implementation of the Neopixel Forecast class (https://github.com/MBizm/Catatumbo/blob/master/src/adafruit/controller/forecast/adafruit_forecast.py) can serve as a reference.

@MBizm MBizm added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers poc first implementation tests labels Jan 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed poc first implementation tests
Projects
None yet
Development

No branches or pull requests

1 participant