baseline
baseline copied to clipboard
SRI Workflow Component- Interfaces, Classes and API
Overview
Create SRI Workflow Component in the typescript language utilizing the Workflow Component Requirements document as an outline of said component’s functionalities and structure.
Reference
Assumptions
- A portion of necessitated componential APIs, functionalities, and structures likely lay undocumented/undiscovered
- Cross-component integration is not considered within the scope of this issue
Acceptance
- Implement Workflow Component Interface
- Implement Workflow Component class inheriting interface
- Implement Workflow CRUD API
- Implement Workflow Component functions
- Implement Unit tests assessing Workflow Component above implementations
Tasks
- [x] Implement Workflow Component Interface
- [x] Implement Workflow Component class inheriting interface
- [ ] Implement Workflow CRUD API
- [ ] Implement Workflow Component functions
- [ ] Implement Unit tests assessing Workflow Component above implementations