This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
|
||||
|
||||
|
||||
- upload and test get joyce to try it out with her old quickbooks on test system
|
||||
- new website flesh out the framework and post as an alternate v8index.htm intrey portal so can fully make it without affecting v7
|
||||
get the live test server stuff worked out too in advance
|
||||
sb triggered from a route to make things simple and so client / website doesn't need to do too much
|
||||
|
||||
- Joyce is testing QBI to try it out with her old quickbooks on test system
|
||||
figure it out, if necessary try the potential other old qb versions from that intuit site link
|
||||
(none are as old as 2009 ca)
|
||||
- If all is well then move current dl to previous folder and move next to current download slot and post about it on the forum
|
||||
- If all is well then do a rebuild as there are changes to the AyaNova client (at least maybe more) move current dl to previous folder and move next to current download slot and post about it on the forum
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +36,7 @@ Overview:
|
||||
Static pages not razor site, but use razor in rockfish sprinkled in where need dynamic stuff
|
||||
would it work as a mkdocs site? Because that gives a bunch of stuff automatically like searching and proper links and etc
|
||||
new home page for v8 and put all v8 under a fresh path
|
||||
"Affordable", "Powerful", "Trusted", "Flexible"
|
||||
During dev make a v8index.htm and /r/{allv8pages} sub folder of static pages
|
||||
only rockfish will be razor app and will link to sections of it as required for any dynamic code stuff required
|
||||
But keep /download and /docs for simplicity's sake
|
||||
@@ -123,10 +128,13 @@ todo: sunset v7 upon the moment of v8 release
|
||||
|
||||
todo: LIVE EVAL NOTES
|
||||
CURRENT PLAN:
|
||||
Have one or more live trial servers that are pre-licensed and are automatically regenerated every day at midnight, all powerful trial accounts are disabled automatically, users can try it out with thier own creds on the fly from new AyaNova website which will redirect to each server on some basis to load balance
|
||||
Have one or more live trial servers that are pre-licensed and are automatically regenerated every day at midnight, all powerful trial accounts are disabled automatically, users can try it out with thier own creds on the fly from
|
||||
new AyaNova website which will redirect to each server on some basis to load balance
|
||||
initially likely one server but plan for more than one
|
||||
Actually: have multiple servers load balance by last regenerate time so that each server is on a different sched so each user gets the most time before regens again
|
||||
use CURL and a script called daily to make the api calls required to regen the db clean at midnight or whenever fewest likely users
|
||||
changes all sample user creds so they won't use known passwords
|
||||
changes all sample user creds so they won't use known passwords
|
||||
ACTUALLY: maybe a undocumented route specifically tailored for this? or is that dangerous to have??
|
||||
use the new AyaNova website RAZOR forms to make api calls to create a user on the fly for dynamic testing live, creates a user account then redirects them to it
|
||||
offers language and roles but they can't have full rights to fuck up the data or other users so no bizadmin I guess or read only bizadmin
|
||||
if possible fills in the creds for them too?? Maybe the client needs to be updated to check for creds params when going to login page to pre-fill!!!
|
||||
|
||||
Reference in New Issue
Block a user