cleaned up code around json, *locn -> transitioned to top, right, bottom, left to finally fix ORM replacing [ with { <- FIXES BUG-108
This commit is contained in:
10
TODO
10
TODO
@@ -1,6 +1,16 @@
|
||||
## GENERAL
|
||||
* ignore face should ignore ALL matching faces (re: Cams mate)
|
||||
|
||||
* should be using jsonify to return real json to my API calls, e.g:
|
||||
response = make_response(
|
||||
jsonify(
|
||||
{"message": str(FLAMSG_ERR_SEC_ACCESS_DENIED), "severity": "danger"}
|
||||
),
|
||||
401,
|
||||
)
|
||||
response.headers["Content-Type"] = "application/json"
|
||||
return response
|
||||
|
||||
* change the rotation code to use that jpeg util to reduce/remove compression loss?
|
||||
|
||||
* About page -> find a way to push git commit/date through to f/e, so we can see what release we are running
|
||||
|
||||
Reference in New Issue
Block a user