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

Allow user to configure which stock is displayed #49

Closed
matthew-d-jones opened this issue Apr 23, 2019 · 1 comment
Closed

Allow user to configure which stock is displayed #49

matthew-d-jones opened this issue Apr 23, 2019 · 1 comment
Labels
Milestone

Comments

@matthew-d-jones
Copy link
Collaborator

matthew-d-jones commented Apr 23, 2019

As a user, I want to be able to choose which stock Casset displays information about.

Acceptance criteria:

  • The gui should contain an editable toolbar into which a user can enter a stock symbol (e.g. "AAPL" for Apple)
  • When the stock button is clicked, recent information about the stock is displayed on the gui. This should include:
    • The stock symbol for which the information relates
    • The date of the information
    • The close price
  • The user-entered symbols should be case-insensitive. E.g. "aapl" and "AAPL" should both return information on Apple
  • A clear message should displayed if the stock symbol cannot be found
  • A clear message should be displayed if GET requests cannot be made
  • Users should be able to continue using the application after successful and unsuccessful requests for information

Points: 3

@TTitcombe TTitcombe added the GUI label May 1, 2019
@TTitcombe TTitcombe added this to the v0.1.0 milestone May 1, 2019
@TTitcombe TTitcombe mentioned this issue May 3, 2019
2 tasks
@TTitcombe
Copy link
Owner

Closed in #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants