This pull request includes changes to the MiFarma project, focusing on modifying the SedeAsignada class and updating the usuariosGenerados.txt file. The most important changes include refactoring the method to calculate the nearest branch and updating the list of generated users.
Refactoring SedeAsignada class:
Changed the return type of the calcularSedeCercana method from void to string, and removed the console output to return the nearest branch instead. (MiFarma/SedeAsignada.h, [1][2]
Updating user data:
Replaced the existing user data in usuariosGenerados.txt with new entries, updating the list of generated users. (MiFarma/usuariosGenerados.txt, MiFarma/usuariosGenerados.txtL1-R25)
This pull request includes changes to the
MiFarma
project, focusing on modifying theSedeAsignada
class and updating theusuariosGenerados.txt
file. The most important changes include refactoring the method to calculate the nearest branch and updating the list of generated users.Refactoring
SedeAsignada
class:calcularSedeCercana
method fromvoid
tostring
, and removed the console output to return the nearest branch instead. (MiFarma/SedeAsignada.h
, [1] [2]Updating user data:
usuariosGenerados.txt
with new entries, updating the list of generated users. (MiFarma/usuariosGenerados.txt
, MiFarma/usuariosGenerados.txtL1-R25)