diff --git a/server/DataList/ReviewDataList.cs b/server/DataList/ReviewDataList.cs index f7822f4..6f7dbf6 100644 --- a/server/DataList/ReviewDataList.cs +++ b/server/DataList/ReviewDataList.cs @@ -25,8 +25,8 @@ namespace Sockeye.DataList FieldKey = "Object", UiFieldDataType = (int)UiFieldDataType.Text, SqlIdColumnName = "areview.objectid", - SqlValueColumnName = $"AYGETNAME(areview.objectid, areview.aType,{translationId})", - SqlATypeColumnName = "areview.aType", + SqlValueColumnName = $"AYGETNAME(areview.objectid, areview.sockType,{translationId})", + SqlATypeColumnName = "areview.sockType", Translate=true }); @@ -36,7 +36,7 @@ namespace Sockeye.DataList FieldKey = "SockType", UiFieldDataType = (int)UiFieldDataType.Enum, EnumType = Sockeye.Util.StringUtil.TrimTypeName(typeof(SockType).ToString()), - SqlValueColumnName = "areview.aType" + SqlValueColumnName = "areview.sockType" }); FieldDefinitions.Add(new DataListFieldDefinition @@ -156,7 +156,7 @@ namespace Sockeye.DataList FieldKey = "metaobjecttype", UiFieldDataType = (int)UiFieldDataType.Enum, EnumType = Sockeye.Util.StringUtil.TrimTypeName(typeof(SockType).ToString()), - SqlValueColumnName = "areview.aType", + SqlValueColumnName = "areview.sockType", IsMeta = true }); } diff --git a/todo.txt b/todo.txt index 9ab391d..0bbb35c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,19 +1,6 @@ TODO: -- trial request full flow - ISSUE WITH EMAIL VERIFICATION NOT FOUND WHEN CLICK ON VERIFY - also it should email the user that their email was verified and they will be blah blahy working hours etc - also message if already verified should be already verified not not found / already verified - -- REMOVE STAND UP CODE OR COMMENT IT OUT TO PREVENT ACCIDENTS -- test: notifications on RAVEN trial request awaiting approval -- test: sub server create and track -- test: sub server open terminal from sockeye -- test: calendar event for decommission trial sub servers and notification -- test: Vendor notification route Test with v7 and v8 and test purchase vendor notification route with fake sales testsf - -- role rights fine tune to make more appropriate? - or at least review them to confirm +sub server state checking and notification wtf? - Subscribe to following notifications: Ops problem event should notify me immediately @@ -48,17 +35,6 @@ FUTURE STUFF -- manually simulate v7 fetch from rockfish compare to manual test locally in sockey confirm - Same data shape and format - fetched is set correctly - headers - tls version (once online are the same, should be since it's going through nginx technically for the tls part) -- Test v8 key fetch, trial request, all critical event notifications, event logging - the whole shebang locally -- ONLINE TEST - Install and put on sockeye.ayanova.com subdomain in nginx on alternate port - Test ui functionality logins etc - - - SUBSCRIPTION SERVER UI - Menu option generate server creation standup script based on settings in form can fill out form, click on it and it will generate the script needed to paste into new server