This commit is contained in:
2020-05-17 21:30:27 +00:00
parent 6e89c6dff8
commit 0199012cc1
2 changed files with 20 additions and 17 deletions

View File

@@ -1,16 +1,16 @@
PRIORITY - ALWAYS Lowest level stuff first
=-=-=-=-
todo: API root controller
build mode and server info should be authorized shoudln't they? Unauthorized people have no need to see that stuff
todo: api / server landing page is shitty on a mobile
and really just shitty, add a logo or some shit
todo: Should server show uptime somewhere?
todo: jobs should have a kill by time so they can't just sit running forever
also is there a way to kill a stuck job via ui possible?
also it's leaking tons of private information, get rid of all that stuff that isn't absolutely required
todo: Log configuration into server log at startup? https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3523
log all config settings into server log on boot
license?
todo:aycontext clean up old block of weird definitions
todo: apiokresponse returns readonly value every time, but I check it anyway at the client and biz object itself doesn't set it I don't think, so...should it be removed?
todo: Is there a log that records past jobs, how long can they be viewed?