Initial commit: JDE Scoping Tool migration project
Set up repository with legacy .NET Framework 4.8 source (OLD/), new .NET 10 Blazor solution (NEW/), OpenSpec specifications, documentation, and project configuration.
This commit is contained in:
Executable
+26
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"SourceSystem": "CMS",
|
||||
"SourceData": "MISDATA",
|
||||
"TableName": "MisData",
|
||||
"IsEnabled": true,
|
||||
"DataFetchFunction": "Commons.Process.CMS.GetMisData",
|
||||
"PostProcessingAction": "Commons.Process.LotFinderDB.PostProcessMisData",
|
||||
"MassUpdateConfig": {
|
||||
"Enabled": true,
|
||||
"Interval": 100800,
|
||||
"PrepurgeData": true,
|
||||
"ReIndexData": true
|
||||
},
|
||||
"DailyUpdateConfig": {
|
||||
"Enabled": true,
|
||||
"Interval": 1440,
|
||||
"PrepurgeData": false,
|
||||
"ReIndexData": false
|
||||
},
|
||||
"HourlyUpdateConfig": {
|
||||
"Enabled": false,
|
||||
"Interval": 60,
|
||||
"PrepurgeData": false,
|
||||
"ReIndexData": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user