diff --git a/server/biz/GlobalBizSettingsBiz.cs b/server/biz/GlobalBizSettingsBiz.cs index 3ced398..6490963 100644 --- a/server/biz/GlobalBizSettingsBiz.cs +++ b/server/biz/GlobalBizSettingsBiz.cs @@ -318,6 +318,7 @@ namespace Sockeye.Biz var jaRFCaseList = JArray.Parse(responseText); foreach (JObject jRFCase in jaRFCaseList) { + todo: iterate cases, import and tag with the caseproject name from the case project list above } } diff --git a/todo.txt b/todo.txt index 510b16b..c931853 100644 --- a/todo.txt +++ b/todo.txt @@ -1,13 +1,11 @@ -CLIENT END -New categories in UI +revert all sock naming back to ayanova standard +client - open / edit purchase +import trial requests +import licenses +import all vendor data packets from shareit into purchases -Business - License: 93, - TrialLicenseRequest: 94, - SubscriptionServer: 95, - Purchase: 96, - Product: 97, - -CASES - GZCase: 98 \ No newline at end of file +DTR +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 \ No newline at end of file