This commit is contained in:
2022-12-28 01:39:19 +00:00
parent 8196249d75
commit 298b0643b7
2 changed files with 10 additions and 11 deletions

View File

@@ -318,6 +318,7 @@ namespace Sockeye.Biz
var jaRFCaseList = JArray.Parse(responseText); var jaRFCaseList = JArray.Parse(responseText);
foreach (JObject jRFCase in jaRFCaseList) foreach (JObject jRFCase in jaRFCaseList)
{ {
todo: iterate cases, import and tag with the caseproject name from the case project list above
} }
} }

View File

@@ -1,13 +1,11 @@
CLIENT END revert all sock naming back to ayanova standard
New categories in UI client - open / edit purchase
import trial requests
Business import licenses
License: 93, import all vendor data packets from shareit into purchases
TrialLicenseRequest: 94,
SubscriptionServer: 95,
Purchase: 96,
Product: 97,
CASES DTR
GZCase: 98 License routes test locally and ensure works for v7 and v8
automatic jobs to create purchase record from vendor data
send license emails based on event etc, really gets into the new stuff here