Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Spring 2019 Sprint 3, Spring 2019 Sprint 4, Spring 2019 Sprint 5, Spring 2019 Sprint 6
Description
Research about NanoHTTPD library and refactor the SimpleAppManagerServer class.
The SimpleAppManagerServer class in the AppStore module is not production level code, refactor some of the methods.
Eg. startServerSocket method is called twice which is not required.
A better logic to check for the port availability can be implemented.
Attachments
Activity
| Workflow | Fall 2019 Workflow Update [ 20065 ] | Revised Fall 2019 Workflow Update [ 22198 ] |
| Workflow | Loraine Lab Workflow [ 18325 ] | Fall 2019 Workflow Update [ 20065 ] |
| Resolution | Done [ 10000 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Rank | Ranked higher |
| Sprint | Spring 2019 Sprint 3, Spring 2019 Sprint 4, Spring 2019 Sprint 5 [ 61, 62, 63 ] | Spring 2019 Sprint 3, Spring 2019 Sprint 4, Spring 2019 Sprint 5, Spring 2019 Sprint 6 [ 61, 62, 63, 64 ] |
| Rank | Ranked higher |
| Sprint | Spring 2019 Sprint 3, Spring 2019 Sprint 4 [ 61, 62 ] | Spring 2019 Sprint 3, Spring 2019 Sprint 4, Spring 2019 Sprint 5 [ 61, 62, 63 ] |
| Rank | Ranked higher |
| Sprint | Spring 2019 Sprint 3 [ 61 ] | Spring 2019 Sprint 3, Spring 2019 Sprint 4 [ 61, 62 ] |
| Labels | Intermediate Platform_changes_for_app_store | Intermediate |
| Labels | Intermediate | Intermediate Platform_changes_for_app_store |
| Assignee | Ann Loraine [ aloraine ] |
| Link | This issue relates to IGBF-1606 [ IGBF-1606 ] |
| Field | Original Value | New Value |
|---|---|---|
| Epic Link | IGBF-1388 [ 17463 ] |
Deleted the non-production level code from classes, refactored.
Code is now much simpler and ready for more sophisticated approaches to be implemented.