You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the ActiveDrugs class; currently, it is not really consistent in the app, when UserDate.instance.activeDrugNames is used (altough only for reading, which was the main aim) and when activeDrugs.names.
Also, activeDrugs is not reset when UserData.erase() is called (it is overwritten though upon downloading the data again, still not really clean); might be possible to tie ActiveDrugs more closely to UserData?
GenotypeResult should have extension to easily get overwritten lookup; possible to include or combine with PhenotypeInformation (handling should at least be moved to own file)?
The text was updated successfully, but these errors were encountered:
Refactor the ActiveDrugs class; currently, it is not really consistent in the app, when
UserDate.instance.activeDrugNames
is used (altough only for reading, which was the main aim) and whenactiveDrugs.names
.Also,
activeDrugs
is not reset whenUserData.erase()
is called (it is overwritten though upon downloading the data again, still not really clean); might be possible to tieActiveDrugs
more closely toUserData
?GenotypeResult
should have extension to easily get overwritten lookup; possible to include or combine withPhenotypeInformation
(handling should at least be moved to own file)?The text was updated successfully, but these errors were encountered: