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

[Frontend] Created Extractor section #151

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

amlannandy
Copy link
Contributor

@amlannandy amlannandy commented Mar 8, 2021

Description

  1. Implemented the Extractor section, where you can view the live connected devices and extract data from them.
  2. The extract data route in the backend was trying to extract data from a static file path, made it dynamic so that it works on all systems.
  3. Added data folder to gitignore so that no contributor accidentally uploads their personal data in a PR.

Fixes #138

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  1. Go to the extractor section in the web app.
  2. Check live devices after connecting one
  3. Extract data
  4. Now you will see a case folder with its data.

Test Configuration:

  • Ubuntu 20.04.1
  • Google Chrome

screen-capture

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

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

Successfully merging this pull request may close these issues.

[Frontend] Create Extractor section
1 participant