Skip to content

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

Description

@bdr1224

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions