This commit is contained in:
@@ -23,7 +23,7 @@ Put trials in their own tables not in regular customers
|
||||
processed timestamp
|
||||
status enum 0=notset, 1=approved, 2=rejected
|
||||
rejectreason text
|
||||
KEY as generated text
|
||||
KEY as generated text, null if nothing
|
||||
key fetched timestamp
|
||||
|
||||
Add minimal barebones ui for this under main top menu beside customers "Trials"
|
||||
@@ -57,14 +57,16 @@ LICENSE TABLE
|
||||
LicenseView UI
|
||||
Add dbid as field readonly
|
||||
|
||||
KEYGEN
|
||||
License UI
|
||||
modify with tabs for v8 and v7 version
|
||||
just stub in basic with no options for now or whatever the absolute required will be
|
||||
for v8 the key is stored in the table same as v7 but with dbid and different format (obvs)
|
||||
|
||||
route:
|
||||
rvfcontroller checks license table and trial table, looks for unfetched key
|
||||
checks license first for unfetched and matching dbid
|
||||
checks trial second for unfetched and matching dbid
|
||||
checks revoke list?(future)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user