secureli icon indicating copy to clipboard operation
secureli copied to clipboard

Create Installer Service

Open JordoHeffernan opened this issue 1 year ago • 0 comments

As a developer I want install functionality to be separate from action.py

AC

  1. Create install service class
  2. Move any and all install logic out of action.py into install service
  3. update action.py to import and call new service where needed
  4. If there are any helper functions used by install in other parts of action.py, move to utilities module

JordoHeffernan avatar Mar 22 '24 16:03 JordoHeffernan