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
In our current implementation, the difference between the _user and _currentUser variables in User MVVM makes almost no sense and complicates the integration of the viewmodel into our application. Given that the _user variable is not used and that our future integrations won't need it, it would be a good idea to refactor the viewmodel to use only the _currentUser variable in the viewmodel.
Tasks
Remove the _user variable from the User viewmodel.
Remove the related User viewmodel functions.
Adapt all the projects files that use the _user variable
Adapt all the projects tests files that use the _user variable
The text was updated successfully, but these errors were encountered:
Description
In our current implementation, the difference between the
_user
and_currentUser
variables in User MVVM makes almost no sense and complicates the integration of the viewmodel into our application. Given that the_user
variable is not used and that our future integrations won't need it, it would be a good idea to refactor the viewmodel to use only the_currentUser
variable in the viewmodel.Tasks
_user
variable from the User viewmodel._user
variable_user
variableThe text was updated successfully, but these errors were encountered: