childmindresearch / app-actigraphy

A webapp for annotating actigraphy data
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Bug: Sleeplog file is not recording the subject number #59

Closed nathaliaesper closed 9 months ago

nathaliaesper commented 9 months ago

Description

I've noticed that the sleeplog file is not recording the subject number. The subject number should be recorded in the first column of the file. Without the subject's number, the gold standard software will not consider the sleeplog file on the sleep statistics.

Steps to Reproduce

  1. Run the command: docker run -p 127.0.0.1:8051:8051 --volume ~/Documents/TEMP/actigraphy_tests/processed_data:/data --volume ~/Documents/Github_repositories/app-actigraphy/assets:/app/assets cmidair/actigraphy:latest
  2. Select a participant (any one of them)

Expected Results

The expected result is to have the subject number on the first column (under the ID column) of the sleeplog file: Screen Shot 2024-01-29 at 3 04 30 PM

Actual Results

As the actual result, we always have the name identifier under the ID column. Screen Shot 2024-01-29 at 3 03 31 PM

Additional Notes

No response