Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 1: 14 Sep - 25 Sep, Fall 2: 28 Sep - 9 Oct, Fall 3: Oct 12 - Oct 23, Fall 4 Oct 26 - Nov 6
Description
A long-term goal of the IGB project is to enable developers to add new operator functions as plug-able IGB Apps.
As an example, we would like for a developer in the community to implement a new type of depth graph as an App.
However, our current architecture may not support this very well.
For this task, please do a deep dive into the implementation of the "soft clip depth graph" operator (IGBF-1443) and answer the question:
- Could this have been implemented as an IGB App?
In other words, could a developer implement this same functionality using IGB extensions? Or does the platform itself (e.g, SeqUtils and some of the other classes) need to be modified to add the new functionality?
Note that this is an architecture question and also an OSGi services question.
Attachments
Issue Links
- relates to
-
IGBF-1443 Implement Depth Graph (Soft-clip)
- Closed
[~aloraine] - One doubt I had about IGB App - Does this mean the app needs to be installable? or it means just a plugin similar to Bookmark service?