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 - Implement repository later classes #145

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

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

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

Comments

@bdr1224
Copy link
Contributor

bdr1224 commented Nov 1, 2022

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
@bdr1224 bdr1224 self-assigned this Nov 1, 2022
@sas7359 sas7359 assigned jks6634 and unassigned bdr1224 Nov 3, 2022
@cmr6689 cmr6689 self-assigned this Jan 24, 2023
@cmr6689 cmr6689 removed their assignment Feb 13, 2023
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

3 participants