3C-SCSU / Avatar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Transfer Window

j-knudson opened this issue · comments

Parent Feature: Transfer Raw Data #20
Connected Issue: #22

Technical Details:

The current GUI.py file has a disabled button to open a Transfer Data screen. The transfer data screen is responsible for sending raw Brainwave data to the VPS. This screen will need an option to specify the data to be transferred. Either by allowing the user to input a file path to a directory location or selecting a folder with the stored data. It will also need a button that will be used to initiate data transfer using the file transfer script

Acceptance Criteria:

  • The main screen of GUI.py has a functional button to open the transfer data screen
  • The transfer data screen has an option to select a locally stored directory for transfer
  • The transfer data screen has a button that will be linked to the file transfer script

I think this was finished in this PR:
f323f35

GUI for data transfer is implemented.