This commit is contained in:
2022-08-25 18:21:22 +00:00
parent 3e66926ae1
commit 8fcee1f57b
2 changed files with 16 additions and 12 deletions

View File

@@ -30,20 +30,16 @@ THINGS HOLDING UP PERPETUAL RELEASE
WIP >>>>>>>>>>>>>
todo: move the dbid to the very first position in the shareit order additional fields as only the first two will show in email and reporting
todo: register domain name myayanova.com for hanging subscriber servers off of
todo: IMPORTANT! rockfish not putting time limit on subscription keys, UI needs additions and shit for that
NEXT:
todo: active users in terms of license data should not show in log only on boot but also in the about page (not license because it would confuse people) since it's relevant and we need to know it right away
todo: IMPORTANT UPDATE manual, screenshots regarding Customer contact user and regular user and AllowLogin property added!!!
Also license related info about how to free up a user for licensing and how users consume licenses
Once the above item is done then move to testing:
todo: TEST subscription and perpetual license code
Does a trial request for sbuscription work?
Correct date range?
Does a trial request for perpetual work?
correct date range?
Does new boot code still work when no database?
Does new boot code work to prevent running if wrong build or maint date expired vs build date?
Does it prevent changing a user to active?
@@ -52,7 +48,12 @@ todo: TEST subscription and perpetual license code
Does it communicate this well to the user?
Test the living fuck out of this from the NEXT deployment before any hint of live posting as there are so many changes it's necessary
todo: IMPORTANT UPDATE manual, screenshots regarding Customer contact user and regular user and AllowLogin property added!!!
Also license related info about how to free up a user for licensing and how users consume licenses
todo: move the dbid to the very first position in the shareit order additional fields as only the first two will show in email and reporting
todo: register domain name myayanova.com for hanging subscriber servers off of
todo: update the test servers whichever are around, I've done my dev test.helloayanova.com, but should also do a261 and the eval ones

View File

@@ -452,7 +452,10 @@ namespace AyaNova.Core
{
Feature = f.Feature,
Count = f.Count
}
},
activeTechUserCount=AyaNova.Biz.UserBiz.ActiveTechUserCountAsync().Result,
activeCustomerContactUserCount=AyaNova.Biz.UserBiz.ActiveCustomerContactUserCountAsync().Result,
activeInternalUserCount=AyaNova.Biz.UserBiz.ActiveInternalUserCountAsync().Result
}
});
return o;