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

[RIT] Data Piping - Create Dashboard query API #147

Open
bdr1224 opened this issue Nov 1, 2022 · 0 comments
Open

[RIT] Data Piping - Create Dashboard query API #147

bdr1224 opened this issue Nov 1, 2022 · 0 comments
Assignees

Comments

@bdr1224
Copy link
Contributor

bdr1224 commented Nov 1, 2022

Story

As a Dashboard user I want to be able to request data from the database so I can view it.

Requirements

  • Setup endpoint on “server side” to request data from the database
    • GET /test-smells/query-params/?datetime=01:02:2022&smell_type=all
      • Description: “Test smell data to populate the web based dashboard”
      • Headers:
        • content-type: application/json
      • Parameters:
        • DateTime
        • Smell Types
        • Returned_run_limit
      • Endpoint shall return a set of key (testsmell name):value (Number of smells) pairings
      • Response: 200
        • Any other response indicates failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants