Licensing refactoring doubts

LicenseModel

Unistall()? NO

TouchAndVerify()? NO

LicenseManager

LicenseFileManager

  • GetLicense

LicenseManagerValidator

  • License checker is currently in serializer project, is that ok?

  • LicenseChecker's LoadLicense method should be review to define if this class can be move out of Serializer

LicenseValidator

  • It shouldn't receive restrictions dictionary

LicenseManagerDownloader

  • Must return a status? Or a downloaded file path? Or both?

  • All in one class (InternetCheck and file download)

Netx steps (02-23-2021)

26/02

IController deberia tener ILicenseManager de Licensing directamente

Status requiere mas atencion para borrarlo (ControllerValidationResult)

Serializer no debe meter inner ex

Last updated