This commit is contained in:
2020-05-19 00:12:40 +00:00
parent ec20650cb0
commit 3c801acb83
4 changed files with 11 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ WorkorderItemPartRequestPartsReceived [GENERAL]
Daily_Notify_health_check (biz and ops) [GENERAL]
Nightly_Notify_health_check (biz and ops)[GENERAL]
BackupStatus case 3786 (biz and ops) [GENERAL]
(OR is this more of a general OPERATIONS notifications without choosing specific type because anyone in ops needs all)
UpcomingServiceEvent case 3725 [CUSTOMER]
WorkorderItemPartRequestCreated case 3652 [GENERAL]
ContractExpiring - Customer version in addition to User version [CUSTOMER]

View File

@@ -1,5 +1,5 @@
PRIORITY - ALWAYS Lowest level stuff first
=-=-=-=-
{
"login": "manager",
"password": "l3tm3in"
@@ -9,9 +9,8 @@ PRIORITY - ALWAYS Lowest level stuff first
todo: OPS routes (SERVER AND CLIENT)
- Backup, restore https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3369
- These need to be done fairly early on in order to have shit to play with for testing etc
BACKUP & related stuff that should be in v.initial release https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3369
todo: OPS notification created for failed jobs
also maybe direct immediate email bypassing generator?
todo: Search indexing performance improvement and exception avoidance (Search.cs 828)
ON CONFLICT IDEA
@@ -20,6 +19,10 @@ todo: Search indexing performance improvement and exception avoidance (Search.cs
if detect it hasn't inserted (conflict) trigger a fetch instead
like what is being done now but won't have the exception to deal with!!
todo: OPS notification created for failed jobs
also maybe direct immediate email bypassing generator?
Add backup fail to this will stub out for now
todo: (BREAK THIS OUT INTO LATER/NOW/CASES) there are several outstanding AUTHENTICATION related cases in rockfish for RAVEN
e.g. https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/1924

View File

@@ -3,12 +3,6 @@ using System.Linq;
using System.Threading.Tasks;
using System.Collections.Generic;
using Microsoft.EntityFrameworkCore;
using Microsoft.AspNetCore.Mvc;
using EnumsNET;
using AyaNova.Util;
using AyaNova.Api.ControllerHelpers;
using AyaNova.Biz;
using AyaNova.Models;

View File

@@ -11,7 +11,8 @@ namespace AyaNova.Biz
TestWidgetJob = 1,//test job for unit testing
CoreJobSweeper = 2,
SeedTestData = 4,
BulkCoreBizObjectOperation = 5
BulkCoreBizObjectOperation = 5,
Backup = 6
}
@@ -27,7 +28,6 @@ namespace AyaNova.Biz
TagRemoveAny = 4,
TagReplace = 5,
TagReplaceAny = 6
}
}//eons