Skip to content

Create New Classes for Software Components #20

@mosoriob

Description

@mosoriob

We need to create a new class structure for handling different types of software components. This involves creating a superclass SoftwareComponent and two subclasses TapisSoftwareComponent and WCMSoftwareComponent.

Tasks

  1. Create the SoftwareComponent superclass:

    • This will serve as the base class for different software components.
  2. Create the WCMSoftwareComponent subclass:

    • This class will inherit from SoftwareComponent.
    • Add a property Location which will be an aggregation of all the files needed to execute the component. Typically, this is a zip file that includes the run script, support scripts, and specification files.
  3. Create the TapisSoftwareComponent subclass:

    • This class will inherit from SoftwareComponent.
    • Add the following properties:
      • appVersion
      • appId
      • tenant

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions