allow close of errors that are not checkdups jobs from FE
This commit is contained in:
17
TODO
17
TODO
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user