Nick9500 / ministocks

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

As a user, I want a graphical view of my stocks #20

Closed GurkomalSRao closed 6 years ago

GurkomalSRao commented 6 years ago

As a user, I want a graphical view of my stocks [SP: 7] [Priority: 1] [Risk: High]

Demo Scenario 1: User selects preferences Scenario 2: User selects stock Scenario 2: User views graphical stock information

Task Estimation (Hours) Task 1: Research how to implement graphical view (3h) Task 2: Discuss with assignee's (1h) Task 3: Implement graph view feature (5h) Task 4: Validate potential flaws i.e incorrect information input in graph (4h) Task 5: Modify and review with assignee's (2h)

Testing Template

Test # Input Expected Output Status
1 None None Pass/Fail
2 None None Pass/Fail
3 None None Pass/Fail
GurkomalSRao commented 6 years ago

Demos:

image

image

Nick9500 commented 6 years ago

PHASE 1

prototype

Nick9500 commented 6 years ago

PHASE 1.5 (mini fix for rows) hshsh

GurkomalSRao commented 6 years ago

graphical information will be pulled from https://www.alphavantage.co API Key: ZKD8M6L9CEQAK89H

Task 1: retrieve JSON file from URL Task 2: parse JSON file Task 3: acquire time series data Task 4: apply JSON data to our graph

to parse JSON we will use https://github.com/google/gson

Nick9500 commented 6 years ago

aasa