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:
2022-12-23 16:18:27 +11:00
parent 81fea4f6f3
commit 2a1e2d7d5d
8 changed files with 12 additions and 31 deletions

10
TODO
View File

@@ -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