This commit is contained in:
@@ -247,13 +247,14 @@ todo:2 notify on server boot?? (general notify to admin user or whatever?)
|
||||
or on shutdown?
|
||||
todo:3 notify on user login?
|
||||
todo:2 errors are inconsistent some use "error" some use "code" to mean the same thing
|
||||
this is likely becuase "code" is used in the outer wrapper and "error" is used in the individual "details" validation errors
|
||||
this is likely because "code" is used in the outer wrapper and "error" is used in the individual "details" validation errors
|
||||
however it would be much cleaner if it was the same thing at all levels
|
||||
Settle on "Code" only, change "error" to "code"
|
||||
some things are producing {message:"blah",target:"blah",error:"blah"}
|
||||
controller apierror
|
||||
and validation errors are : {message:"blah", target:"blah", code:"blah"}
|
||||
|
||||
todo: 2 Should the database integrity check run as a regular job?
|
||||
because a person could fuck up the db while the server is running and the server wouldn't notice until it tried to access a fucked up table
|
||||
|
||||
|
||||
NOW
|
||||
|
||||
Reference in New Issue
Block a user