Skip to content

[RIT] Data Piping - Implement repository later classes #145

@bdr1224

Description

@bdr1224

Story

As TSDetect user I want data to be stored and retrieved to/from a remote, centralized database.

Requirements

  • Test run data can be inserted into the test_run table
    • Test run data shall be collected from a locally stored CSV
    • Test run data includes:
      • Uid
      • TimeStamp
      • run_id
    • The run_id is automatically generated
      • The run_id should be equal to the previous run_id +1
  • Test run data can be retrieved from the test_run_smells tables in a given timeframe (past day, week, month and year)
    • Data includes:
      • Uid
      • Timestamp
      • Run_id
      • Smell types and quantity
  • Smell types can be retrieved from the test_smells table
    • Data includes the smell name and associated id in the table

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions