diff --git a/.gitignore b/.gitignore index e85055c..5bede07 100644 --- a/.gitignore +++ b/.gitignore @@ -337,5 +337,8 @@ ASALocalRun/ !**/.vscode/launch.json !**/.vscode/settings.json !**/.vscode/tasks.json +!**/.vscode/mklink.md *.lnk + +.kanbn/**/* diff --git a/.vscode/mklink.md b/.vscode/mklink.md new file mode 100644 index 0000000..f0aad82 --- /dev/null +++ b/.vscode/mklink.md @@ -0,0 +1,11 @@ +--- +type: "note" +created: "2023-10-20T03:52:57.401Z" +updated: "2023-10-20T03:53:49.161Z" +--- + +# mklink + +```bash +mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08THFTIRQS408M\06_SourceCode\MET08THFTIRQS408M\.kanbn" "D:\Documents\Kanban\MET08THFTIRQS408M" +``` diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..71cf24f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,55 @@ +{ + "files.eol": "\n", + "[markdown]": { + "editor.wordWrap": "off" + }, + "cSpell.words": [ + "PDSF", + "Syncthing" + ], + "files.exclude": { + "**/node_modules": true + }, + "files.watcherExclude": { + "**/node_modules": true + }, + "foam.files.ignore": [ + ".foam/**/*", + ".stfolder/**/*", + "**/_layouts/**/*", + "**/_site/**/*", + "**/.vscode/**/*", + "**/node_modules/**/*" + ], + "kanbn.showBurndownButton": false, + "kanbn.showSprintButton": false, + "foam.links.hover.enable": false, + "foam.placeholders.exclude": [ + ".kanbn/Archive/**/*" + ], + "foam.orphans.exclude": [ + ".journal/**/*" + ], + "foam.graph.style": { + "background": "#202020", + "node": { + "wired": "green", + "wireless": "orange", + "person": "white", + "topic": "#bc2a3c", + "kanbn": "#ff7b00", + "basic-note": "#773b93", + "daily-note": "#ff9d00", + "note": "#f2cb1d", + "placeholder": "#ff9d00", + "tag": "#0494c1", + "bug": "#bc2a3c", + "epic": "#ff7b00", + "feature": "#773b93", + "issue": "#ff9d00", + "task": "#f2cb1d", + "test-case": "#ff9d00", + "user-story": "#0494c1" + } + } +} \ No newline at end of file diff --git a/Adaptation/.kanbn/board.css b/Adaptation/.kanbn/board.css deleted file mode 100644 index 8bc14b6..0000000 --- a/Adaptation/.kanbn/board.css +++ /dev/null @@ -1,7 +0,0 @@ -.kanbn-task-data-workload { - display: none; -} -.kanbn-task-data-relation { - display: block; - color: #198038; -} diff --git a/Adaptation/.kanbn/index.md b/Adaptation/.kanbn/index.md deleted file mode 100644 index b2dc563..0000000 --- a/Adaptation/.kanbn/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -type: "kanbn" -created: 2023-07-07T15:37:56.040Z -updated: 2023-07-18T19:52:59.668Z -startedColumns: - - 'In Progress' -completedColumns: - - Done -dateFormat: mm/dd -taskTemplate: '^+^_${overdue ? ''^R'' : ''''}${name}^: ${relations ? (''\n^-^/^g'' + relations.reduce((accumulator, currentValue) => accumulator.task + currentValue.task + '' '', '''')) : ''''}' ---- - -# MET08THFTIRQS408M - -## Backlog - -- [input](tasks/input.md) - -## Todo - -## In Progress - -## Done diff --git a/Adaptation/.kanbn/tasks/input.md b/Adaptation/.kanbn/tasks/input.md deleted file mode 100644 index a7c3693..0000000 --- a/Adaptation/.kanbn/tasks/input.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -type: "kanbn" -created: 2023-07-07T15:37:56.040Z -updated: 2023-07-18T19:52:59.668Z ---- - -# input - -- ![HgCV](-1054372370.jpg) -- ![HgCV](-1501789803.jpg) -- ![HgCV](723017053.jpg) -- ![CDE](-837599302.jpg) -- Normal - - Batch Id) BioRad #2 - - Wafer) {Reactor}-{RDS}-{PSN}.{layer}-{Zone}-{Employee} -- WMO - - Batch Id) {WMO} example O172125.1.20 - - Wafer) {Slot} example 1 -- Employee - - Batch Id) BioRad #2 - - Wafer) {Employee Initials} -- WMO Epi Pro Helper - - Batch Id) BioRad #2 - - Wafer) {Key} example A56 -- Reactor - - Batch Id) BioRad #2 - - Wafer) {Reactor} ^[0-9]{2}[.][0-9]{1}[.]?[0-9]{0,1} example 37.1.1 -- Barcode Host - - Batch Id) BioRad #2 - - Wafer) {Reactor} ^[0-9]{2}[.][0-9]{1}[.]?[0-9]{0,1} example 37.1.1 diff --git a/Adaptation/FileHandlers/OpenInsight/FromIQS.cs b/Adaptation/FileHandlers/OpenInsight/FromIQS.cs index 1766ed1..bee2835 100644 --- a/Adaptation/FileHandlers/OpenInsight/FromIQS.cs +++ b/Adaptation/FileHandlers/OpenInsight/FromIQS.cs @@ -58,7 +58,7 @@ public class FromIQS .AppendLine(" on se.f_lot = pl.f_lot ") .AppendLine(" join [spcepiworld].[dbo].[part_dat] pd ") .AppendLine(" on se.f_part = pd.f_part ") - .AppendLine(" join [spcepiworld].[dbo].[test_dat] td ") + .AppendLine(" join [spcepiworld].[dbo].[test_dat] td ") .AppendLine(" on se.f_test = td.f_test ") .AppendLine(" where se.f_flag = 0 "); if (subGroupId is not null) diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD2.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD2.cs index 59721e0..05188c3 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD2.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD2.cs @@ -18,7 +18,7 @@ public class BIORAD2 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD2 EAFLoggingUnitTesting { get; private set; } - static BIORAD2() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD2() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD2() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD3.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD3.cs index da64095..180306f 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD3.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.0/BIORAD3.cs @@ -18,7 +18,7 @@ public class BIORAD3 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD3 EAFLoggingUnitTesting { get; private set; } - static BIORAD3() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD3() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD3() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRQS408M.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRQS408M.cs index 667cf5b..eb48991 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRQS408M.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.1/MET08THFTIRQS408M.cs @@ -18,7 +18,7 @@ public class MET08THFTIRQS408M : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRQS408M EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRQS408M() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRQS408M() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRQS408M() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD2.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD2.cs index d4faaf5..51ab0dd 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD2.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD2.cs @@ -18,7 +18,7 @@ public class BIORAD2 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD2 EAFLoggingUnitTesting { get; private set; } - static BIORAD2() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD2() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD2() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD3.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD3.cs index 7cf1998..2e6048a 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD3.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/BIORAD3.cs @@ -18,7 +18,7 @@ public class BIORAD3 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD3 EAFLoggingUnitTesting { get; private set; } - static BIORAD3() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD3() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD3() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRQS408M.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRQS408M.cs index 6ade369..0824852 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRQS408M.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.47.5/MET08THFTIRQS408M.cs @@ -18,7 +18,7 @@ public class MET08THFTIRQS408M : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRQS408M EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRQS408M() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRQS408M() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRQS408M() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD2.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD2.cs index 17865fa..5a2aff4 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD2.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD2.cs @@ -18,7 +18,7 @@ public class BIORAD2 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD2 EAFLoggingUnitTesting { get; private set; } - static BIORAD2() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD2() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD2() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD3.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD3.cs index 8801cf9..50ce9f9 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD3.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/BIORAD3.cs @@ -18,7 +18,7 @@ public class BIORAD3 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD3 EAFLoggingUnitTesting { get; private set; } - static BIORAD3() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD3() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD3() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRQS408M.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRQS408M.cs index f61e77f..5f23531 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRQS408M.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.0/MET08THFTIRQS408M.cs @@ -18,7 +18,7 @@ public class MET08THFTIRQS408M : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRQS408M EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRQS408M() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRQS408M() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRQS408M() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD2.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD2.cs index 9c7d5fd..1000bd8 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD2.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD2.cs @@ -18,7 +18,7 @@ public class BIORAD2 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD2 EAFLoggingUnitTesting { get; private set; } - static BIORAD2() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD2() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD2() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD3.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD3.cs index b312a24..1c27414 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD3.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/BIORAD3.cs @@ -18,7 +18,7 @@ public class BIORAD3 : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static BIORAD3 EAFLoggingUnitTesting { get; private set; } - static BIORAD3() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static BIORAD3() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public BIORAD3() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRQS408M.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRQS408M.cs index 35309e5..adb92ed 100644 --- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRQS408M.cs +++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.49.2/MET08THFTIRQS408M.cs @@ -18,7 +18,7 @@ public class MET08THFTIRQS408M : EAFLoggingUnitTesting internal static string DummyRoot { get; private set; } internal static MET08THFTIRQS408M EAFLoggingUnitTesting { get; private set; } - static MET08THFTIRQS408M() => DummyRoot = @"\\messv02ecc1.ec.local\EC_Characterization_Si\Dummy"; + static MET08THFTIRQS408M() => DummyRoot = @"\\mesfs.infineon.com\EC_Characterization_Si\Dummy"; public MET08THFTIRQS408M() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false) { diff --git a/Adaptation/appsettings.Development.json b/Adaptation/appsettings.Development.json index f7e0b36..8630239 100644 --- a/Adaptation/appsettings.Development.json +++ b/Adaptation/appsettings.Development.json @@ -45,7 +45,7 @@ "Password": "tVyC7uPHtScZR8NLInSaxQ==" }, { - "Use": true, + "Use": false, "Letter": "i", "Share": "\\\\messdv002.na.infineon.com\\Candela", "User": "INFINEON\\MESGaNEAF", @@ -115,14 +115,14 @@ "Password": "rzXkXdHKetDfsukhZKW0yA==" }, { - "Use": true, + "Use": false, "Letter": "s", "Share": "\\\\messv02ecc1.ec.local\\EC_EAFRepository", "User": "EC\\ECMESEAF", "Password": "CUGygiPwahy4U3j+6KqqoMZ08STyVDR1rKm6MwPpt00=" }, { - "Use": true, + "Use": false, "Letter": "t", "Share": "\\\\messv02ecc1.ec.local\\EC_EDA", "User": "EC\\ECEDASvc", diff --git a/Adaptation/appsettings.json b/Adaptation/appsettings.json index d15d437..842b156 100644 --- a/Adaptation/appsettings.json +++ b/Adaptation/appsettings.json @@ -45,7 +45,7 @@ "Password": "tVyC7uPHtScZR8NLInSaxQ==" }, { - "Use": true, + "Use": false, "Letter": "i", "Share": "\\\\messdv002.na.infineon.com\\Candela", "User": "INFINEON\\MESGaNEAF", @@ -115,14 +115,14 @@ "Password": "rzXkXdHKetDfsukhZKW0yA==" }, { - "Use": true, + "Use": false, "Letter": "s", "Share": "\\\\messv02ecc1.ec.local\\EC_EAFRepository", "User": "EC\\ECMESEAF", "Password": "CUGygiPwahy4U3j+6KqqoMZ08STyVDR1rKm6MwPpt00=" }, { - "Use": true, + "Use": false, "Letter": "t", "Share": "\\\\messv02ecc1.ec.local\\EC_EDA", "User": "EC\\ECEDASvc",