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

Refactor Exercise and ScheduleExercise to ExerciseDA and ScheduledExerciseDA #140

Open nicanorgarcia opened 5 years ago

AKuederle commented 5 years ago

Please add a more detailed desctription

nicanorgarcia commented 5 years ago

The original Exercise and ScheduledExercise were modified as ORM Wrappers. However, the names stuck. If we want consistency with other Objects that are being handled in the database (SignalDA, PatientDA, etc.) we need a simple Refactoring.