This commit is contained in:
2022-08-23 17:04:03 +00:00
parent 0016204582
commit ae3d576d40
2 changed files with 29 additions and 22 deletions

View File

@@ -37,26 +37,13 @@ todo: register domain name myayanova.com for hanging subscriber servers off of
todo: Update raven license code in subscription mode to check for total active User count instead of tech count
and business rules, like search for teh tech thing and parallel it to the User thing
if ($("#perpetual").prop("checked")) {
features.push({
Feature: "ServiceTechs", <-----------------
Count: Number($("#techcount").val())
});
} else {
features.push({
Feature: "ActiveInternalUsers", <-----------------
Count: Number($("#subusercount").val())
});
features.push({
Feature: "ActiveCustomerUsers", <-----------------
Count: Number($("#subcustcount").val())
});
}
todo: update raven license check code to count active customer contact users as a business rule
mimic user/tech check
todo: TEST subscription and perpetual license code
Does it prevent changing a user to active?
Does it prevent changing a user type? (direct db meddling)
Does it prevent installing a new license when too few for existing active?
Does it communicate this well to the user?
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