Nick9500 / ministocks

Android Stocks Widget
http://niteshpatel.github.io/ministocks
MIT License
1 stars 2 forks source link

As a Developer I want to add two more types of graphs options to the Chart functionality #61

Closed CristiArde closed 6 years ago

CristiArde commented 6 years ago

Currently, the Graph branch has the functionality for switching graphing intervals (7d, 52wk, 12mth) We would also like to add two more types of graphs RSI and MACD that displays information. One way of doing this is to add 2 buttons on the Chart activity. By clicking on RSI or MACD it would display the appropriate graph. The Chart activity needs to be resized to the full screen of the phone for better quality. Right now the window seems too small.

[SP: 4] [Priority: 2] [Risk: Medium]

Tasks: Task1: Resize Chart activity to fit the screen Task2:Add 2 new buttons RSI/MACD Task3:Display the different types of graphs with actual data from the API Task4:Write tests for switching graph types. (UIAutomator, and Junit)

graphs mockup

CristiArde commented 6 years ago

We should split the 4 task into groups. I'm not sure if I should create new Issues for each task.