SAGI-FAU / SMA2

Sorce code of Apkinson: android app to monitor the motor symptoms of Parkinson's patients
MIT License
17 stars 9 forks source link

Normalize file names #217

Open patientzero opened 5 years ago

patientzero commented 5 years ago

Use the same naming schema for all exercise types. User proper filename separators between all differentiating pieces of information encoded in filename, e.g. PatientID_Severity_Tapping.csv

jcvasquezc commented 5 years ago

The naming should contain the date when the exeercise was performed

PatientID_Exercise_date.csv

For instance

001PD_200719_Taping1.csv, or something similar

AKuederle commented 4 years ago

Currently the filename is localised! We need to change that!