allow close of errors that are not checkdups jobs from FE

This commit is contained in:
2021-09-24 12:50:02 +10:00
parent 0f5f21d266
commit 3ee81a66f2
3 changed files with 32 additions and 9 deletions

17
TODO
View File

@@ -1,14 +1,21 @@
## GENERAL
* when there is an actual error sent from B/E to F/E, you can't clear it other than deleting via sql
* add an option on the person menu to run_ai_on all photos (or at least import/storage)
* maybe strip unnecessary / at end of directory name. i think i have left behind empty folders, e.g. check switzerland and austria
- also should allow move to existing folder soon...
* move all unsorted photos/* -> import/
fix: BUG-64 first
* metadata at folder level with file level to add more richness
* add an option on the person menu to run_ai_on all photos (or at least import/storage)
* when hitting back button to a search, it doesnt handle the post, etc.
$(document).ready(function() {
window.history.pushState(null, "", window.location.href);
window.onpopstate = function() {
window.history.pushState(null, "", window.location.href);
};
});
* get build process to create a random string for secret for PROD, otherwise use builtin for dev
@@ -26,8 +33,6 @@
* fix up logging in general
* metadata at folder level with file level to add more richness
* support animated gifs in html5 canvas
* if a video is really mostly black, then we dont get a thumbnail... (see: 20210526_205257_01.mp4)