Index: Leahi/Jira/Jira WorkFlow - 4 - Implementation.puml =================================================================== diff -u -rbb48d9591b86a07b29b1270ab5651d72872983c5 -r75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f --- Leahi/Jira/Jira WorkFlow - 4 - Implementation.puml (.../Jira WorkFlow - 4 - Implementation.puml) (revision bb48d9591b86a07b29b1270ab5651d72872983c5) +++ Leahi/Jira/Jira WorkFlow - 4 - Implementation.puml (.../Jira WorkFlow - 4 - Implementation.puml) (revision 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f) @@ -139,4 +139,4 @@ $TO_Testing detach -@enduml \ No newline at end of file +@enduml Index: Leahi/Jira/Jira_Create_Story.sh =================================================================== diff -u -rdf33f10a20915a6b0d96903e80c84241d3c48956 -r75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f --- Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision df33f10a20915a6b0d96903e80c84241d3c48956) +++ Leahi/Jira/Jira_Create_Story.sh (.../Jira_Create_Story.sh) (revision 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f) @@ -283,9 +283,11 @@ # return prints out each notification of each created sub-tasks, # and message of total created sub-tasks createSubtaskList() { -OLD_IFS=$IFS -IFS=' -' + + OLD_IFS=$IFS + IFS=' + ' + local COUNT=0 local STORY="$1" local SUMMARY="$2" @@ -303,7 +305,7 @@ done echo "Total number of $COUNT $ISSUE_TYPE_CHILD added to the $ISSUE_TYPE_PARENT $STORY" -IFS=$OLD_IFS + IFS=$OLD_IFS } summary() { Index: Leahi/Jira/LDT-111 - Basic Dialysis - Sprint 1.sh =================================================================== diff -u --- Leahi/Jira/LDT-111 - Basic Dialysis - Sprint 1.sh (revision 0) +++ Leahi/Jira/LDT-111 - Basic Dialysis - Sprint 1.sh (revision 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f) @@ -0,0 +1,49 @@ +#!/bin/sh + +PROJECT="LDT" +EPIC="LDT-111" + +SUMMARY="" +DESCRIPTION="" + +Behrouz="5d6f09ceab129d0c306d9ddb" +Sean="612ea6656fa73c006a74b38a" +Dara="63bdca0294d18cbf67728f0c" +Michael="612ea6656b6661006902b6a6" +Tiffany="60e7528f84c99200718a2beb" +Sarina="5f84db2c57ca8c0076426fbb" +Vinay="712020:786e2eb8-3cdd-4975-aa18-c3f40b0d6871" +Amir="712020:18638c6b-26a8-4529-839a-172ac06ac020" +Jonny="712020:af6bd98b-1897-4870-aaf6-fd6169805d9e" +Daniel="712020:1cd45b7c-2a8a-4635-beb4-fe4680cd2c44" + + +GROUP="OP" +SUMMARY="" +DESCRIPTION="" +USER="$Dara" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="VV" +SUMMARY="" +DESCRIPTION="" +USER="$Sarina" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="TD" +SUMMARY="Basic Dialysis" +DESCRIPTION="$SUMMARY" +USER="$Sean" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="DD" +SUMMARY="Basic Dialysis" +DESCRIPTION="$SUMMARY" +USER="$Vinay" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="FP" +SUMMARY="Basic Dialysis" +DESCRIPTION="$SUMMARY" +USER="$Michael" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" Index: Leahi/Jira/LDT-82 - MainTreatment - Sprint 1.sh =================================================================== diff -u --- Leahi/Jira/LDT-82 - MainTreatment - Sprint 1.sh (revision 0) +++ Leahi/Jira/LDT-82 - MainTreatment - Sprint 1.sh (revision 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f) @@ -0,0 +1,79 @@ +#!/bin/sh +PROJECT="LDT" +EPIC="LDT-82" + +SUMMARY="" +DESCRIPTION="" + +Behrouz="5d6f09ceab129d0c306d9ddb" +Sean="612ea6656fa73c006a74b38a" +Dara="63bdca0294d18cbf67728f0c" +Michael="612ea6656b6661006902b6a6" +Tiffany="60e7528f84c99200718a2beb" +Sarina="5f84db2c57ca8c0076426fbb" +Vinay="712020:786e2eb8-3cdd-4975-aa18-c3f40b0d6871" +Amir="712020:18638c6b-26a8-4529-839a-172ac06ac020" +Jonny="712020:af6bd98b-1897-4870-aaf6-fd6169805d9e" +Daniel="712020:1cd45b7c-2a8a-4635-beb4-fe4680cd2c44" + + +GROUP="OP" +SUMMARY="" +DESCRIPTION="" +USER="$Dara" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="VV" +SUMMARY="" +DESCRIPTION="" +USER="$Sarina" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="TD" +SUMMARY="Messaging/Dialin" +DESCRIPTION="$SUMMARY" +USER="$Sean" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="DD" +SUMMARY="Messaging/Dialin" +DESCRIPTION="$SUMMARY" +USER="$Vinay" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="FP" +SUMMARY="Messaging/Dialin" +DESCRIPTION="$SUMMARY" +USER="$Michael" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="SW" +SUMMARY="Messages Autogeneration" +DESCRIPTION="Auto generation of the messages for Luis MVC, and if have more time for DialIn, UnitTests" +USER="$Dara" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="SW" +SUMMARY="Application Cleanup" +DESCRIPTION="Cleaning up Luis to be build with Leahi Common code and build and execute.\nRemove unused MVC from the code." +USER="$Behrouz" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="SW" +SUMMARY="Simulator Cleanup" +DESCRIPTION="Cleaning up Luis's Simulator to use the Leahi's Simulator, Dialin, and plugin repositories.\n - remove all the plugings and add new ones for the Leahi.\nAs an exmple\n - Op_mode\n - Alarm\nIf have more time to make the canbus optional." +USER="$Behrouz" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="SW" +SUMMARY="Diagnostics Screen" +DESCRIPTION="Diagnostics screen for the Leahi messages in the given spreadsheet\n - Implement the Diagnostics screen for Leahi with the defined messages on the given PowerPoint.\n - Implement required Leahi messages in TD_Simulator.py, DD_Simulator.py to support the aformentioned Diagnostics Screen messages.\nAs a demo sending a message from the Simulator and display the modified values on the Diagnostics screen would suffice.\nPlease add the shared spreadsheet and powerpoint links in stroy. " +USER="$Amir" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + +GROUP="SW" +SUMMARY="FW Inital integration" +DESCRIPTION="Luis to get the Op_mode and navigate to the Main Treatment screen\nShould also display critical values on the Main Treatment screen." +USER="$Behrouz" +./Jira_Create_Story.sh "$PROJECT" "$EPIC" "$GROUP" "$SUMMARY" "$DESCRIPTION" "$USER" + Fisheye: Tag 75419fdd374cce3cd4fa8ae672a1b7db3e09dd0f refers to a dead (removed) revision in file `Leahi/Jira/MainTreatment - Sprint1.sh'. Fisheye: No comparison available. Pass `N' to diff?