From ad6b2fc208e17f3c2a0a4968407a4fc487f3ed91 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 26 Sep 2018 00:18:54 +0000 Subject: [PATCH] --- server/AyaNova/biz/UserBiz.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/server/AyaNova/biz/UserBiz.cs b/server/AyaNova/biz/UserBiz.cs index d1649f88..e81175ba 100644 --- a/server/AyaNova/biz/UserBiz.cs +++ b/server/AyaNova/biz/UserBiz.cs @@ -33,6 +33,14 @@ namespace AyaNova.Biz V7ValidationImportMode = false;//default } +todo: reorging this to be a simple static fetcher for the biz object, pass it the httpcontext and it will figure the rest +//then move all indexing and eventlog and associated record handling into here so that routes can just call into it simply and it handles all +//here at the biz level + +//Then after that go into seeder and re-org to use the biz object to create the users (it will be slower but WTF other way is this going to work properly to generate data??) + +//then after that go into widget and anywhere else that there is this associated type code being called for event and search and implement everywhere, +//then update seeder code to use it and get back on to the main critical path again in the todo internal static UserBiz GetBiz(AyContext ct, HttpContextExtensions , AuthorizationRoles UserRoles) {